| Package | Description |
|---|---|
| net.jini.jeri.connection |
Provides interfaces and classes for implementing connection-based
Jini extensible remote invocation (Jini ERI) transport layer
providers.
|
| 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. |
| net.jini.jeri.tcp |
Provides implementations of the
Endpoint and
ServerEndpoint abstractions that use TCP sockets
as the underlying communication mechanism. |
| org.apache.river.discovery.internal | |
| org.apache.river.jeri.internal.connection |
| Modifier and Type | Field and Description |
|---|---|
private ConnectionEndpoint |
ConnectionManager.ep
The endpoint.
|
| Constructor and Description |
|---|
ConnectionManager(ConnectionEndpoint ep)
Creates a new
ConnectionManager that manages client-side
connections to the specified connection endpoint. |
| Modifier and Type | Class and Description |
|---|---|
private class |
KerberosEndpoint.ConnectionEndpointImpl
ConnectionEndpoint implementation class for this end point
|
| Modifier and Type | Class and Description |
|---|---|
private static class |
HttpsEndpoint.HttpsEndpointImpl
Implementation delegate
|
(package private) class |
SslEndpointImpl
Provides the implementation of SslEndpoint so that the implementation can be
inherited by HttpsEndpoint without revealing the inheritance in the public
API.
|
| Modifier and Type | Class and Description |
|---|---|
private static class |
TcpEndpoint.ConnectionEndpointImpl
ConnectionEndpoint implementation.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) ConnectionEndpoint |
EndpointBasedClient.ConnectionInfo.endpoint |
| Modifier and Type | Method and Description |
|---|---|
ConnManager |
EndpointBasedClient.ConnManagerFactoryImpl.create(ConnectionEndpoint endpoint) |
| Constructor and Description |
|---|
ConnectionInfo(ConnectionEndpoint endpoint,
OutboundRequestHandle handle) |
| 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.