Uses of Interface
org.eclipse.jetty.http2.api.server.ServerSessionListener
Packages that use ServerSessionListener
-
Uses of ServerSessionListener in org.eclipse.jetty.http2.api.server
Classes in org.eclipse.jetty.http2.api.server that implement ServerSessionListener -
Uses of ServerSessionListener in org.eclipse.jetty.http2.server
Classes in org.eclipse.jetty.http2.server that implement ServerSessionListenerModifier and TypeClassDescriptionprotected class
private class
Fields in org.eclipse.jetty.http2.server declared as ServerSessionListenerModifier and TypeFieldDescriptionprivate final ServerSessionListener
RawHTTP2ServerConnectionFactory.RawServerSessionListener.delegate
private final ServerSessionListener
HTTP2ServerConnection.listener
private final ServerSessionListener
HTTP2ServerSession.listener
private final ServerSessionListener
RawHTTP2ServerConnectionFactory.listener
Methods in org.eclipse.jetty.http2.server that return ServerSessionListenerModifier and TypeMethodDescriptionprotected abstract ServerSessionListener
AbstractHTTP2ServerConnectionFactory.newSessionListener
(org.eclipse.jetty.server.Connector connector, org.eclipse.jetty.io.EndPoint endPoint) protected ServerSessionListener
HTTP2ServerConnectionFactory.newSessionListener
(org.eclipse.jetty.server.Connector connector, org.eclipse.jetty.io.EndPoint endPoint) protected ServerSessionListener
RawHTTP2ServerConnectionFactory.newSessionListener
(org.eclipse.jetty.server.Connector connector, org.eclipse.jetty.io.EndPoint endPoint) Constructors in org.eclipse.jetty.http2.server with parameters of type ServerSessionListenerModifierConstructorDescriptionHTTP2ServerConnection
(org.eclipse.jetty.io.ByteBufferPool byteBufferPool, Executor executor, org.eclipse.jetty.io.EndPoint endPoint, org.eclipse.jetty.server.HttpConfiguration httpConfig, ISession session, int inputBufferSize, ServerSessionListener listener) HTTP2ServerConnection
(org.eclipse.jetty.io.ByteBufferPool byteBufferPool, Executor executor, org.eclipse.jetty.io.EndPoint endPoint, org.eclipse.jetty.server.HttpConfiguration httpConfig, ServerParser parser, ISession session, int inputBufferSize, ServerSessionListener listener) Deprecated.HTTP2ServerSession
(org.eclipse.jetty.util.thread.Scheduler scheduler, org.eclipse.jetty.io.EndPoint endPoint, Generator generator, ServerSessionListener listener, FlowControlStrategy flowControl) Deprecated.HTTP2ServerSession
(org.eclipse.jetty.util.thread.Scheduler scheduler, org.eclipse.jetty.io.EndPoint endPoint, Parser parser, Generator generator, ServerSessionListener listener, FlowControlStrategy flowControl) RawHTTP2ServerConnectionFactory
(org.eclipse.jetty.server.HttpConfiguration httpConfiguration, ServerSessionListener listener) RawHTTP2ServerConnectionFactory
(org.eclipse.jetty.server.HttpConfiguration httpConfiguration, ServerSessionListener listener, String... protocols) private