Uses of Class
amber.type.server.SocketData

Packages that use SocketData
amber.type.server Amber Server Types. 
 

Uses of SocketData in amber.type.server
 

Methods in amber.type.server that return SocketData
 SocketData ServerConnectionInfo.getConnection()
          Gets the data in the following variable: The actual connection from the remote browser to this page handler.
 

Methods in amber.type.server with parameters of type SocketData
 void ServerConnectionInfo.setConnection(SocketData data)
          Sets the data in the following variable: The actual connection from the remote browser to this page handler.
 

Constructors in amber.type.server with parameters of type SocketData
ServerConnectionInfo(int pageId, int pageSubId, boolean pageSubIdRequired, java.lang.String pageHandlerClass, java.lang.String information, int status, java.util.Date creationDate, long expirationTime, long startTime, ApplicationHandler pageHandler, boolean transientPage, boolean multipleConnections, boolean publicHandler, SocketData connection, boolean mailConnection, java.lang.String mailConnectionMessage, java.lang.String mailConnectionRecipient, java.lang.String mailConnectionSender, java.lang.String mailConnectionSmtpServer)
          Initialising Constructor.
 



Copyright © 2002 Clearfield Research Ltd. All Rights Reserved.