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
Constructors in org.eclipse.jetty.http2 with parameters of type Session.ListenerModifierConstructorDescriptionHTTP2Session
(Scheduler scheduler, EndPoint endPoint, 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 TypeInterfaceDescriptioninterface
Server-side extension ofSession.Listener
that 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
Methods in org.eclipse.jetty.http2.client with parameters of type Session.ListenerModifier and TypeMethodDescriptionvoid
HTTP2Client.accept
(SocketChannel channel, ClientConnectionFactory factory, Session.Listener listener, Promise<Session> promise) void
HTTP2Client.accept
(SslContextFactory sslContextFactory, SocketChannel channel, Session.Listener listener, Promise<Session> promise) HTTP2Client.connect
(SocketAddress address, Session.Listener listener) void
HTTP2Client.connect
(SocketAddress address, Session.Listener listener, Promise<Session> promise) void
HTTP2Client.connect
(SocketAddress address, ClientConnectionFactory factory, Session.Listener listener, Promise<Session> promise, Map<String, Object> context) HTTP2Client.connect
(SslContextFactory sslContextFactory, SocketAddress address, Session.Listener listener) void
HTTP2Client.connect
(SslContextFactory sslContextFactory, SocketAddress address, Session.Listener listener, Promise<Session> promise) void
HTTP2Client.connect
(SslContextFactory sslContextFactory, SocketAddress address, Session.Listener listener, Promise<Session> promise, Map<String, Object> context) Constructors in org.eclipse.jetty.http2.client with parameters of type Session.ListenerModifierConstructorDescriptionHTTP2ClientSession
(Scheduler scheduler, EndPoint endPoint, Generator generator, Session.Listener listener, FlowControlStrategy flowControl) -
Uses of Session.Listener in org.eclipse.jetty.http2.client.http
Methods in org.eclipse.jetty.http2.client.http with parameters of type Session.ListenerModifier and TypeMethodDescriptionprotected void
HttpClientTransportOverHTTP2.connect
(InetSocketAddress address, ClientConnectionFactory factory, Session.Listener listener, Promise<Session> promise, Map<String, Object> context) protected void
HttpClientTransportOverHTTP2.connect
(SocketAddress address, ClientConnectionFactory factory, Session.Listener listener, 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 class