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, onIdleTimeout, onNewStream, onPing, onPreface, onReset, onSettings
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
onClose, onClose, onFailure, onFailure, onIdleTimeout, onNewStream, onPing, onPreface, onReset, onSettings
public void onAccept(Session session)
ServerSessionListener
Callback method invoked when a connection has been accepted by the server.
onAccept
in interface ServerSessionListener
session
- the sessionCopyright © 1995–2023 Webtide. All rights reserved.