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 org.eclipse.jetty.http2.api.server.ServerSessionListener
ServerSessionListener.AdapterNested classes/interfaces inherited from interface org.eclipse.jetty.http2.api.Session.Listener
Session.Listener.Adapter -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.jetty.http2.api.Session.Listener.Adapter
onClose, onFailure, onIdleTimeout, onNewStream, onPing, onPreface, onReset, onSettingsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.jetty.http2.api.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
-