Interface Session.Listener

All Known Subinterfaces:
ServerSessionListener
All Known Implementing Classes:
HTTP2ServerConnectionFactory.HTTPServerSessionListener, ServerSessionListener.Adapter, Session.Listener.Adapter
Enclosing interface:
Session

public static interface Session.Listener

A Session.Listener is the passive counterpart of a Session and receives events happening on an HTTP/2 connection.

See Also: