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 TypeMethodDescriptionvoidServerContainer.addEndpoint(ServerEndpointConfig serverConfig) Deploys the given endpoint described by the provided configuration into this ServerContainer.voidServerContainer.addEndpoint(Class<?> endpointClass) Deploys the given annotated endpoint into this ServerContainer.voidServerContainer.upgradeHttpToWebSocket(Object httpServletRequest, Object httpServletResponse, ServerEndpointConfig sec, Map<String, String> pathParameters) Upgrade the HTTP connection represented by theHttpServletRequestandHttpServletResponseto 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 TypeClassDescriptionclassTheDeploymentExceptionwrapping theHandshakeExceptionand makes the HTTP status code accessible directly.Methods in org.glassfish.tyrus.client.exception that return DeploymentExceptionModifier and TypeMethodDescriptionstatic DeploymentExceptionExceptions.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 TypeMethodDescriptionvoidGrizzlyClientSocket.connect()Performs connect to server endpoint.voidGrizzlyClientContainer.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()CreateDeploymentExceptionwith message concatenated from collected exceptions.Methods in org.glassfish.tyrus.core that throw DeploymentExceptionModifier and TypeMethodDescriptionvoidTyrusWebSocketEngine.register(ServerEndpointConfig serverConfig, String contextPath) voidConstructors 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) CreateTyrusEndpointWrapperfor class that extendsEndpoint. -
Uses of DeploymentException in org.glassfish.tyrus.server
Methods in org.glassfish.tyrus.server that throw DeploymentExceptionModifier and TypeMethodDescriptionvoidTyrusServerContainer.addEndpoint(ServerEndpointConfig serverEndpointConfig) voidTyrusServerContainer.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 voidTyrusServerContainer.register(ServerEndpointConfig serverEndpointConfig) abstract voidvoidServer.start()Start the server.voidStart the container.voidTyrusServerContainer.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 TypeMethodDescriptionvoidClientContainer.openClientSocket(ClientEndpointConfig cec, Map<String, Object> properties, ClientEngine clientEngine) Open client socket - connect to endpoint specified withurlparameter.voidWebSocketEngine.register(ServerEndpointConfig serverConfig, String contextPath) RegisterServerEndpointConfig.voidRegister endpoint class.voidStart the server.