Uses of Class
jakarta.websocket.DeploymentException
-
-
Uses of DeploymentException in jakarta.websocket
Methods in jakarta.websocket that throw DeploymentException Modifier and Type Method Description SessionWebSocketContainer. connectToServer(Endpoint endpointInstance, ClientEndpointConfig cec, URI path)Connect the supplied programmatic client endpoint instance to its server with the given configuration.SessionWebSocketContainer. connectToServer(Class<?> annotatedEndpointClass, URI path)Connect the supplied annotated endpoint to its server.SessionWebSocketContainer. connectToServer(Class<? extends Endpoint> endpointClass, ClientEndpointConfig cec, URI path)Connect the supplied programmatic endpoint to its server with the given configuration.SessionWebSocketContainer. connectToServer(Object annotatedEndpointInstance, URI path)Connect the supplied annotated endpoint instance to its server.
-