public interface ServerSessionListener extends Session.Listener
| 限定符和类型 | 接口和说明 |
|---|---|
static class |
ServerSessionListener.Adapter
Empty implementation of
ServerSessionListener
|
| 限定符和类型 | 方法和说明 |
|---|---|
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 © 2016. All rights reserved.