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 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.