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 class
ServerSessionListener.Adapter
Empty 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 class
HTTP2ServerConnectionFactory.HTTPServerSessionListener
private class
RawHTTP2ServerConnectionFactory.RawServerSessionListener
Fields in org.eclipse.jetty.http2.server declared as ServerSessionListener Modifier and Type Field Description private ServerSessionListener
RawHTTP2ServerConnectionFactory.RawServerSessionListener. delegate
private ServerSessionListener
HTTP2ServerConnection. listener
private ServerSessionListener
HTTP2ServerSession. listener
private ServerSessionListener
RawHTTP2ServerConnectionFactory. listener
Methods in org.eclipse.jetty.http2.server that return ServerSessionListener Modifier and Type Method Description protected 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 ServerSessionListener Constructor Description HTTP2ServerConnection(org.eclipse.jetty.io.ByteBufferPool byteBufferPool, java.util.concurrent.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, java.util.concurrent.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, java.lang.String... protocols)
RawServerSessionListener(ServerSessionListener delegate)
-