| Package | Description | 
|---|---|
| net.jini.jeri.connection | 
 Provides interfaces and classes for implementing connection-based
Jini extensible remote invocation (Jini ERI) transport layer
providers. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Connection | 
ConnectionEndpoint.connect(OutboundRequestHandle handle)
Returns a new connection that can be used to send a request for
 the specified handle. 
 | 
Connection | 
ConnectionEndpoint.connect(OutboundRequestHandle handle,
       Collection active,
       Collection idle)
Returns an existing or new connection that can be used to send
 a request for the specified handle, or  
null if a
 new connection needs to be created in a way that requires
 synchronous I/O. |