Guest User

Untitled

a guest
Mar 19th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. public class myOwnEndpoint extends javax.websocket.Endpoint {
  2. public void onOpen(Session session, EndpointConfig config) {...}
  3. public void onClose(Session session, CloseReason closeReason) {...}
  4. public void onError (Session session, Throwable throwable) {...}
  5. }
Add Comment
Please, Sign In to add comment