Uses of Class
jakarta.websocket.DeploymentException
-
Packages that use DeploymentException Package Description jakarta.websocket This package contains all the Jakartq WebSocket APIs common to both the client and server side.jakarta.websocket.server This package contains all the Jakarta WebSocket APIs used only by server side applications. -
-
Uses of DeploymentException in jakarta.websocket
Methods in jakarta.websocket that throw DeploymentException Modifier and Type Method Description SessionWebSocketContainer. connectToServer(Endpoint endpointInstance, ClientEndpointConfig cec, java.net.URI path)Connect the supplied programmatic client endpoint instance to its server with the given configuration.SessionWebSocketContainer. connectToServer(java.lang.Class<?> annotatedEndpointClass, java.net.URI path)Connect the supplied annotated endpoint to its server.SessionWebSocketContainer. connectToServer(java.lang.Class<? extends Endpoint> endpointClass, ClientEndpointConfig cec, java.net.URI path)Connect the supplied programmatic endpoint to its server with the given configuration.SessionWebSocketContainer. connectToServer(java.lang.Object annotatedEndpointInstance, java.net.URI path)Connect the supplied annotated endpoint instance to its server. -
Uses of DeploymentException in jakarta.websocket.server
Methods in jakarta.websocket.server that throw DeploymentException Modifier and Type Method Description voidServerContainer. addEndpoint(ServerEndpointConfig serverConfig)voidServerContainer. addEndpoint(java.lang.Class<?> endpointClass)Deploys the given annotated endpoint into this ServerContainer during the initialization phase of deploying the application.
-