| Package | Description |
|---|---|
| net.jini.jeri.kerberos |
Provides implementations of
Endpoint and ServerEndpoint that use Kerberos as the underlying
network security protocol to support security related invocation
constraints for remote requests. |
| net.jini.jeri.ssl |
Provides implementations of
Endpoint and ServerEndpoint that use TLS/SSL and HTTPS (HTTP over
TLS/SSL) to support invocation constraints. |
| org.apache.river.discovery.internal | |
| org.apache.river.jeri.internal.connection |
| Modifier and Type | Field and Description |
|---|---|
private ConnManager |
KerberosEndpoint.connManager
The
ConnManager this endpoint uses to create
connections. |
| Modifier and Type | Field and Description |
|---|---|
(package private) ConnManager |
SslEndpointImpl.connectionManager
The connection manager for this endpoint or null if not yet set.
|
| Modifier and Type | Method and Description |
|---|---|
private ConnManager |
SslEndpointImpl.getConnectionManager()
Returns the connection manager for this endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
ConnManager |
EndpointBasedClient.ConnManagerFactoryImpl.create(ConnectionEndpoint 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 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.