Uses of Interface
com.sun.jini.jeri.internal.connection.ConnManagerFactory

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

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

Classes in com.sun.jini.discovery.internal that implement ConnManagerFactory
private static class EndpointBasedClient.ConnManagerFactoryImpl
          Factory which produces connection managers that capture the OutboundRequestHandle and ConnectionEndpoint instances used to initiate connections, and then return empty OutboundRequestIterators.
 

Methods in com.sun.jini.discovery.internal with parameters of type ConnManagerFactory
 void EndpointInternals.setConnManagerFactory(Endpoint endpoint, ConnManagerFactory factory)
          Sets the ConnManagerFactory used by the given endpoint to produce ConnManagers for managing connections.
 

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

Classes in com.sun.jini.jeri.internal.connection that implement ConnManagerFactory
 class BasicConnManagerFactory
          Creates ConnManager instances which delegate directly to ConnectionManager.
 

Uses of ConnManagerFactory in net.jini.jeri.kerberos
 

Methods in net.jini.jeri.kerberos with parameters of type ConnManagerFactory
 void KerberosEndpoint.KerberosEndpointInternals.setConnManagerFactory(Endpoint endpoint, ConnManagerFactory factory)
           
 

Uses of ConnManagerFactory in net.jini.jeri.ssl
 

Fields in net.jini.jeri.ssl declared as ConnManagerFactory
private static ConnManagerFactory SslEndpointImpl.connectionManagerFactory
          The factory for default connection managers.
 

Methods in net.jini.jeri.ssl with parameters of type ConnManagerFactory
 void SslEndpoint.SslEndpointInternals.setConnManagerFactory(Endpoint endpoint, ConnManagerFactory factory)
           
 



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