Uses of Interface
jakarta.websocket.EndpointConfig
Packages that use EndpointConfig
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.
-
Uses of EndpointConfig in com.sun.faces.push
Methods in com.sun.faces.push with parameters of type EndpointConfigModifier and TypeMethodDescriptionvoid
WebsocketEndpoint.onOpen
(Session session, EndpointConfig config) Add given web socket session to theWebocketSessionManager
. -
Uses of EndpointConfig in jakarta.websocket
Subinterfaces of EndpointConfig in jakarta.websocketModifier and TypeInterfaceDescriptioninterface
The 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 EndpointConfigModifier and TypeMethodDescriptiondefault void
Decoder.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 void
Encoder.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 void
Endpoint.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.serverModifier and TypeInterfaceDescriptioninterface
The ServerEndpointConfig is a special kind of endpoint configuration object that contains web socket configuration information specific only to server endpoints.