| Package | Description |
|---|---|
| net.jini.jeri.connection |
Provides interfaces and classes for implementing connection-based
Jini extensible remote invocation (Jini ERI) transport layer
providers.
|
| org.apache.river.jeri.internal.connection |
| Constructor and Description |
|---|
ConnectionManager(ConnectionEndpoint ep)
Creates a new
ConnectionManager that manages client-side
connections to the specified connection endpoint. |
| Modifier and Type | Method and Description |
|---|---|
ConnManager |
ConnManagerFactory.create(ConnectionEndpoint endpoint)
Creates
ConnManager for managing connections initiated over
the given ConnectionEndpoint. |
ConnManager |
BasicConnManagerFactory.create(ConnectionEndpoint endpoint)
Returns
ConnManager containing a
ConnectionManager constructed with the given ConnectionEndpoint; the newRequest
method of the returned ConnManager delegates directly to
the corresponding method of the contained
ConnectionManager. |
Copyright © 2016–2018. All rights reserved.