net.jini.jeri.connection
Interface InboundRequestHandle


public interface InboundRequestHandle

Associates information with a request that is being received on a 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.

Since:
2.0
Author:
Sun Microsystems, Inc.



Copyright 2007, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.