| Package | Description |
|---|---|
| net.jini.jeri.connection |
Provides interfaces and classes for implementing connection-based
Jini extensible remote invocation (Jini ERI) transport layer
providers.
|
| Class and Description |
|---|
| Connection
Represents an established client-side connection.
|
| ConnectionEndpoint
Represents a remote communication endpoint to establish connections
to.
|
| InboundRequestHandle
Associates information with a request that is being received on a
ServerConnection. |
| OutboundRequestHandle
Associates information with a request that is being sent to a
ConnectionEndpoint. |
| ServerConnection
Represents an established server-side connection.
|