public interface InboundRequestHandle
ServerConnection
.
An InboundRequestHandle
is an opaque cookie
provided to a ServerConnectionManager
by a connection-based
ServerEndpoint
implementation, via ServerConnection.processRequestData
, in order to identify the
request in later invocations of certain ServerConnection
methods. The handle encapsulates any request-specific information
needed by the transport implementation.
Copyright © 2016–2018. All rights reserved.