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