An InboundRequestHandle
is an opaque cookie provided to a {@link ServerConnectionManager} by a connection-based{@link ServerEndpoint} implementation, via {@link ServerConnection#processRequestData ServerConnection.processRequestData}, in order to identify the request in later invocations of certain {@link ServerConnection}methods. The handle encapsulates any request-specific information needed by the transport implementation.
@author Sun Microsystems, Inc.
@since 2.0
|
|
|
|