Uses of Interface
javax.websocket.WebSocketContainer
Packages that use WebSocketContainer
-
Uses of WebSocketContainer in javax.websocket
Methods in javax.websocket that return WebSocketContainerModifier and TypeMethodDescriptionprotected abstract WebSocketContainerContainerProvider.getContainer()Load the container implementation.Session.getContainer()Return the container that this session is part of.static WebSocketContainerContainerProvider.getWebSocketContainer()Obtain a new instance of a WebSocketContainer. -
Uses of WebSocketContainer in javax.websocket.server
Subinterfaces of WebSocketContainer in javax.websocket.serverModifier and TypeInterfaceDescriptioninterfaceThe ServerContainer is the specialized view of the WebSocketContainer available in server-side deployments.