Uses of Class
io.undertow.websockets.jsr.WebSocketDeploymentInfo
-
Packages that use WebSocketDeploymentInfo Package Description io.undertow.websockets.jsr -
-
Uses of WebSocketDeploymentInfo in io.undertow.websockets.jsr
Methods in io.undertow.websockets.jsr that return WebSocketDeploymentInfo Modifier and Type Method Description WebSocketDeploymentInfoWebSocketDeploymentInfo. addEndpoint(java.lang.Class<?> annotated)WebSocketDeploymentInfoWebSocketDeploymentInfo. addEndpoint(javax.websocket.server.ServerEndpointConfig endpoint)WebSocketDeploymentInfoWebSocketDeploymentInfo. addExtension(io.undertow.websockets.extensions.ExtensionHandshake extension)Add a new WebSocket Extension into this deployment info.WebSocketDeploymentInfoWebSocketDeploymentInfo. addListener(WebSocketDeploymentInfo.ContainerReadyListener listener)WebSocketDeploymentInfoWebSocketDeploymentInfo. setBuffers(io.undertow.connector.ByteBufferPool buffers)WebSocketDeploymentInfoWebSocketDeploymentInfo. setBuffers(org.xnio.Pool<java.nio.ByteBuffer> buffers)Deprecated.WebSocketDeploymentInfoWebSocketDeploymentInfo. setDispatchToWorkerThread(boolean dispatchToWorkerThread)WebSocketDeploymentInfoWebSocketDeploymentInfo. setReconnectHandler(WebSocketReconnectHandler reconnectHandler)WebSocketDeploymentInfoWebSocketDeploymentInfo. setWorker(org.xnio.XnioWorker worker)
-