public class DiscoveryUnicastHTTPS extends Discovery
PROTOCOL_VERSION_1, PROTOCOL_VERSION_2
Constructor and Description |
---|
DiscoveryUnicastHTTPS() |
Modifier and Type | Method and Description |
---|---|
MulticastAnnouncement |
decodeMulticastAnnouncement(DatagramPacket packet,
InvocationConstraints constraints)
Unsupported.
|
MulticastRequest |
decodeMulticastRequest(DatagramPacket packet,
InvocationConstraints constraints,
ClientSubjectChecker checker)
Unsupported.
|
UnicastResponse |
doUnicastDiscovery(Socket socket,
InvocationConstraints constraints,
ClassLoader defaultLoader,
ClassLoader verifierLoader,
Collection context) |
EncodeIterator |
encodeMulticastAnnouncement(MulticastAnnouncement announcement,
int maxPacketSize,
InvocationConstraints constraints)
Unsupported.
|
EncodeIterator |
encodeMulticastRequest(MulticastRequest request,
int maxPacketSize,
InvocationConstraints constraints)
Unsupported.
|
void |
handleUnicastDiscovery(UnicastResponse response,
Socket socket,
InvocationConstraints constraints,
ClientSubjectChecker checker,
Collection context) |
String |
toString() |
decodeMulticastAnnouncement, decodeMulticastRequest, getProtocol1, getProtocol2, getProtocol2, getUnicastHttps
public EncodeIterator encodeMulticastRequest(MulticastRequest request, int maxPacketSize, InvocationConstraints constraints)
encodeMulticastRequest
in class Discovery
UnsupportedOperationException
public MulticastRequest decodeMulticastRequest(DatagramPacket packet, InvocationConstraints constraints, ClientSubjectChecker checker) throws IOException
decodeMulticastRequest
in class Discovery
UnsupportedOperationException
IOException
public EncodeIterator encodeMulticastAnnouncement(MulticastAnnouncement announcement, int maxPacketSize, InvocationConstraints constraints)
encodeMulticastAnnouncement
in class Discovery
UnsupportedOperationException
public MulticastAnnouncement decodeMulticastAnnouncement(DatagramPacket packet, InvocationConstraints constraints) throws IOException
decodeMulticastAnnouncement
in class Discovery
UnsupportedOperationException
IOException
public UnicastResponse doUnicastDiscovery(Socket socket, InvocationConstraints constraints, ClassLoader defaultLoader, ClassLoader verifierLoader, Collection context) throws IOException, ClassNotFoundException
doUnicastDiscovery
in class Discovery
IOException
ClassNotFoundException
public void handleUnicastDiscovery(UnicastResponse response, Socket socket, InvocationConstraints constraints, ClientSubjectChecker checker, Collection context) throws IOException
handleUnicastDiscovery
in class Discovery
IOException
Copyright © 2016–2018. All rights reserved.