Uses of Interface
net.jini.jeri.connection.ConnectionEndpoint

Packages that use ConnectionEndpoint
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. 
 

Uses of ConnectionEndpoint in com.sun.jini.discovery.internal
 

Fields in com.sun.jini.discovery.internal declared as ConnectionEndpoint
(package private)  ConnectionEndpoint EndpointBasedClient.ConnectionInfo.endpoint
           
 

Methods in com.sun.jini.discovery.internal with parameters of type ConnectionEndpoint
 ConnManager EndpointBasedClient.ConnManagerFactoryImpl.create(ConnectionEndpoint endpoint)
           
 

Constructors in com.sun.jini.discovery.internal with parameters of type ConnectionEndpoint
EndpointBasedClient.ConnectionInfo(ConnectionEndpoint endpoint, OutboundRequestHandle handle)
           
 

Uses of ConnectionEndpoint in com.sun.jini.jeri.internal.connection
 

Methods in com.sun.jini.jeri.internal.connection with parameters of type ConnectionEndpoint
 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.
 

Uses of ConnectionEndpoint in net.jini.jeri.connection
 

Fields in net.jini.jeri.connection declared as ConnectionEndpoint
private  ConnectionEndpoint ConnectionManager.ep
          The endpoint.
 

Constructors in net.jini.jeri.connection with parameters of type ConnectionEndpoint
ConnectionManager(ConnectionEndpoint ep)
          Creates a new ConnectionManager that manages client-side connections to the specified connection endpoint.
 

Uses of ConnectionEndpoint in net.jini.jeri.kerberos
 

Classes in net.jini.jeri.kerberos that implement ConnectionEndpoint
private  class KerberosEndpoint.ConnectionEndpointImpl
          ConnectionEndpoint implementation class for this end point
 

Uses of ConnectionEndpoint in net.jini.jeri.ssl
 

Classes in net.jini.jeri.ssl that implement ConnectionEndpoint
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.
 

Uses of ConnectionEndpoint in net.jini.jeri.tcp
 

Classes in net.jini.jeri.tcp that implement ConnectionEndpoint
private  class TcpEndpoint.ConnectionEndpointImpl
          ConnectionEndpoint implementation.
 



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