Uses of Interface
org.eclipse.jetty.http2.api.Session.Listener
-
-
Uses of Session.Listener in org.eclipse.jetty.http2
Fields in org.eclipse.jetty.http2 declared as Session.Listener Modifier and Type Field Description private Session.Listener
HTTP2Session. listener
Constructors in org.eclipse.jetty.http2 with parameters of type Session.Listener Constructor Description HTTP2Session(org.eclipse.jetty.util.thread.Scheduler scheduler, org.eclipse.jetty.io.EndPoint endPoint, Generator generator, Session.Listener listener, FlowControlStrategy flowControl, int initialStreamId)
Deprecated.HTTP2Session(org.eclipse.jetty.util.thread.Scheduler scheduler, org.eclipse.jetty.io.EndPoint endPoint, Parser parser, Generator generator, Session.Listener listener, FlowControlStrategy flowControl, int initialStreamId)
-
Uses of Session.Listener in org.eclipse.jetty.http2.api
Classes in org.eclipse.jetty.http2.api that implement Session.Listener Modifier and Type Class Description static class
Session.Listener.Adapter
Empty implementation ofStream.Listener
. -
Uses of Session.Listener in org.eclipse.jetty.http2.api.server
Subinterfaces of Session.Listener in org.eclipse.jetty.http2.api.server Modifier and Type Interface Description interface
ServerSessionListener
Server-side extension ofSession.Listener
that exposes additional events.Classes in org.eclipse.jetty.http2.api.server that implement Session.Listener Modifier and Type Class Description static class
ServerSessionListener.Adapter
Empty implementation ofServerSessionListener
-
Uses of Session.Listener in org.eclipse.jetty.http2.client
Fields in org.eclipse.jetty.http2.client declared as Session.Listener Modifier and Type Field Description private Session.Listener
HTTP2ClientConnectionFactory.HTTP2ClientConnection. listener
Methods in org.eclipse.jetty.http2.client with parameters of type Session.Listener Modifier and Type Method Description void
HTTP2Client. accept(org.eclipse.jetty.util.ssl.SslContextFactory sslContextFactory, java.nio.channels.SocketChannel channel, Session.Listener listener, org.eclipse.jetty.util.Promise<Session> promise)
void
HTTP2Client. connect(java.net.InetSocketAddress address, Session.Listener listener, org.eclipse.jetty.util.Promise<Session> promise)
void
HTTP2Client. connect(org.eclipse.jetty.util.ssl.SslContextFactory sslContextFactory, java.net.InetSocketAddress address, Session.Listener listener, org.eclipse.jetty.util.Promise<Session> promise)
void
HTTP2Client. connect(org.eclipse.jetty.util.ssl.SslContextFactory sslContextFactory, java.net.InetSocketAddress address, Session.Listener listener, org.eclipse.jetty.util.Promise<Session> promise, java.util.Map<java.lang.String,java.lang.Object> context)
private java.util.Map<java.lang.String,java.lang.Object>
HTTP2Client. contextFrom(org.eclipse.jetty.util.ssl.SslContextFactory sslContextFactory, java.net.InetSocketAddress address, Session.Listener listener, org.eclipse.jetty.util.Promise<Session> promise, java.util.Map<java.lang.String,java.lang.Object> context)
Constructors in org.eclipse.jetty.http2.client with parameters of type Session.Listener Constructor Description HTTP2ClientConnection(HTTP2Client client, org.eclipse.jetty.io.ByteBufferPool byteBufferPool, java.util.concurrent.Executor executor, org.eclipse.jetty.io.EndPoint endpoint, ISession session, int bufferSize, org.eclipse.jetty.util.Promise<Session> promise, Session.Listener listener)
HTTP2ClientSession(org.eclipse.jetty.util.thread.Scheduler scheduler, org.eclipse.jetty.io.EndPoint endPoint, Generator generator, Session.Listener listener, FlowControlStrategy flowControl)
Deprecated.HTTP2ClientSession(org.eclipse.jetty.util.thread.Scheduler scheduler, org.eclipse.jetty.io.EndPoint endPoint, Parser parser, Generator generator, Session.Listener listener, FlowControlStrategy flowControl)
-
Uses of Session.Listener in org.eclipse.jetty.http2.client.http
Classes in org.eclipse.jetty.http2.client.http that implement Session.Listener Modifier and Type Class Description private class
HttpClientTransportOverHTTP2.SessionListenerPromise
Methods in org.eclipse.jetty.http2.client.http with parameters of type Session.Listener Modifier and Type Method Description protected void
HttpClientTransportOverHTTP2. connect(org.eclipse.jetty.util.ssl.SslContextFactory sslContextFactory, java.net.InetSocketAddress address, Session.Listener listener, org.eclipse.jetty.util.Promise<Session> promise, java.util.Map<java.lang.String,java.lang.Object> context)
-
Uses of Session.Listener in org.eclipse.jetty.http2.server
Classes in org.eclipse.jetty.http2.server that implement Session.Listener Modifier and Type Class Description protected class
HTTP2ServerConnectionFactory.HTTPServerSessionListener
private class
RawHTTP2ServerConnectionFactory.RawServerSessionListener
-