Interface ServerSessionListener
- All Superinterfaces:
Session.Listener
- All Known Implementing Classes:
HTTP2ServerConnectionFactory.HTTPServerSessionListener
Server-side extension of Session.Listener that exposes additional events.
-
Method Summary
Methods inherited from interface Session.Listener
onClose, onFailure, onGoAway, onIdleTimeout, onNewStream, onPing, onPreface, onReset, onSettings
-
Method Details
-
onAccept
Callback method invoked when a connection has been accepted by the server.
- Parameters:
session- the session
-