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.ListenerHTTP2Session. listenerConstructors 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 classSession.Listener.AdapterEmpty 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 interfaceServerSessionListenerServer-side extension ofSession.Listenerthat exposes additional events.Classes in org.eclipse.jetty.http2.api.server that implement Session.Listener Modifier and Type Class Description static classServerSessionListener.AdapterEmpty 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.ListenerHTTP2ClientConnectionFactory.HTTP2ClientConnection. listenerMethods in org.eclipse.jetty.http2.client with parameters of type Session.Listener Modifier and Type Method Description voidHTTP2Client. accept(org.eclipse.jetty.util.ssl.SslContextFactory sslContextFactory, java.nio.channels.SocketChannel channel, Session.Listener listener, org.eclipse.jetty.util.Promise<Session> promise)voidHTTP2Client. connect(java.net.InetSocketAddress address, Session.Listener listener, org.eclipse.jetty.util.Promise<Session> promise)voidHTTP2Client. connect(org.eclipse.jetty.util.ssl.SslContextFactory sslContextFactory, java.net.InetSocketAddress address, Session.Listener listener, org.eclipse.jetty.util.Promise<Session> promise)voidHTTP2Client. 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 classHttpClientTransportOverHTTP2.SessionListenerPromiseMethods in org.eclipse.jetty.http2.client.http with parameters of type Session.Listener Modifier and Type Method Description protected voidHttpClientTransportOverHTTP2. 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 classHTTP2ServerConnectionFactory.HTTPServerSessionListenerprivate classRawHTTP2ServerConnectionFactory.RawServerSessionListener
-