Uses of Interface
com.sun.jini.discovery.DiscoveryFormatProvider

Packages that use DiscoveryFormatProvider
com.sun.jini.discovery Provides a set of constraints, low-level utility classes, and provider interfaces for participating in versions 1 and 2 of the multicast request, multicast announcement, and unicast discovery protocols. 
com.sun.jini.discovery.internal   
com.sun.jini.discovery.kerberos Provides an implementation of the net.jini.discovery.kerberos discovery format, specified in the Jini Discovery and Join Specification
 

Uses of DiscoveryFormatProvider in com.sun.jini.discovery
 

Subinterfaces of DiscoveryFormatProvider in com.sun.jini.discovery
 interface DelayedMulticastAnnouncementDecoder
          Interface implemented by classes which decode multicast announcement data and additionally support delayed constraint checking.
 interface DelayedMulticastRequestDecoder
          Interface implemented by classes which decode multicast request data and additionally support delayed constraint checking.
 interface MulticastAnnouncementDecoder
          Interface implemented by classes which decode multicast announcement data according to discovery protocol formats.
 interface MulticastAnnouncementEncoder
          Interface implemented by classes which encode multicast announcement data according to discovery protocol formats.
 interface MulticastRequestDecoder
          Interface implemented by classes which decode multicast request data according to discovery protocol formats.
 interface MulticastRequestEncoder
          Interface implemented by classes which encode multicast request data according to discovery protocol formats.
 interface UnicastDiscoveryClient
          Interface implemented by classes which perform the client (discovering) side of unicast discovery.
 interface UnicastDiscoveryServer
          Interface implemented by classes which handle the server (lookup service) side of unicast discovery.
 

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

Classes in com.sun.jini.discovery.internal that implement DiscoveryFormatProvider
 class BaseProvider
          Base superclass for discovery format provider implementations.
 class 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.
(package private)  class EndpointBasedProvider
          Superclass for endpoint-based unicast discovery providers.
 class 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.
 class X500Client
          Superclass for client-side providers for the net.jini.discovery.x500.* discovery formats.
(package private)  class X500Provider
          Superclass for providers for the net.jini.discovery.x500.* discovery formats.
 class X500Server
          Superclass for server-side providers for the net.jini.discovery.x500.* discovery formats.
 

Uses of DiscoveryFormatProvider in com.sun.jini.discovery.kerberos
 

Classes in com.sun.jini.discovery.kerberos that implement DiscoveryFormatProvider
 class Client
          Implements the client side of the net.jini.discovery.kerberos unicast discovery format.
private static class Client.ClientImpl
           
 class Server
          Implements the server side of the net.jini.discovery.kerberos unicast discovery format.
private static class Server.ServerImpl
           
 



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