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 DiscoveryFormatProviderpublic void checkUnicastDiscoveryConstraints(InvocationConstraints constraints) throws UnsupportedConstraintException
checkUnicastDiscoveryConstraints in interface UnicastDiscoveryServerUnsupportedConstraintExceptionpublic void handleUnicastDiscovery(UnicastResponse response, Socket socket, InvocationConstraints constraints, ClientSubjectChecker checker, Collection context, ByteBuffer received, ByteBuffer sent) throws IOException
handleUnicastDiscovery in interface UnicastDiscoveryServerIOExceptionCopyright © 2016–2018. All rights reserved.