public abstract class UnicastServer extends Object implements UnicastDiscoveryServer
Modifier | Constructor and Description |
---|---|
protected |
UnicastServer(EndpointBasedServer impl)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
void |
checkUnicastDiscoveryConstraints(InvocationConstraints constraints) |
String |
getFormatName() |
void |
handleUnicastDiscovery(UnicastResponse response,
Socket socket,
InvocationConstraints constraints,
ClientSubjectChecker checker,
Collection context,
ByteBuffer received,
ByteBuffer sent) |
protected UnicastServer(EndpointBasedServer impl)
impl
- public String getFormatName()
getFormatName
in interface DiscoveryFormatProvider
public void checkUnicastDiscoveryConstraints(InvocationConstraints constraints) throws UnsupportedConstraintException
checkUnicastDiscoveryConstraints
in interface UnicastDiscoveryServer
UnsupportedConstraintException
public void handleUnicastDiscovery(UnicastResponse response, Socket socket, InvocationConstraints constraints, ClientSubjectChecker checker, Collection context, ByteBuffer received, ByteBuffer sent) throws IOException
handleUnicastDiscovery
in interface UnicastDiscoveryServer
IOException
Copyright © 2016–2018. All rights reserved.