Uses of Interface
jakarta.websocket.EndpointConfig
-
-
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.
-