Uses of Class
jakarta.websocket.DeploymentException
Packages that use DeploymentException
Package
Description
This package contains all the Jakarta WebSocket APIs common to both the client and server side.
This package contains all the Jakarta WebSocket APIs used only by server side applications.
Common Client.
Common Client Exceptions
Grizzly Client container.
Core classes.
Server implementation.
Tyrus SPI.
-
Uses of DeploymentException in jakarta.websocket
Methods in jakarta.websocket that throw DeploymentExceptionModifier and TypeMethodDescriptionWebSocketContainer.connectToServer
(Endpoint endpointInstance, ClientEndpointConfig cec, URI path) Connect the supplied programmatic client endpoint instance to its server with the given configuration.WebSocketContainer.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. -
Uses of DeploymentException in jakarta.websocket.server
Methods in jakarta.websocket.server that throw DeploymentExceptionModifier and TypeMethodDescriptionvoid
ServerContainer.addEndpoint
(ServerEndpointConfig serverConfig) Deploys the given endpoint described by the provided configuration into this ServerContainer.void
ServerContainer.addEndpoint
(Class<?> endpointClass) Deploys the given annotated endpoint into this ServerContainer.void
ServerContainer.upgradeHttpToWebSocket
(Object httpServletRequest, Object httpServletResponse, ServerEndpointConfig sec, Map<String, String> pathParameters) Upgrade the HTTP connection represented by theHttpServletRequest
andHttpServletResponse
to the WebSocket protocol and establish a WebSocket connection as per the providedServerEndpointConfig
. -
Uses of DeploymentException in org.glassfish.tyrus.client
Methods in org.glassfish.tyrus.client that throw DeploymentExceptionModifier and TypeMethodDescriptionClientManager.asyncConnectToServer
(Endpoint endpointInstance, ClientEndpointConfig cec, URI path) ClientManager.asyncConnectToServer
(Class<?> annotatedEndpointClass, URI path) Non-blocking version ofWebSocketContainer.connectToServer(Class, java.net.URI)
.ClientManager.asyncConnectToServer
(Class<? extends Endpoint> endpointClass, ClientEndpointConfig cec, URI path) Non-blocking version ofWebSocketContainer.connectToServer(Class, jakarta.websocket.ClientEndpointConfig, java.net.URI)
.ClientManager.asyncConnectToServer
(Object obj, URI path) Non-blocking version ofWebSocketContainer.connectToServer(Object, java.net.URI)
.ClientManager.connectToServer
(Endpoint endpointInstance, ClientEndpointConfig cec, URI path) ClientManager.connectToServer
(Class<? extends Endpoint> endpointClass, ClientEndpointConfig cec, URI path) ClientManager.connectToServer
(Class annotatedEndpointClass, URI path) ClientManager.connectToServer
(Object obj, URI path) -
Uses of DeploymentException in org.glassfish.tyrus.client.exception
Subclasses of DeploymentException in org.glassfish.tyrus.client.exceptionModifier and TypeClassDescriptionclass
TheDeploymentException
wrapping theHandshakeException
and makes the HTTP status code accessible directly.Methods in org.glassfish.tyrus.client.exception that return DeploymentExceptionModifier and TypeMethodDescriptionstatic DeploymentException
Exceptions.deploymentException
(String message, Throwable cause) Get the Deployment Exception, or return the exception if of the type. -
Uses of DeploymentException in org.glassfish.tyrus.container.grizzly.client
Methods in org.glassfish.tyrus.container.grizzly.client that throw DeploymentExceptionModifier and TypeMethodDescriptionvoid
GrizzlyClientSocket.connect()
Performs connect to server endpoint.void
GrizzlyClientContainer.openClientSocket
(ClientEndpointConfig cec, Map<String, Object> properties, ClientEngine clientEngine) -
Uses of DeploymentException in org.glassfish.tyrus.core
Methods in org.glassfish.tyrus.core that return DeploymentExceptionModifier and TypeMethodDescriptionErrorCollector.composeComprehensiveException()
CreateDeploymentException
with message concatenated from collected exceptions.Methods in org.glassfish.tyrus.core that throw DeploymentExceptionModifier and TypeMethodDescriptionvoid
TyrusWebSocketEngine.register
(ServerEndpointConfig serverConfig, String contextPath) void
Constructors in org.glassfish.tyrus.core that throw DeploymentExceptionModifierConstructorDescriptionTyrusEndpointWrapper
(Endpoint endpoint, EndpointConfig configuration, ComponentProviderService componentProvider, WebSocketContainer container, String contextPath, ServerEndpointConfig.Configurator configurator, TyrusEndpointWrapper.SessionListener sessionListener, ClusterContext clusterContext, EndpointEventListener endpointEventListener, Boolean parallelBroadcastEnabled) TyrusEndpointWrapper
(Class<? extends Endpoint> endpointClass, EndpointConfig configuration, ComponentProviderService componentProvider, WebSocketContainer container, String contextPath, ServerEndpointConfig.Configurator configurator, TyrusEndpointWrapper.SessionListener sessionListener, ClusterContext clusterContext, EndpointEventListener endpointEventListener, Boolean parallelBroadcastEnabled) CreateTyrusEndpointWrapper
for class that extendsEndpoint
. -
Uses of DeploymentException in org.glassfish.tyrus.server
Methods in org.glassfish.tyrus.server that throw DeploymentExceptionModifier and TypeMethodDescriptionvoid
TyrusServerContainer.addEndpoint
(ServerEndpointConfig serverEndpointConfig) void
TyrusServerContainer.addEndpoint
(Class<?> endpointClass) TyrusServerContainer.asyncConnectToServer
(Endpoint endpointInstance, ClientEndpointConfig cec, URI path) TyrusServerContainer.asyncConnectToServer
(Class<?> annotatedEndpointClass, URI path) Non-blocking version ofWebSocketContainer.connectToServer(Class, java.net.URI)
.TyrusServerContainer.asyncConnectToServer
(Class<? extends Endpoint> endpointClass, ClientEndpointConfig cec, URI path) Non-blocking version ofWebSocketContainer.connectToServer(Class, jakarta.websocket.ClientEndpointConfig, java.net.URI)
.TyrusServerContainer.asyncConnectToServer
(Object obj, URI path) Non-blocking version ofWebSocketContainer.connectToServer(Object, java.net.URI)
.TyrusServerContainer.connectToServer
(Endpoint endpointInstance, ClientEndpointConfig cec, URI path) TyrusServerContainer.connectToServer
(Class<? extends Endpoint> endpointClass, ClientEndpointConfig cec, URI path) TyrusServerContainer.connectToServer
(Class annotatedEndpointClass, URI path) TyrusServerContainer.connectToServer
(Object annotatedEndpointInstance, URI path) abstract void
TyrusServerContainer.register
(ServerEndpointConfig serverEndpointConfig) abstract void
void
Server.start()
Start the server.void
Start the container.void
TyrusServerContainer.upgradeHttpToWebSocket
(Object httpServletRequest, Object httpServletResponse, ServerEndpointConfig sec, Map<String, String> pathParameters) -
Uses of DeploymentException in org.glassfish.tyrus.spi
Methods in org.glassfish.tyrus.spi that throw DeploymentExceptionModifier and TypeMethodDescriptionvoid
ClientContainer.openClientSocket
(ClientEndpointConfig cec, Map<String, Object> properties, ClientEngine clientEngine) Open client socket - connect to endpoint specified withurl
parameter.void
WebSocketEngine.register
(ServerEndpointConfig serverConfig, String contextPath) RegisterServerEndpointConfig
.void
Register endpoint class.void
Start the server.