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