Uses of Class
jakarta.websocket.Endpoint
-
Uses of Endpoint in jakarta.websocket
Methods in jakarta.websocket with parameters of type EndpointModifier and TypeMethodDescriptionWebSocketContainer.connectToServer
(Endpoint endpointInstance, ClientEndpointConfig cec, URI path) Connect the supplied programmatic client endpoint instance to its server with the given configuration.Method parameters in jakarta.websocket with type arguments of type EndpointModifier and TypeMethodDescriptionWebSocketContainer.connectToServer
(Class<? extends Endpoint> endpointClass, ClientEndpointConfig cec, URI path) Connect the supplied programmatic endpoint to its server with the given configuration.