|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Connection | |
---|---|
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. |
Uses of Connection in net.jini.jeri.connection |
---|
Fields in net.jini.jeri.connection declared as Connection | |
---|---|
private Connection |
ConnectionManager.OutboundMux.c
The outbound connection. |
private Connection |
ConnectionManager.Outbound.c
The connection on which the outbound request originates. |
Methods in net.jini.jeri.connection that return Connection | |
---|---|
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. |
(package private) Connection |
ConnectionManager.OutboundMux.getConnection()
Returns the outbound connection. |
Methods in net.jini.jeri.connection with parameters of type Connection | |
---|---|
private ConnectionManager.OutboundMux |
ConnectionManager.newOutboundMux(Connection c)
Constructs an OutboundMux instance from the connection. |
Constructors in net.jini.jeri.connection with parameters of type Connection | |
---|---|
ConnectionManager.Outbound(OutboundRequest req,
Connection c,
OutboundRequestHandle handle)
|
|
ConnectionManager.OutboundMux(Connection c)
Constructs an instance from the connection's streams. |
|
ConnectionManager.OutboundMux(Connection c,
boolean ignore)
Constructs an instance from the connection's channel. |
Uses of Connection in net.jini.jeri.kerberos |
---|
Classes in net.jini.jeri.kerberos that implement Connection | |
---|---|
private class |
KerberosEndpoint.ConnectionImpl
Implementation class of the client side connection abstraction |
Methods in net.jini.jeri.kerberos that return Connection | |
---|---|
Connection |
KerberosEndpoint.ConnectionEndpointImpl.connect(OutboundRequestHandle handle)
|
Connection |
KerberosEndpoint.ConnectionEndpointImpl.connect(OutboundRequestHandle handle,
Collection active,
Collection idle)
|
Uses of Connection in net.jini.jeri.ssl |
---|
Classes in net.jini.jeri.ssl that implement Connection | |
---|---|
private static class |
HttpsEndpoint.HttpsConnection
|
(package private) class |
SslConnection
Implementation of Connection used by SslEndpoint. |
Methods in net.jini.jeri.ssl that return Connection | |
---|---|
Connection |
HttpsEndpoint.HttpsEndpointImpl.connect(OutboundRequestHandle handle)
|
Connection |
SslEndpointImpl.connect(OutboundRequestHandle handle)
Creates a new connection. |
Connection |
SslEndpointImpl.connect(OutboundRequestHandle handle,
Collection active,
Collection idle)
Chooses a connection from existing connections. |
Uses of Connection in net.jini.jeri.tcp |
---|
Classes in net.jini.jeri.tcp that implement Connection | |
---|---|
private static class |
TcpEndpoint.ConnectionImpl
Connection implementation. |
Methods in net.jini.jeri.tcp that return Connection | |
---|---|
Connection |
TcpEndpoint.ConnectionEndpointImpl.connect(OutboundRequestHandle handle)
Invoked by ConnectionManager to create a new connection. |
Connection |
TcpEndpoint.ConnectionEndpointImpl.connect(OutboundRequestHandle handle,
Collection active,
Collection idle)
Invoked by ConnectionManager to reuse an existing connection. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |