public static class ServerSessionFrameListener.Adapter extends SessionFrameListener.Adapter implements ServerSessionFrameListener
Empty implementation of ServerSessionFrameListener
ServerSessionFrameListener.Adapter| Constructor and Description |
|---|
ServerSessionFrameListener.Adapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
onConnect(Session session)
Callback invoked when a client opens a connection.
|
onFailure, onGoAway, onPing, onRst, onSettings, onSynclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonFailure, onGoAway, onPing, onRst, onSettings, onSynpublic void onConnect(Session session)
ServerSessionFrameListenerCallback invoked when a client opens a connection.
onConnect in interface ServerSessionFrameListenersession - the sessionCopyright © 1995-2014 Mort Bay Consulting. All Rights Reserved.