Interface ServerSessionListener
- All Superinterfaces:
Session.Listener
- All Known Implementing Classes:
HTTP2ServerConnectionFactory.HTTPServerSessionListener, RawHTTP2ServerConnectionFactory.RawServerSessionListener, ServerSessionListener.Adapter
Server-side extension of Session.Listener that exposes additional events.
-
Nested Class Summary
Nested Classes -
Method Summary
Methods inherited from interface Session.Listener
onClose, onClose, onFailure, 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
-