| java.lang.Object com.caucho.iiop.IiopRequest
IiopRequest | public class IiopRequest implements ServerRequest(Code) | | Protocol specific information for each request. ServerRequest
is reused to reduce memory allocations.
ServerRequests are created by Server.createRequest()
|
_readStream | ReadStream _readStream(Code) | | |
_writeStream | WriteStream _writeStream(Code) | | |
handleRequest | public boolean handleRequest() throws IOException(Code) | | Handles a new connection. The controlling TcpServer may call
handleConnection again after the connection completes, so
the implementation must initialize any variables for each connection.
Parameters: conn - Information about the connection, including bufferedread and write streams. |
handleResume | public boolean handleResume() throws IOException(Code) | | Handles a new connection. The controlling TcpServer may call
handleConnection again after the connection completes, so
the implementation must initialize any variables for each connection.
Parameters: conn - Information about the connection, including bufferedread and write streams. |
init | public void init()(Code) | | Initialize the connection. At this point, the current thread is the
connection thread.
|
isWaitForRead | public boolean isWaitForRead()(Code) | | |
protocolCloseEvent | public void protocolCloseEvent()(Code) | | |
|
|