Class ServerSessionListener.Adapter
java.lang.Object
org.eclipse.jetty.http2.api.Session.Listener.Adapter
org.eclipse.jetty.http2.api.server.ServerSessionListener.Adapter
- All Implemented Interfaces:
ServerSessionListener, Session.Listener
- Direct Known Subclasses:
HTTP2ServerConnectionFactory.HTTPServerSessionListener
- Enclosing interface:
ServerSessionListener
public static class ServerSessionListener.Adapter
extends Session.Listener.Adapter
implements ServerSessionListener
Empty implementation of ServerSessionListener
-
Nested Class Summary
Nested classes/interfaces inherited from interface ServerSessionListener
ServerSessionListener.AdapterNested classes/interfaces inherited from interface Session.Listener
Session.Listener.Adapter -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Session.Listener.Adapter
onClose, onFailure, onIdleTimeout, onNewStream, onPing, onPreface, onReset, onSettingsMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Session.Listener
onClose, onClose, onFailure, onFailure, onGoAway, onIdleTimeout, onNewStream, onPing, onPreface, onReset, onSettings
-
Constructor Details
-
Adapter
public Adapter()
-
-
Method Details
-
onAccept
Description copied from interface:ServerSessionListenerCallback method invoked when a connection has been accepted by the server.
- Specified by:
onAcceptin interfaceServerSessionListener- Parameters:
session- the session
-