BlueSpray - Help
© SchoonerTurtles, Inc. 2012-2015

Introduction
Contents
Getting Started
Download
Navigating
Tutorials
Scripting
Advanced
About

Class STNetworkService

Extends STIO

ReturnsDefaultFunctionThrows
boolean false HasLoadDialog()  
  RequestFromServer(STBase TheLayer) Exception
false RespondToRequest(STBase TheLayer,OutputStream TheOutputStream) Exception

Object Functions


boolean HasLoadDialog()  


Returns:


RequestFromServer(STBase TheLayer) Exception

Makes a request to a server of the appropriate type and recieves the
data into the layer.

Parameters:
    TheLayer
Throws: Exception


RespondToRequest(STBase TheLayer,OutputStream TheOutputStream) Exception

Responds to a request for data from a URL. The data in the layer will
be formatted appropriately and writting into the output stream.

Parameters:
    TheLayer
Throws: Exception