Uses of Interface
org.eclipse.jetty.http2.api.Session.Listener
Packages that use Session.Listener
Package
Description
-
Uses of Session.Listener in org.eclipse.jetty.http2
Fields in org.eclipse.jetty.http2 declared as Session.ListenerConstructors in org.eclipse.jetty.http2 with parameters of type Session.ListenerModifierConstructorDescriptionHTTP2Session(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 -
Uses of Session.Listener in org.eclipse.jetty.http2.api.server
Subinterfaces of Session.Listener in org.eclipse.jetty.http2.api.serverModifier and TypeInterfaceDescriptioninterfaceServer-side extension ofSession.Listenerthat exposes additional events.Classes in org.eclipse.jetty.http2.api.server that implement Session.Listener -
Uses of Session.Listener in org.eclipse.jetty.http2.client
Fields in org.eclipse.jetty.http2.client declared as Session.ListenerModifier and TypeFieldDescriptionprivate final Session.ListenerHTTP2ClientConnectionFactory.HTTP2ClientConnection.listenerMethods in org.eclipse.jetty.http2.client with parameters of type Session.ListenerModifier and TypeMethodDescriptionvoidHTTP2Client.accept(org.eclipse.jetty.util.ssl.SslContextFactory sslContextFactory, SocketChannel channel, Session.Listener listener, org.eclipse.jetty.util.Promise<Session> promise) voidHTTP2Client.connect(InetSocketAddress address, Session.Listener listener, org.eclipse.jetty.util.Promise<Session> promise) voidHTTP2Client.connect(org.eclipse.jetty.util.ssl.SslContextFactory sslContextFactory, InetSocketAddress address, Session.Listener listener, org.eclipse.jetty.util.Promise<Session> promise) voidHTTP2Client.connect(org.eclipse.jetty.util.ssl.SslContextFactory sslContextFactory, InetSocketAddress address, Session.Listener listener, org.eclipse.jetty.util.Promise<Session> promise, Map<String, Object> context) HTTP2Client.contextFrom(org.eclipse.jetty.util.ssl.SslContextFactory sslContextFactory, InetSocketAddress address, Session.Listener listener, org.eclipse.jetty.util.Promise<Session> promise, Map<String, Object> context) Constructors in org.eclipse.jetty.http2.client with parameters of type Session.ListenerModifierConstructorDescriptionprivateHTTP2ClientConnection(HTTP2Client client, org.eclipse.jetty.io.ByteBufferPool byteBufferPool, 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.ListenerModifier and TypeClassDescriptionprivate classMethods in org.eclipse.jetty.http2.client.http with parameters of type Session.ListenerModifier and TypeMethodDescriptionprotected voidHttpClientTransportOverHTTP2.connect(org.eclipse.jetty.util.ssl.SslContextFactory sslContextFactory, InetSocketAddress address, Session.Listener listener, org.eclipse.jetty.util.Promise<Session> promise, Map<String, Object> context) -
Uses of Session.Listener in org.eclipse.jetty.http2.server
Classes in org.eclipse.jetty.http2.server that implement Session.ListenerModifier and TypeClassDescriptionprotected classprivate class