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

Packages that use ServerConnManager
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 ServerConnManager in com.sun.jini.discovery.internal
 

Classes in com.sun.jini.discovery.internal that implement ServerConnManager
private static class EndpointBasedServer.ServerConnManagerImpl
          Server connection manager that stores the connection it is given to handle.
 

Methods in com.sun.jini.discovery.internal with parameters of type ServerConnManager
 void EndpointInternals.setServerConnManager(ServerEndpoint endpoint, ServerConnManager manager)
          Sets the ServerConnManager used by the given endpoint to manage accepted connections.
 

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

Classes in com.sun.jini.jeri.internal.connection that implement ServerConnManager
 class BasicServerConnManager
          Manages server-side connections by delegating directly to ServerConnectionManager.
 

Uses of ServerConnManager in net.jini.jeri.kerberos
 

Fields in net.jini.jeri.kerberos declared as ServerConnManager
(package private)  ServerConnManager KerberosServerEndpoint.serverConnManager
          ServerConnManager instance used by this server endpoint.
 

Methods in net.jini.jeri.kerberos with parameters of type ServerConnManager
 void KerberosEndpoint.KerberosEndpointInternals.setServerConnManager(ServerEndpoint endpoint, ServerConnManager manager)
           
 

Uses of ServerConnManager in net.jini.jeri.ssl
 

Fields in net.jini.jeri.ssl declared as ServerConnManager
private static ServerConnManager SslServerEndpointImpl.defaultServerConnectionManager
          The default server connection manager.
(package private)  ServerConnManager SslServerEndpointImpl.serverConnectionManager
          The server connection manager.
 

Methods in net.jini.jeri.ssl with parameters of type ServerConnManager
 void SslEndpoint.SslEndpointInternals.setServerConnManager(ServerEndpoint endpoint, ServerConnManager manager)
           
 



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