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 classprivate classFields in org.eclipse.jetty.http2.server declared as ServerSessionListenerModifier and TypeFieldDescriptionprivate final ServerSessionListenerRawHTTP2ServerConnectionFactory.RawServerSessionListener.delegateprivate final ServerSessionListenerHTTP2ServerConnection.listenerprivate final ServerSessionListenerHTTP2ServerSession.listenerprivate final ServerSessionListenerRawHTTP2ServerConnectionFactory.listenerMethods in org.eclipse.jetty.http2.server that return ServerSessionListenerModifier and TypeMethodDescriptionprotected abstract ServerSessionListenerAbstractHTTP2ServerConnectionFactory.newSessionListener(org.eclipse.jetty.server.Connector connector, org.eclipse.jetty.io.EndPoint endPoint) protected ServerSessionListenerHTTP2ServerConnectionFactory.newSessionListener(org.eclipse.jetty.server.Connector connector, org.eclipse.jetty.io.EndPoint endPoint) protected ServerSessionListenerRawHTTP2ServerConnectionFactory.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