Uses of Class
javax.websocket.DeploymentException
Packages that use DeploymentException
Package
Description
This package contains all the WebSocket APIs common to both the client
and server side.
This package contains all the WebSocket APIs used only by server side
applications.
-
Uses of DeploymentException in javax.websocket
Methods in javax.websocket that throw DeploymentExceptionModifier and TypeMethodDescriptionWebSocketContainer.connectToServer
(Class<?> annotatedEndpointClass, URI path) Connect the supplied annotated endpoint to its server.WebSocketContainer.connectToServer
(Class<? extends Endpoint> endpointClass, ClientEndpointConfig cec, URI path) Connect the supplied programmatic endpoint to its server with the given configuration.WebSocketContainer.connectToServer
(Object annotatedEndpointInstance, URI path) Connect the supplied annotated endpoint instance to its server.WebSocketContainer.connectToServer
(Endpoint endpointInstance, ClientEndpointConfig cec, 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 DeploymentExceptionModifier and TypeMethodDescriptionvoid
ServerContainer.addEndpoint
(Class<?> endpointClass) Deploys the given annotated endpoint into this ServerContainer during the initialization phase of deploying the application.void
ServerContainer.addEndpoint
(ServerEndpointConfig serverConfig)