Uses of Class
javax.websocket.Endpoint
Packages that use Endpoint
-
Uses of Endpoint in javax.websocket
Methods in javax.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 javax.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. -
Uses of Endpoint in javax.websocket.server
Method parameters in javax.websocket.server with type arguments of type EndpointModifier and TypeMethodDescriptionServerApplicationConfig.getEndpointConfigs
(Set<Class<? extends Endpoint>> endpointClasses) Return a set of ServerEndpointConfig instances that the server container will use to deploy the programmatic endpoints.Constructor parameters in javax.websocket.server with type arguments of type EndpointModifierConstructorDescription(package private)
DefaultServerEndpointConfig
(Class<? extends Endpoint> endpointClass, String path) Creates a server configuration with the given path