ServerSessionListener, Session.Listenerpublic static class ServerSessionListener.Adapter extends Session.Listener.Adapter implements ServerSessionListener
Empty implementation of ServerSessionListener
ServerSessionListener.Adapter| Constructor | Description |
|---|---|
Adapter() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
onAccept(Session session) |
Callback method invoked when a connection has been accepted by the server.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonClose, onClose, onFailure, onFailure, onIdleTimeout, onNewStream, onPing, onPreface, onReset, onSettingsonClose, onFailure, onIdleTimeout, 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–2018 Webtide. All rights reserved.