Uses of Interface
org.eclipse.jetty.http2.api.server.ServerSessionListener
-
Packages that use ServerSessionListener Package Description org.eclipse.jetty.http2.api.server org.eclipse.jetty.http2.server -
-
Uses of ServerSessionListener in org.eclipse.jetty.http2.api.server
Classes in org.eclipse.jetty.http2.api.server that implement ServerSessionListener Modifier and Type Class Description static classServerSessionListener.AdapterEmpty implementation ofServerSessionListener -
Uses of ServerSessionListener in org.eclipse.jetty.http2.server
Classes in org.eclipse.jetty.http2.server that implement ServerSessionListener Modifier and Type Class Description protected classHTTP2ServerConnectionFactory.HTTPServerSessionListenerMethods in org.eclipse.jetty.http2.server that return ServerSessionListener Modifier and Type Method Description protected abstract ServerSessionListenerAbstractHTTP2ServerConnectionFactory. newSessionListener(Connector connector, EndPoint endPoint)protected ServerSessionListenerHTTP2ServerConnectionFactory. newSessionListener(Connector connector, EndPoint endPoint)protected ServerSessionListenerRawHTTP2ServerConnectionFactory. newSessionListener(Connector connector, EndPoint endPoint)Constructors in org.eclipse.jetty.http2.server with parameters of type ServerSessionListener Constructor Description HTTP2ServerConnection(ByteBufferPool byteBufferPool, java.util.concurrent.Executor executor, EndPoint endPoint, HttpConfiguration httpConfig, ServerParser parser, ISession session, int inputBufferSize, ServerSessionListener listener)HTTP2ServerSession(Scheduler scheduler, EndPoint endPoint, Generator generator, ServerSessionListener listener, FlowControlStrategy flowControl)RawHTTP2ServerConnectionFactory(HttpConfiguration httpConfiguration, ServerSessionListener listener)RawHTTP2ServerConnectionFactory(HttpConfiguration httpConfiguration, ServerSessionListener listener, java.lang.String... protocols)
-