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 ISessionMethods 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 TypeMethodDescriptionvoidBufferingFlowControlStrategy.onDataConsumed(ISession session, IStream stream, int length) voidFlowControlStrategy.onDataConsumed(ISession session, IStream stream, int length) voidSimpleFlowControlStrategy.onDataConsumed(ISession session, IStream stream, int length) voidAbstractFlowControlStrategy.onDataReceived(ISession session, IStream stream, int length) voidFlowControlStrategy.onDataReceived(ISession session, IStream stream, int length) protected voidAbstractFlowControlStrategy.onSessionStalled(ISession session) protected voidAbstractFlowControlStrategy.onSessionUnstalled(ISession session) voidAbstractFlowControlStrategy.onWindowUpdate(ISession session, IStream stream, WindowUpdateFrame frame) voidFlowControlStrategy.onWindowUpdate(ISession session, IStream stream, WindowUpdateFrame frame) protected voidBufferingFlowControlStrategy.sendWindowUpdate(IStream stream, ISession session, WindowUpdateFrame frame) voidAbstractFlowControlStrategy.updateInitialStreamWindow(ISession session, int initialStreamWindow, boolean local) voidFlowControlStrategy.updateInitialStreamWindow(ISession session, int initialStreamWindow, boolean local) voidAbstractFlowControlStrategy.windowUpdate(ISession session, IStream stream, WindowUpdateFrame frame) voidBufferingFlowControlStrategy.windowUpdate(ISession session, IStream stream, WindowUpdateFrame frame) voidFlowControlStrategy.windowUpdate(ISession session, IStream stream, WindowUpdateFrame frame) Constructors in org.eclipse.jetty.http2 with parameters of type ISessionModifierConstructorDescriptionHTTP2Stream(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
Classes in org.eclipse.jetty.http2.client that implement ISession -
Uses of ISession in org.eclipse.jetty.http2.server
Classes in org.eclipse.jetty.http2.server that implement ISession