Uses of Interface
org.eclipse.jetty.http2.ISession
-
Packages that use ISession Package Description org.eclipse.jetty.http2 org.eclipse.jetty.http2.client org.eclipse.jetty.http2.server -
-
Uses of ISession in org.eclipse.jetty.http2
Classes in org.eclipse.jetty.http2 that implement ISession Modifier and Type Class Description classHTTP2SessionMethods in org.eclipse.jetty.http2 that return ISession Modifier and Type Method Description ISessionHTTP2Connection. getSession()ISessionHTTP2Stream. getSession()ISessionIStream. getSession()Methods in org.eclipse.jetty.http2 with parameters of type ISession Modifier and Type Method Description voidBufferingFlowControlStrategy. 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 ISession Constructor Description HTTP2Connection(ByteBufferPool byteBufferPool, java.util.concurrent.Executor executor, EndPoint endPoint, ISession session, int bufferSize)HTTP2Connection(ByteBufferPool byteBufferPool, java.util.concurrent.Executor executor, EndPoint endPoint, Parser parser, ISession session, int bufferSize)Deprecated.HTTP2Stream(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 ISession Modifier and Type Class Description classHTTP2ClientSession -
Uses of ISession in org.eclipse.jetty.http2.server
Classes in org.eclipse.jetty.http2.server that implement ISession Modifier and Type Class Description classHTTP2ServerSessionConstructors in org.eclipse.jetty.http2.server with parameters of type ISession Constructor Description HTTP2ServerConnection(ByteBufferPool byteBufferPool, java.util.concurrent.Executor executor, EndPoint endPoint, HttpConfiguration httpConfig, ISession session, int inputBufferSize, ServerSessionListener listener)HTTP2ServerConnection(ByteBufferPool byteBufferPool, java.util.concurrent.Executor executor, EndPoint endPoint, HttpConfiguration httpConfig, ServerParser parser, ISession session, int inputBufferSize, ServerSessionListener listener)Deprecated.
-