Uses of Class
com.sun.jini.discovery.MulticastRequest
Packages that use MulticastRequest
Package
Description
-
Uses of MulticastRequest in com.sun.jini.discovery
Methods in com.sun.jini.discovery that return MulticastRequestModifier and TypeMethodDescriptionDelayedMulticastRequestDecoder.decodeMulticastRequest(ByteBuffer buf, InvocationConstraints constraints, ClientSubjectChecker checker, boolean delayConstraintCheck) Decodes the multicast request data contained in the given buffer in a manner that satisfies the specified absolute constraints and client subject checker (if any), returning aMulticastRequestinstance that contains the decoded data, with constraint checking optionally delayed.abstract MulticastRequestDiscovery.decodeMulticastRequest(DatagramPacket packet, InvocationConstraints constraints, ClientSubjectChecker checker) Decodes the multicast request data contained in the given datagram in a manner that satisfies the specified constraints and client subject checker (if any), returning aMulticastRequestinstance that contains the decoded data.Discovery.decodeMulticastRequest(DatagramPacket packet, InvocationConstraints constraints, ClientSubjectChecker checker, boolean delayConstraintCheck) Decodes the multicast request data contained in the given datagram in a manner that satisfies the specified constraints and client subject checker (if any), returning aMulticastRequestinstance that contains the decoded data, with constraint checking optionally delayed.MulticastRequestDecoder.decodeMulticastRequest(ByteBuffer buf, InvocationConstraints constraints, ClientSubjectChecker checker) Decodes the multicast request data contained in the given buffer in a manner that satisfies the specified absolute constraints and client subject checker (if any), returning aMulticastRequestinstance that contains the decoded data.Methods in com.sun.jini.discovery with parameters of type MulticastRequestModifier and TypeMethodDescriptionabstract 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.voidMulticastRequestEncoder.encodeMulticastRequest(MulticastRequest request, DatagramBufferFactory bufs, InvocationConstraints constraints) Encodes the given multicast request data into byte buffers obtained from the provided datagram buffer factory, in a manner that satisfies the specified absolute constraints. -
Uses of MulticastRequest in com.sun.jini.discovery.internal
Methods in com.sun.jini.discovery.internal that return MulticastRequestModifier and TypeMethodDescriptionstatic MulticastRequestPlaintext.decodeMulticastRequest(ByteBuffer buf) Decodes multicast request according to the net.jini.discovery.plaintext format.Methods in com.sun.jini.discovery.internal with parameters of type MulticastRequestModifier and TypeMethodDescriptionstatic voidPlaintext.encodeMulticastRequest(MulticastRequest request, DatagramBufferFactory bufs) Encodes multicast request according to the net.jini.discovery.plaintext format. -
Uses of MulticastRequest in com.sun.jini.discovery.plaintext
Methods in com.sun.jini.discovery.plaintext that return MulticastRequestModifier and TypeMethodDescriptionServer.decodeMulticastRequest(ByteBuffer buf, InvocationConstraints constraints, ClientSubjectChecker checker) Methods in com.sun.jini.discovery.plaintext with parameters of type MulticastRequestModifier and TypeMethodDescriptionvoidClient.encodeMulticastRequest(MulticastRequest request, DatagramBufferFactory bufs, InvocationConstraints constraints)