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, setMaxTextMessageBufferSize
void publishServer(Class<? extends Endpoint> endpointClazz) throws DeploymentException
endpointClazz
- the class of the endpoint to be deployed.
to deploy the endpoint.DeploymentException
Copyright © 2013. All Rights Reserved.