Uses of Interface
jakarta.websocket.EndpointConfig
-
Packages that use EndpointConfig Package Description jakarta.websocket This package contains all the Jakarta WebSocket APIs common to both the client and server side.jakarta.websocket.server org.glassfish.tyrus.core Core classes.org.glassfish.tyrus.core.coder Encoder and decoder adapters and built-in implementations. -
-
Uses of EndpointConfig in jakarta.websocket
Subinterfaces of EndpointConfig in jakarta.websocket Modifier and Type Interface Description interfaceClientEndpointConfigThe ClientEndpointConfig is a special kind of endpoint configuration object that contains web socket configuration information specific only to client endpoints.Methods in jakarta.websocket with parameters of type EndpointConfig Modifier and Type Method Description default voidDecoder. init(EndpointConfig config)This method is called with the endpoint configuration object of the endpoint this decoder is intended for when it is about to be brought into service.default voidEncoder. init(EndpointConfig config)This method is called with the endpoint configuration object of the endpoint this encoder is intended for when it is about to be brought into service.abstract voidEndpoint. onOpen(Session session, EndpointConfig config)Developers must implement this method to be notified when a new conversation has just begun. -
Uses of EndpointConfig in jakarta.websocket.server
Subinterfaces of EndpointConfig in jakarta.websocket.server with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw Modifier and Type Interface Description interfacejakarta.websocket.server.ServerEndpointConfig -
Uses of EndpointConfig in org.glassfish.tyrus.core
Subinterfaces of EndpointConfig in org.glassfish.tyrus.core Modifier and Type Interface Description interfaceTyrusServerEndpointConfigConfigurationServerEndpointConfigenhanced to offer tyrus specific attributes like maxSessions.Classes in org.glassfish.tyrus.core that implement EndpointConfig Modifier and Type Class Description classServerEndpointConfigWrapperA public class that holds a wrapped ServerEndpointConfig.Methods in org.glassfish.tyrus.core that return EndpointConfig Modifier and Type Method Description EndpointConfigAnnotatedEndpoint. getEndpointConfig()EndpointConfigTyrusEndpointWrapper. getEndpointConfig()Get Endpoint configuration.Methods in org.glassfish.tyrus.core with parameters of type EndpointConfig Modifier and Type Method Description <T> java.lang.ObjectComponentProviderService. getCoderInstance(java.lang.Class<T> c, Session session, EndpointConfig endpointConfig, ErrorCollector collector)voidAnnotatedEndpoint. onOpen(Session session, EndpointConfig configuration)Constructors in org.glassfish.tyrus.core with parameters of type EndpointConfig Constructor Description TyrusEndpointWrapper(Endpoint endpoint, EndpointConfig configuration, ComponentProviderService componentProvider, WebSocketContainer container, java.lang.String contextPath, jakarta.websocket.server.ServerEndpointConfig.Configurator configurator, TyrusEndpointWrapper.SessionListener sessionListener, ClusterContext clusterContext, EndpointEventListener endpointEventListener, java.lang.Boolean parallelBroadcastEnabled)TyrusEndpointWrapper(java.lang.Class<? extends Endpoint> endpointClass, EndpointConfig configuration, ComponentProviderService componentProvider, WebSocketContainer container, java.lang.String contextPath, jakarta.websocket.server.ServerEndpointConfig.Configurator configurator, TyrusEndpointWrapper.SessionListener sessionListener, ClusterContext clusterContext, EndpointEventListener endpointEventListener, java.lang.Boolean parallelBroadcastEnabled)CreateTyrusEndpointWrapperfor class that extendsEndpoint. -
Uses of EndpointConfig in org.glassfish.tyrus.core.coder
Methods in org.glassfish.tyrus.core.coder with parameters of type EndpointConfig Modifier and Type Method Description voidCoderAdapter. init(EndpointConfig config)This method does nothing.
-