public class ServerEndPoint extends Object
Constructor and Description |
---|
ServerEndPoint() |
Modifier and Type | Method and Description |
---|---|
void |
authorize() |
void |
echoBinaryMessage(javax.websocket.Session session_client,
ByteBuffer bb,
boolean last) |
void |
echoTextMessage(javax.websocket.Session session_client,
String msg,
boolean last) |
void |
end(javax.websocket.Session session_client,
javax.websocket.CloseReason reason) |
void |
onError(javax.websocket.Session session_client,
Throwable t) |
void |
start(javax.websocket.Session session_client,
javax.websocket.EndpointConfig config) |
public void start(javax.websocket.Session session_client, javax.websocket.EndpointConfig config)
public void end(javax.websocket.Session session_client, javax.websocket.CloseReason reason) throws IOException
IOException
public void onError(javax.websocket.Session session_client, Throwable t) throws Throwable
Throwable
public void echoTextMessage(javax.websocket.Session session_client, String msg, boolean last)
public void echoBinaryMessage(javax.websocket.Session session_client, ByteBuffer bb, boolean last)
Copyright © 2025 Open Identity Platform Community. All rights reserved.