Unite API

Class WebServerConnection

Object
   |
   +--WebServerConnection

class WebServerConnection


Connection made to the Web server.

WebServerConnection holds the incoming request and gives the user access to the outgoing response, as well maintaining the state of the connection.


Defined in unite.js


Field Summary
 boolean closed
          Whether or not this connection has been closed.
 int id
          The id of this connection.
 boolean isLocal
          Whether or not this connection is made directly through the Opera instance.
 boolean isOwner
          Whether this connection is made from a page with a URL on the admin subdomain in the same instance running the service.
 boolean isProxied
          Whether or not this connection is made through the proxy.
 WebServerRequest request
          The incoming HTTP request on this connection.
 WebServerResponse response
          The outgoing HTTP response that will be send to the client.
 
Constructor Summary
WebServerConnection()
            This class has no public constructor.
 

Field Detail

closed

boolean closed

id

int id

isLocal

boolean isLocal

isOwner

boolean isOwner

isProxied

boolean isProxied

request

WebServerRequest request

response

WebServerResponse response

Constructor Detail

WebServerConnection

WebServerConnection()

Unite API

Documentation generated by JSDoc on Tue Oct 6 11:15:52 2009