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 DiscoveryFormatProviderpublic void checkUnicastDiscoveryConstraints(InvocationConstraints constraints) throws UnsupportedConstraintException
checkUnicastDiscoveryConstraints in interface UnicastDiscoveryClientUnsupportedConstraintExceptionpublic UnicastResponse doUnicastDiscovery(Socket socket, InvocationConstraints constraints, ClassLoader defaultLoader, ClassLoader verifierLoader, Collection context, ByteBuffer sent, ByteBuffer received) throws IOException, ClassNotFoundException
doUnicastDiscovery in interface UnicastDiscoveryClientIOExceptionClassNotFoundExceptionCopyright © 2016–2018. All rights reserved.