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

Packages that use MulticastRequestDecoder
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.plaintext Provides an implementation of the net.jini.discovery.plaintext discovery format, specified in the Jini Discovery and Join Specification
 

Uses of MulticastRequestDecoder in com.sun.jini.discovery
 

Subinterfaces of MulticastRequestDecoder in com.sun.jini.discovery
 interface DelayedMulticastRequestDecoder
          Interface implemented by classes which decode multicast request data and additionally support delayed constraint checking.
 

Methods in com.sun.jini.discovery with parameters of type MulticastRequestDecoder
static Discovery Discovery.getProtocol2(MulticastRequestEncoder[] mre, MulticastRequestDecoder[] mrd, MulticastAnnouncementEncoder[] mae, MulticastAnnouncementDecoder[] mad, UnicastDiscoveryClient[] udc, UnicastDiscoveryServer[] uds)
          Returns an instance implementing protocol version 2 which uses the given providers.
 

Uses of MulticastRequestDecoder in com.sun.jini.discovery.plaintext
 

Classes in com.sun.jini.discovery.plaintext that implement MulticastRequestDecoder
 class Server
          Implements the server side of the net.jini.discovery.plaintext discovery format.
 



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