Package com.sun.jini.discovery.internal

Interface Summary
EndpointInternals Provides back-door interface used by EndpointDiscoveryClient and EndpointDiscoveryServer for performing non-public endpoint operations.
 

Class Summary
BaseProvider Base superclass for discovery format provider implementations.
EndpointBasedClient Provides an abstract endpoint-based UnicastDiscoveryClient implementation, which serves as a superclass for client-side providers for the net.jini.discovery.ssl and net.jini.discovery.kerberos unicast discovery formats.
EndpointBasedClient.ConnectionInfo Components for initiating a connection.
EndpointBasedClient.ConnManagerFactoryImpl Factory which produces connection managers that capture the OutboundRequestHandle and ConnectionEndpoint instances used to initiate connections, and then return empty OutboundRequestIterators.
EndpointBasedClient.PrearrangedSocketFactory Socket factory which returns a prearranged socket.
EndpointBasedProvider Superclass for endpoint-based unicast discovery providers.
EndpointBasedServer Provides an abstract server endpoint-based UnicastDiscoveryServer implementation, which serves as a superclass for server-side providers for the net.jini.discovery.ssl and net.jini.discovery.kerberos unicast discovery formats.
EndpointBasedServer.ListenContextImpl Listen context that listens on the endpoint it is given, and stores the resulting handle.
EndpointBasedServer.PrearrangedServerSocket Server socket that returns a prearranged socket once from its accept method, and then blocks on subsequent calls to accept until closed.
EndpointBasedServer.PrearrangedServerSocketFactory Server socket factory that returns a PrearrangedServerSocket for a prearranged socket.
EndpointBasedServer.ServerConnManagerImpl Server connection manager that stores the connection it is given to handle.
EndpointInternalsPermission Permission required in order to set the EndpointInternals instances stored by the SslEndpointInternals and KerberosEndpointInternals holder classes.
KerberosEndpointInternalsAccess Provides a rendezvous point for the net.jini.jeri.kerberos transport provider to register an EndpointInternals instance used by provider classes for the net.jini.discovery.kerberos unicast discovery format.
MultiIPDiscovery Utility class used by implementations which want to perform unicast discovery on possibly multiple IP addresses for a given host name.
Plaintext Provides utility methods for plaintext data operations.
SslEndpointInternalsAccess Provides a rendezvous point for the net.jini.jeri.ssl transport provider to register an EndpointInternals instance used by provider classes for the net.jini.discovery.ssl unicast discovery format.
X500Client Superclass for client-side providers for the net.jini.discovery.x500.* discovery formats.
X500Constraints Processes constraints specified to net.jini.discovery.x500.* discovery format providers.
X500Provider Superclass for providers for the net.jini.discovery.x500.* discovery formats.
X500Server Superclass for server-side providers for the net.jini.discovery.x500.* discovery formats.
 



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