Uses of Interface
org.eclipse.jetty.http2.ISession
Packages that use ISession
Package
Description
-
Uses of ISession in org.eclipse.jetty.http2
Classes in org.eclipse.jetty.http2 that implement ISessionFields in org.eclipse.jetty.http2 declared as ISessionModifier and TypeFieldDescriptionprivate final ISession
HTTP2Connection.session
private final ISession
HTTP2Stream.session
Methods in org.eclipse.jetty.http2 that return ISessionModifier and TypeMethodDescriptionHTTP2Connection.getSession()
HTTP2Stream.getSession()
IStream.getSession()
Methods in org.eclipse.jetty.http2 with parameters of type ISessionModifier and TypeMethodDescriptionvoid
BufferingFlowControlStrategy.onDataConsumed
(ISession session, IStream stream, int length) void
FlowControlStrategy.onDataConsumed
(ISession session, IStream stream, int length) void
SimpleFlowControlStrategy.onDataConsumed
(ISession session, IStream stream, int length) void
AbstractFlowControlStrategy.onDataReceived
(ISession session, IStream stream, int length) void
FlowControlStrategy.onDataReceived
(ISession session, IStream stream, int length) protected void
AbstractFlowControlStrategy.onSessionStalled
(ISession session) protected void
AbstractFlowControlStrategy.onSessionUnstalled
(ISession session) void
AbstractFlowControlStrategy.onWindowUpdate
(ISession session, IStream stream, WindowUpdateFrame frame) void
FlowControlStrategy.onWindowUpdate
(ISession session, IStream stream, WindowUpdateFrame frame) protected void
BufferingFlowControlStrategy.sendWindowUpdate
(IStream stream, ISession session, WindowUpdateFrame frame) void
AbstractFlowControlStrategy.updateInitialStreamWindow
(ISession session, int initialStreamWindow, boolean local) void
FlowControlStrategy.updateInitialStreamWindow
(ISession session, int initialStreamWindow, boolean local) void
AbstractFlowControlStrategy.windowUpdate
(ISession session, IStream stream, WindowUpdateFrame frame) void
BufferingFlowControlStrategy.windowUpdate
(ISession session, IStream stream, WindowUpdateFrame frame) void
FlowControlStrategy.windowUpdate
(ISession session, IStream stream, WindowUpdateFrame frame) Constructors in org.eclipse.jetty.http2 with parameters of type ISessionModifierConstructorDescriptionHTTP2Connection
(org.eclipse.jetty.io.ByteBufferPool byteBufferPool, Executor executor, org.eclipse.jetty.io.EndPoint endPoint, ISession session, int bufferSize) HTTP2Connection
(org.eclipse.jetty.io.ByteBufferPool byteBufferPool, Executor executor, org.eclipse.jetty.io.EndPoint endPoint, Parser parser, ISession session, int bufferSize) Deprecated.HTTP2Stream
(org.eclipse.jetty.util.thread.Scheduler scheduler, ISession session, int streamId, boolean local) -
Uses of ISession in org.eclipse.jetty.http2.client
Classes in org.eclipse.jetty.http2.client that implement ISessionConstructors in org.eclipse.jetty.http2.client with parameters of type ISessionModifierConstructorDescriptionprivate
HTTP2ClientConnection
(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) -
Uses of ISession in org.eclipse.jetty.http2.server
Classes in org.eclipse.jetty.http2.server that implement ISessionMethods in org.eclipse.jetty.http2.server with parameters of type ISessionModifier and TypeMethodDescriptionprivate void
HTTP2ServerConnection.notifyAccept
(ISession session) Constructors in org.eclipse.jetty.http2.server with parameters of type ISessionModifierConstructorDescriptionHTTP2ServerConnection
(org.eclipse.jetty.io.ByteBufferPool byteBufferPool, 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, Executor executor, org.eclipse.jetty.io.EndPoint endPoint, org.eclipse.jetty.server.HttpConfiguration httpConfig, ServerParser parser, ISession session, int inputBufferSize, ServerSessionListener listener) Deprecated.