Uses of Interface
org.eclipse.jetty.http2.ISession
Package
Description
-
Uses of ISession in org.eclipse.jetty.http2
Modifier and TypeMethodDescriptionHTTP2Connection.getSession()
HTTP2Stream.getSession()
IStream.getSession()
Modifier 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) ModifierConstructorDescriptionHTTP2Stream
(ISession session, int streamId, MetaData.Request request, boolean local) HTTP2Stream
(Scheduler scheduler, ISession session, int streamId, MetaData.Request request, boolean local) Deprecated. -
Uses of ISession in org.eclipse.jetty.http2.client
-
Uses of ISession in org.eclipse.jetty.http2.server