public static class ApplicationConfig.ProgrammaticStatelessRemoteInterfaceEndpoint extends jakarta.websocket.Endpoint implements RemoteServiceProgrammatic
| Constructor and Description |
|---|
ProgrammaticStatelessRemoteInterfaceEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
void |
onClose(jakarta.websocket.Session session,
jakarta.websocket.CloseReason closeReason) |
void |
onError(jakarta.websocket.Session session,
java.lang.Throwable thr) |
void |
onOpen(jakarta.websocket.Session session,
jakarta.websocket.EndpointConfig config) |
public ProgrammaticStatelessRemoteInterfaceEndpoint()
public void onOpen(jakarta.websocket.Session session,
jakarta.websocket.EndpointConfig config)
onOpen in interface RemoteServiceProgrammaticonOpen in class jakarta.websocket.Endpointpublic void onClose(jakarta.websocket.Session session,
jakarta.websocket.CloseReason closeReason)
onClose in interface RemoteServiceProgrammaticonClose in class jakarta.websocket.Endpointpublic void onError(jakarta.websocket.Session session,
java.lang.Throwable thr)
onError in interface RemoteServiceProgrammaticonError in class jakarta.websocket.EndpointCopyright © 2012–2020 Oracle Corporation. All rights reserved.