public interface ServerSessionListener extends Session.Listener
Server-side extension of Session.Listener that exposes additional events.
| Modifier and Type | Interface and Description |
|---|---|
static class |
ServerSessionListener.Adapter
Empty implementation of
ServerSessionListener |
| 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, onSettingsvoid onAccept(Session session)
Callback method invoked when a connection has been accepted by the server.
session - the sessionCopyright © 1995–2017 Webtide. All rights reserved.