Uses of Package
net.jini.jeri.connection

Packages that use net.jini.jeri.connection
com.sun.jini.discovery.internal   
com.sun.jini.jeri.internal.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. 
 

Classes in net.jini.jeri.connection used by com.sun.jini.discovery.internal
ConnectionEndpoint
          Represents a remote communication endpoint to establish connections to.
InboundRequestHandle
          Associates information with a request that is being received on a ServerConnection.
OutboundRequestHandle
          Associates information with a request that is being sent to a ConnectionEndpoint.
ServerConnection
          Represents an established server-side connection.
 

Classes in net.jini.jeri.connection used by com.sun.jini.jeri.internal.connection
ConnectionEndpoint
          Represents a remote communication endpoint to establish connections to.
OutboundRequestHandle
          Associates information with a request that is being sent to a ConnectionEndpoint.
ServerConnection
          Represents an established server-side connection.
ServerConnectionManager
          Provides server-side connection management using the Jini extensible remote invocation (Jini ERI) multiplexing protocol to frame and multiplex requests and responses over connections.
 

Classes in net.jini.jeri.connection used by net.jini.jeri.connection
Connection
          Represents an established client-side connection.
ConnectionEndpoint
          Represents a remote communication endpoint to establish connections to.
ConnectionManager.OutboundMux
          Subclass wrapper around MuxClient for outbound connections.
InboundRequestHandle
          Associates information with a request that is being received on a ServerConnection.
OutboundRequestHandle
          Associates information with a request that is being sent to a ConnectionEndpoint.
ServerConnection
          Represents an established server-side connection.
 

Classes in net.jini.jeri.connection used by net.jini.jeri.kerberos
Connection
          Represents an established client-side connection.
ConnectionEndpoint
          Represents a remote communication endpoint to establish connections to.
InboundRequestHandle
          Associates information with a request that is being received on a ServerConnection.
OutboundRequestHandle
          Associates information with a request that is being sent to a ConnectionEndpoint.
ServerConnection
          Represents an established server-side connection.
 

Classes in net.jini.jeri.connection used by net.jini.jeri.ssl
Connection
          Represents an established client-side connection.
ConnectionEndpoint
          Represents a remote communication endpoint to establish connections to.
InboundRequestHandle
          Associates information with a request that is being received on a ServerConnection.
OutboundRequestHandle
          Associates information with a request that is being sent to a ConnectionEndpoint.
ServerConnection
          Represents an established server-side connection.
 

Classes in net.jini.jeri.connection used by net.jini.jeri.tcp
Connection
          Represents an established client-side connection.
ConnectionEndpoint
          Represents a remote communication endpoint to establish connections to.
ConnectionManager
          Provides client-side connection management using the Jini extensible remote invocation (Jini ERI) multiplexing protocol to frame and multiplex requests and responses over connections.
InboundRequestHandle
          Associates information with a request that is being received on a ServerConnection.
OutboundRequestHandle
          Associates information with a request that is being sent to a ConnectionEndpoint.
ServerConnection
          Represents an established server-side connection.
ServerConnectionManager
          Provides server-side connection management using the Jini extensible remote invocation (Jini ERI) multiplexing protocol to frame and multiplex requests and responses over connections.
 



Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.