public interface ServerContainer extends WebSocketContainer
Modifier and Type | Method and Description |
---|---|
void |
addEndpoint(Class<?> clazz) |
void |
addEndpoint(ServerEndpointConfig sec) |
connectToServer, connectToServer, connectToServer, connectToServer, getDefaultAsyncSendTimeout, getDefaultMaxBinaryMessageBufferSize, getDefaultMaxSessionIdleTimeout, getDefaultMaxTextMessageBufferSize, getInstalledExtensions, setAsyncSendTimeout, setDefaultMaxBinaryMessageBufferSize, setDefaultMaxSessionIdleTimeout, setDefaultMaxTextMessageBufferSize
void addEndpoint(Class<?> clazz) throws DeploymentException
DeploymentException
void addEndpoint(ServerEndpointConfig sec) throws DeploymentException
DeploymentException
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.