Uses of Interface
com.sun.jini.discovery.EncodeIterator
Packages that use EncodeIterator
-
Uses of EncodeIterator in com.sun.jini.discovery
Methods in com.sun.jini.discovery that return EncodeIteratorModifier and TypeMethodDescriptionabstract EncodeIteratorDiscovery.encodeMulticastAnnouncement(MulticastAnnouncement announcement, int maxPacketSize, InvocationConstraints constraints) Returns an iterator which can be used to encode the given multicast announcement data into sets ofDatagramPackets, each bounded in length by the specified maximum packet size, in a manner that satisfies the given constraints.abstract EncodeIteratorDiscovery.encodeMulticastRequest(MulticastRequest request, int maxPacketSize, InvocationConstraints constraints) Returns an iterator which can be used to encode the given multicast request data into sets ofDatagramPackets, each bounded in length by the specified maximum packet size, in a manner that satisfies the given constraints.