public static class ServerSessionListener.Adapter extends Session.Listener.Adapter implements ServerSessionListener
Empty implementation of ServerSessionListener
ServerSessionListener.Adapter| Constructor and Description |
|---|
Adapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
onAccept(Session session)
Callback method invoked when a connection has been accepted by the server.
|
onClose, onFailure, onNewStream, onPing, onPreface, onReset, onSettingsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonClose, onFailure, onNewStream, onPing, onPreface, onReset, onSettingspublic void onAccept(Session session)
ServerSessionListenerCallback method invoked when a connection has been accepted by the server.
onAccept in interface ServerSessionListenersession - the sessionCopyright © 1995-2015 Webtide. All Rights Reserved.