Package com.sun.jini.discovery
package com.sun.jini.discovery
-
ClassDescriptionInterface for approving or rejecting client subjects during unicast discovery and decoding of multicast requests.Factory that produces byte buffers, each corresponding to a separate datagram packet to be sent.Interface implemented by classes which decode multicast announcement data and additionally support delayed constraint checking.Interface implemented by classes which decode multicast request data and additionally support delayed constraint checking.Class providing methods for participating in versions 1 and 2 of the discovery protocol.Class for processing constraints which apply to the discovery protocol:
DiscoveryProtocolVersion,MulticastMaxPacketSize,MulticastTimeToLive,UnicastSocketTimeout,ConnectionRelativeTime,ConnectionAbsoluteTime.Trust verifier for instances of the constraint classes defined in thecom.sun.jini.discoverypackage.Interface implemented by all discovery format provider classes, which is used by theDiscoveryclass to identify format providers available via resource, as described in the documentation for theDiscovery.getProtocol2(ClassLoader)method.Exception indicating a discovery protocol error, such as failure to interpret packet data, or multicast request/announcement data that cannot fit within a given packet length.Represents a constraint on the version of the discovery protocol used to contact lookup services.Iterator for performing multicast encode operations on (potentially) multiple discovery format providers.Class representing the values in a multicast announcement.Interface implemented by classes which decode multicast announcement data according to discovery protocol formats.Interface implemented by classes which encode multicast announcement data according to discovery protocol formats.Represents a constraint on the size (in bytes) of multicast packets used in the multicast request and multicast announcement discovery protocols.Class representing the values in a multicast request.Interface implemented by classes which decode multicast request data according to discovery protocol formats.Interface implemented by classes which encode multicast request data according to discovery protocol formats.Represents a constraint on the time to live (TTL) value set on outgoing multicast request and multicast announcement packets.Interface implemented by classes which perform the client (discovering) side of unicast discovery.Interface implemented by classes which handle the server (lookup service) side of unicast discovery.Class representing the values obtained as the result of unicast discovery.Represents a constraint on the timeout set on sockets used for unicast discovery.