public abstract class UnicastClient extends Object implements UnicastDiscoveryClient
Modifier | Constructor and Description |
---|---|
protected |
UnicastClient(EndpointBasedClient impl) |
Modifier and Type | Method and Description |
---|---|
void |
checkUnicastDiscoveryConstraints(InvocationConstraints constraints) |
UnicastResponse |
doUnicastDiscovery(Socket socket,
InvocationConstraints constraints,
ClassLoader defaultLoader,
ClassLoader verifierLoader,
Collection context,
ByteBuffer sent,
ByteBuffer received) |
String |
getFormatName() |
protected UnicastClient(EndpointBasedClient impl)
public String getFormatName()
getFormatName
in interface DiscoveryFormatProvider
public void checkUnicastDiscoveryConstraints(InvocationConstraints constraints) throws UnsupportedConstraintException
checkUnicastDiscoveryConstraints
in interface UnicastDiscoveryClient
UnsupportedConstraintException
public UnicastResponse doUnicastDiscovery(Socket socket, InvocationConstraints constraints, ClassLoader defaultLoader, ClassLoader verifierLoader, Collection context, ByteBuffer sent, ByteBuffer received) throws IOException, ClassNotFoundException
doUnicastDiscovery
in interface UnicastDiscoveryClient
IOException
ClassNotFoundException
Copyright © 2016–2018. All rights reserved.