Package org.glassfish.tyrus.sample.cdi
Class ApplicationConfig.ProgrammaticStatelessRemoteInterfaceEndpoint
java.lang.Object
jakarta.websocket.Endpoint
org.glassfish.tyrus.sample.cdi.ApplicationConfig.ProgrammaticStatelessRemoteInterfaceEndpoint
- All Implemented Interfaces:
RemoteServiceProgrammatic
- Enclosing class:
ApplicationConfig
public static class ApplicationConfig.ProgrammaticStatelessRemoteInterfaceEndpoint
extends jakarta.websocket.Endpoint
implements RemoteServiceProgrammatic
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ProgrammaticStatelessRemoteInterfaceEndpoint
public ProgrammaticStatelessRemoteInterfaceEndpoint()
-
-
Method Details
-
onOpen
public void onOpen(jakarta.websocket.Session session, jakarta.websocket.EndpointConfig config) - Specified by:
onOpenin interfaceRemoteServiceProgrammatic- Specified by:
onOpenin classjakarta.websocket.Endpoint
-
onClose
public void onClose(jakarta.websocket.Session session, jakarta.websocket.CloseReason closeReason) - Specified by:
onClosein interfaceRemoteServiceProgrammatic- Overrides:
onClosein classjakarta.websocket.Endpoint
-
onError
- Specified by:
onErrorin interfaceRemoteServiceProgrammatic- Overrides:
onErrorin classjakarta.websocket.Endpoint
-