public interface ServerContainer extends ClientContainer
| Modifier and Type | Method and Description |
|---|---|
void |
publishServer(Class<? extends Endpoint> endpointClazz)
Publish the given endpoint with the provided configuration
information.
|
connectToServer, getActiveSessions, getInstalledExtensions, getMaxBinaryMessageBufferSize, getMaxSessionIdleTimeout, getMaxTextMessageBufferSize, setMaxBinaryMessageBufferSize, setMaxSessionIdleTimeout, setMaxTextMessageBufferSizevoid publishServer(Class<? extends Endpoint> endpointClazz) throws DeploymentException
endpointClazz - the class of the endpoint to be deployed.
to deploy the endpoint.DeploymentExceptionCopyright © 2013. All Rights Reserved.