- offerTask(Runnable, boolean) - Method in class org.eclipse.jetty.http2.HTTP2Connection
-
- onAccept(Session) - Method in class org.eclipse.jetty.http2.api.server.ServerSessionListener.Adapter
-
- onAccept(Session) - Method in interface org.eclipse.jetty.http2.api.server.ServerSessionListener
-
Callback method invoked when a connection has been accepted by the server.
- onClose() - Method in class org.eclipse.jetty.http2.HTTP2Connection
-
- onClose(Session, GoAwayFrame) - Method in class org.eclipse.jetty.http2.api.Session.Listener.Adapter
-
- onClose(Session, GoAwayFrame) - Method in interface org.eclipse.jetty.http2.api.Session.Listener
-
- onClose(Session, GoAwayFrame, Callback) - Method in interface org.eclipse.jetty.http2.api.Session.Listener
-
Callback method invoked when a GOAWAY frame has been received.
- onCompleteFailure(Throwable) - Method in class org.eclipse.jetty.http2.HTTP2Flusher
-
- onCompleteSuccess() - Method in class org.eclipse.jetty.http2.HTTP2Flusher
-
- onConnectionFailure(int, String) - Method in class org.eclipse.jetty.http2.HTTP2Session
-
- onConnectionFailure(int, String) - Method in class org.eclipse.jetty.http2.parser.Parser.Listener.Adapter
-
- onConnectionFailure(int, String) - Method in interface org.eclipse.jetty.http2.parser.Parser.Listener
-
- onData(Stream, DataFrame, Callback) - Method in class org.eclipse.jetty.http2.api.Stream.Listener.Adapter
-
- onData(Stream, DataFrame, Callback) - Method in interface org.eclipse.jetty.http2.api.Stream.Listener
-
Callback method invoked when a DATA frame has been received.
- onData(DataFrame) - Method in class org.eclipse.jetty.http2.HTTP2Session
-
- onData(DataFrame) - Method in class org.eclipse.jetty.http2.parser.Parser.Listener.Adapter
-
- onData(DataFrame) - Method in interface org.eclipse.jetty.http2.parser.Parser.Listener
-
- onDataConsumed(ISession, IStream, int) - Method in class org.eclipse.jetty.http2.BufferingFlowControlStrategy
-
- onDataConsumed(ISession, IStream, int) - Method in interface org.eclipse.jetty.http2.FlowControlStrategy
-
- onDataConsumed(ISession, IStream, int) - Method in class org.eclipse.jetty.http2.SimpleFlowControlStrategy
-
- onDataReceived(ISession, IStream, int) - Method in class org.eclipse.jetty.http2.AbstractFlowControlStrategy
-
- onDataReceived(ISession, IStream, int) - Method in interface org.eclipse.jetty.http2.FlowControlStrategy
-
- onDataSending(IStream, int) - Method in class org.eclipse.jetty.http2.AbstractFlowControlStrategy
-
- onDataSending(IStream, int) - Method in interface org.eclipse.jetty.http2.FlowControlStrategy
-
- onDataSent(IStream, int) - Method in class org.eclipse.jetty.http2.AbstractFlowControlStrategy
-
- onDataSent(IStream, int) - Method in interface org.eclipse.jetty.http2.FlowControlStrategy
-
- onFailure(Session, Throwable) - Method in class org.eclipse.jetty.http2.api.Session.Listener.Adapter
-
- onFailure(Session, Throwable) - Method in interface org.eclipse.jetty.http2.api.Session.Listener
-
- onFailure(Session, Throwable, Callback) - Method in interface org.eclipse.jetty.http2.api.Session.Listener
-
Callback method invoked when a failure has been detected for this session.
- onFillable() - Method in class org.eclipse.jetty.http2.HTTP2Connection
-
- onFlushed(long) - Method in class org.eclipse.jetty.http2.HTTP2Connection
-
- onFrame(Frame) - Method in class org.eclipse.jetty.http2.HTTP2Session
-
- onFrame(Frame) - Method in interface org.eclipse.jetty.http2.ISession
-
Callback method invoked during an HTTP/1.1 to HTTP/2 upgrade requests
to process the given synthetic frame.
- onFrameBytesFlushed(int) - Method in class org.eclipse.jetty.http2.HTTP2Flusher.Entry
-
- onGoAway(GoAwayFrame) - Method in class org.eclipse.jetty.http2.HTTP2Session
-
This method is called when receiving a GO_AWAY from the other peer.
- onGoAway(GoAwayFrame) - Method in class org.eclipse.jetty.http2.parser.Parser.Listener.Adapter
-
- onGoAway(GoAwayFrame) - Method in interface org.eclipse.jetty.http2.parser.Parser.Listener
-
- onHeaders(Stream, HeadersFrame) - Method in class org.eclipse.jetty.http2.api.Stream.Listener.Adapter
-
- onHeaders(Stream, HeadersFrame) - Method in interface org.eclipse.jetty.http2.api.Stream.Listener
-
Callback method invoked when a HEADERS frame representing the HTTP response has been received.
- onHeaders(HeadersFrame) - Method in class org.eclipse.jetty.http2.HTTP2Session
-
- onHeaders(HeadersFrame) - Method in class org.eclipse.jetty.http2.parser.Parser.Listener.Adapter
-
- onHeaders(HeadersFrame) - Method in interface org.eclipse.jetty.http2.parser.Parser.Listener
-
- onIdleExpired() - Method in class org.eclipse.jetty.http2.HTTP2Connection
-
- onIdleExpired(TimeoutException) - Method in class org.eclipse.jetty.http2.HTTP2Stream
-
- onIdleTimeout() - Method in class org.eclipse.jetty.http2.HTTP2Session
-
This method is invoked when the idle timeout triggers.
- onIdleTimeout() - Method in interface org.eclipse.jetty.http2.ISession
-
Callback invoked when the idle timeout expires.
- onIdleTimeout(Session) - Method in class org.eclipse.jetty.http2.api.Session.Listener.Adapter
-
- onIdleTimeout(Session) - Method in interface org.eclipse.jetty.http2.api.Session.Listener
-
Callback method invoked when the idle timeout expired.
- onIdleTimeout(Stream, Throwable) - Method in class org.eclipse.jetty.http2.api.Stream.Listener.Adapter
-
- onIdleTimeout(Stream, Throwable) - Method in interface org.eclipse.jetty.http2.api.Stream.Listener
-
Callback method invoked when the stream exceeds its idle timeout.
- onNewStream(Stream, HeadersFrame) - Method in class org.eclipse.jetty.http2.api.Session.Listener.Adapter
-
- onNewStream(Stream, HeadersFrame) - Method in interface org.eclipse.jetty.http2.api.Session.Listener
-
Callback method invoked when a new stream is being created upon
receiving a HEADERS frame representing a HTTP request.
- onOpen() - Method in class org.eclipse.jetty.http2.HTTP2Connection
-
- onPing(Session, PingFrame) - Method in class org.eclipse.jetty.http2.api.Session.Listener.Adapter
-
- onPing(Session, PingFrame) - Method in interface org.eclipse.jetty.http2.api.Session.Listener
-
Callback method invoked when a PING frame has been received.
- onPing(PingFrame) - Method in class org.eclipse.jetty.http2.HTTP2Session
-
- onPing(PingFrame) - Method in class org.eclipse.jetty.http2.parser.Parser.Listener.Adapter
-
- onPing(PingFrame) - Method in interface org.eclipse.jetty.http2.parser.Parser.Listener
-
- onPreface() - Method in class org.eclipse.jetty.http2.parser.ServerParser.Listener.Adapter
-
- onPreface() - Method in interface org.eclipse.jetty.http2.parser.ServerParser.Listener
-
- onPreface() - Method in class org.eclipse.jetty.http2.parser.ServerParser
-
- onPreface(Session) - Method in class org.eclipse.jetty.http2.api.Session.Listener.Adapter
-
- onPreface(Session) - Method in interface org.eclipse.jetty.http2.api.Session.Listener
-
Callback method invoked:
- onPriority(PriorityFrame) - Method in class org.eclipse.jetty.http2.HTTP2Session
-
- onPriority(PriorityFrame) - Method in class org.eclipse.jetty.http2.parser.Parser.Listener.Adapter
-
- onPriority(PriorityFrame) - Method in interface org.eclipse.jetty.http2.parser.Parser.Listener
-
- onPush(Stream, PushPromiseFrame) - Method in class org.eclipse.jetty.http2.api.Stream.Listener.Adapter
-
- onPush(Stream, PushPromiseFrame) - Method in interface org.eclipse.jetty.http2.api.Stream.Listener
-
Callback method invoked when a PUSH_PROMISE frame has been received.
- onPushPromise(PushPromiseFrame) - Method in class org.eclipse.jetty.http2.parser.Parser.Listener.Adapter
-
- onPushPromise(PushPromiseFrame) - Method in interface org.eclipse.jetty.http2.parser.Parser.Listener
-
- onReset(Session, ResetFrame) - Method in class org.eclipse.jetty.http2.api.Session.Listener.Adapter
-
- onReset(Session, ResetFrame) - Method in interface org.eclipse.jetty.http2.api.Session.Listener
-
Callback method invoked when a RST_STREAM frame has been received for an unknown stream.
- onReset(Stream, ResetFrame) - Method in class org.eclipse.jetty.http2.api.Stream.Listener.Adapter
-
- onReset(Stream, ResetFrame) - Method in interface org.eclipse.jetty.http2.api.Stream.Listener
-
Callback method invoked when a RST_STREAM frame has been received for this stream.
- onReset(Stream, ResetFrame, Callback) - Method in interface org.eclipse.jetty.http2.api.Stream.Listener
-
- onReset(ResetFrame) - Method in class org.eclipse.jetty.http2.HTTP2Session
-
- onReset(ResetFrame) - Method in class org.eclipse.jetty.http2.parser.Parser.Listener.Adapter
-
- onReset(ResetFrame) - Method in interface org.eclipse.jetty.http2.parser.Parser.Listener
-
- onSessionStalled(ISession) - Method in class org.eclipse.jetty.http2.AbstractFlowControlStrategy
-
- onSessionUnstalled(ISession) - Method in class org.eclipse.jetty.http2.AbstractFlowControlStrategy
-
- onSettings(Map<Integer, Integer>) - Method in class org.eclipse.jetty.http2.parser.SettingsBodyParser
-
- onSettings(Session, SettingsFrame) - Method in class org.eclipse.jetty.http2.api.Session.Listener.Adapter
-
- onSettings(Session, SettingsFrame) - Method in interface org.eclipse.jetty.http2.api.Session.Listener
-
Callback method invoked when a SETTINGS frame has been received.
- onSettings(SettingsFrame) - Method in class org.eclipse.jetty.http2.HTTP2Session
-
- onSettings(SettingsFrame) - Method in class org.eclipse.jetty.http2.parser.Parser.Listener.Adapter
-
- onSettings(SettingsFrame) - Method in interface org.eclipse.jetty.http2.parser.Parser.Listener
-
- onSettings(SettingsFrame, boolean) - Method in class org.eclipse.jetty.http2.HTTP2Session
-
- onShutdown() - Method in class org.eclipse.jetty.http2.HTTP2Session
-
A typical close by a remote peer involves a GO_AWAY frame followed by TCP FIN.
- onShutdown() - Method in interface org.eclipse.jetty.http2.ISession
-
Callback invoked when the connection reads -1.
- onStreamClosed(IStream) - Method in class org.eclipse.jetty.http2.HTTP2Session
-
- onStreamCreated(IStream) - Method in class org.eclipse.jetty.http2.AbstractFlowControlStrategy
-
- onStreamCreated(IStream) - Method in class org.eclipse.jetty.http2.BufferingFlowControlStrategy
-
- onStreamCreated(IStream) - Method in interface org.eclipse.jetty.http2.FlowControlStrategy
-
- onStreamDestroyed(IStream) - Method in class org.eclipse.jetty.http2.AbstractFlowControlStrategy
-
- onStreamDestroyed(IStream) - Method in class org.eclipse.jetty.http2.BufferingFlowControlStrategy
-
- onStreamDestroyed(IStream) - Method in interface org.eclipse.jetty.http2.FlowControlStrategy
-
- onStreamOpened(IStream) - Method in class org.eclipse.jetty.http2.HTTP2Session
-
- onStreamStalled(IStream) - Method in class org.eclipse.jetty.http2.AbstractFlowControlStrategy
-
- onStreamUnstalled(IStream) - Method in class org.eclipse.jetty.http2.AbstractFlowControlStrategy
-
- onTimeout(Stream, Throwable) - Method in class org.eclipse.jetty.http2.api.Stream.Listener.Adapter
-
- onTimeout(Stream, Throwable) - Method in interface org.eclipse.jetty.http2.api.Stream.Listener
-
- onWindowUpdate(WindowUpdateFrame) - Method in class org.eclipse.jetty.http2.HTTP2Session
-
- onWindowUpdate(WindowUpdateFrame) - Method in class org.eclipse.jetty.http2.parser.Parser.Listener.Adapter
-
- onWindowUpdate(WindowUpdateFrame) - Method in interface org.eclipse.jetty.http2.parser.Parser.Listener
-
- onWindowUpdate(ISession, IStream, WindowUpdateFrame) - Method in class org.eclipse.jetty.http2.AbstractFlowControlStrategy
-
- onWindowUpdate(ISession, IStream, WindowUpdateFrame) - Method in interface org.eclipse.jetty.http2.FlowControlStrategy
-
- onWindowUpdate(IStream, WindowUpdateFrame) - Method in class org.eclipse.jetty.http2.HTTP2Session
-
- onWindowUpdate(IStream, WindowUpdateFrame) - Method in interface org.eclipse.jetty.http2.ISession
-
Callback method invoked when a WINDOW_UPDATE frame has been received.
- org.eclipse.jetty.http2 - package org.eclipse.jetty.http2
-
- org.eclipse.jetty.http2.api - package org.eclipse.jetty.http2.api
-
- org.eclipse.jetty.http2.api.server - package org.eclipse.jetty.http2.api.server
-
- org.eclipse.jetty.http2.frames - package org.eclipse.jetty.http2.frames
-
- org.eclipse.jetty.http2.generator - package org.eclipse.jetty.http2.generator
-
- org.eclipse.jetty.http2.parser - package org.eclipse.jetty.http2.parser
-
- padding() - Method in class org.eclipse.jetty.http2.frames.DataFrame
-
- PADDING - Static variable in interface org.eclipse.jetty.http2.Flags
-
- parse(ByteBuffer) - Method in class org.eclipse.jetty.http2.parser.BodyParser
-
Parses the body bytes in the given buffer; only the body
bytes are consumed, therefore when this method returns, the buffer
may contain unconsumed bytes.
- parse(ByteBuffer) - Method in class org.eclipse.jetty.http2.parser.ContinuationBodyParser
-
- parse(ByteBuffer) - Method in class org.eclipse.jetty.http2.parser.DataBodyParser
-
- parse(ByteBuffer) - Method in class org.eclipse.jetty.http2.parser.GoAwayBodyParser
-
- parse(ByteBuffer) - Method in class org.eclipse.jetty.http2.parser.HeaderParser
-
Parses the header bytes in the given buffer; only the header
bytes are consumed, therefore when this method returns, the buffer may
contain unconsumed bytes.
- parse(ByteBuffer) - Method in class org.eclipse.jetty.http2.parser.HeadersBodyParser
-
- parse(ByteBuffer) - Method in class org.eclipse.jetty.http2.parser.Parser
-
- parse(ByteBuffer) - Method in class org.eclipse.jetty.http2.parser.PingBodyParser
-
- parse(ByteBuffer) - Method in class org.eclipse.jetty.http2.parser.PrefaceParser
-
- parse(ByteBuffer) - Method in class org.eclipse.jetty.http2.parser.PriorityBodyParser
-
- parse(ByteBuffer) - Method in class org.eclipse.jetty.http2.parser.PushPromiseBodyParser
-
- parse(ByteBuffer) - Method in class org.eclipse.jetty.http2.parser.ResetBodyParser
-
- parse(ByteBuffer) - Method in class org.eclipse.jetty.http2.parser.ServerParser
-
- parse(ByteBuffer) - Method in class org.eclipse.jetty.http2.parser.SettingsBodyParser
-
- parse(ByteBuffer) - Method in class org.eclipse.jetty.http2.parser.WindowUpdateBodyParser
-
- parse(ByteBuffer, int) - Method in class org.eclipse.jetty.http2.parser.HeaderBlockParser
-
- parseBody(ByteBuffer) - Method in class org.eclipse.jetty.http2.parser.Parser
-
- parseBody(ByteBuffer) - Static method in class org.eclipse.jetty.http2.parser.SettingsBodyParser
-
- parseHeader(ByteBuffer) - Method in class org.eclipse.jetty.http2.parser.Parser
-
- Parser - Class in org.eclipse.jetty.http2.parser
-
The HTTP/2 protocol parser.
- Parser(ByteBufferPool, Parser.Listener, int, int) - Constructor for class org.eclipse.jetty.http2.parser.Parser
-
- Parser.Listener - Interface in org.eclipse.jetty.http2.parser
-
- Parser.Listener.Adapter - Class in org.eclipse.jetty.http2.parser
-
- ping(PingFrame, Callback) - Method in interface org.eclipse.jetty.http2.api.Session
-
Sends the given PING frame.
- ping(PingFrame, Callback) - Method in class org.eclipse.jetty.http2.HTTP2Session
-
- PING - org.eclipse.jetty.http2.frames.FrameType
-
- PING_LENGTH - Static variable in class org.eclipse.jetty.http2.frames.PingFrame
-
- PingBodyParser - Class in org.eclipse.jetty.http2.parser
-
- PingBodyParser(HeaderParser, Parser.Listener) - Constructor for class org.eclipse.jetty.http2.parser.PingBodyParser
-
- PingFrame - Class in org.eclipse.jetty.http2.frames
-
- PingFrame(boolean) - Constructor for class org.eclipse.jetty.http2.frames.PingFrame
-
Creates a PING frame with an empty payload.
- PingFrame(byte[], boolean) - Constructor for class org.eclipse.jetty.http2.frames.PingFrame
-
Creates a PING frame with the given payload.
- PingFrame(long, boolean) - Constructor for class org.eclipse.jetty.http2.frames.PingFrame
-
Creates a PING frame with the given long value as payload.
- PingGenerator - Class in org.eclipse.jetty.http2.generator
-
- PingGenerator(HeaderGenerator) - Constructor for class org.eclipse.jetty.http2.generator.PingGenerator
-
- PREFACE - org.eclipse.jetty.http2.frames.FrameType
-
- PREFACE_BYTES - Static variable in class org.eclipse.jetty.http2.frames.PrefaceFrame
-
The HTTP/2 preface bytes.
- PREFACE_PREAMBLE_BYTES - Static variable in class org.eclipse.jetty.http2.frames.PrefaceFrame
-
The bytes of the HTTP/2 preface that form a legal HTTP/1.1
request, used in the direct upgrade.
- PrefaceFrame - Class in org.eclipse.jetty.http2.frames
-
- PrefaceFrame() - Constructor for class org.eclipse.jetty.http2.frames.PrefaceFrame
-
- PrefaceGenerator - Class in org.eclipse.jetty.http2.generator
-
- PrefaceGenerator() - Constructor for class org.eclipse.jetty.http2.generator.PrefaceGenerator
-
- PrefaceParser - Class in org.eclipse.jetty.http2.parser
-
- PrefaceParser(Parser.Listener) - Constructor for class org.eclipse.jetty.http2.parser.PrefaceParser
-
- prepend(HTTP2Flusher.Entry) - Method in class org.eclipse.jetty.http2.HTTP2Flusher
-
- priority(PriorityFrame, Callback) - Method in interface org.eclipse.jetty.http2.api.Session
-
Sends the given PRIORITY frame.
- priority(PriorityFrame, Callback) - Method in class org.eclipse.jetty.http2.HTTP2Session
-
- PRIORITY - org.eclipse.jetty.http2.frames.FrameType
-
- PRIORITY - Static variable in interface org.eclipse.jetty.http2.Flags
-
- PRIORITY_LENGTH - Static variable in class org.eclipse.jetty.http2.frames.PriorityFrame
-
- PriorityBodyParser - Class in org.eclipse.jetty.http2.parser
-
- PriorityBodyParser(HeaderParser, Parser.Listener) - Constructor for class org.eclipse.jetty.http2.parser.PriorityBodyParser
-
- PriorityFrame - Class in org.eclipse.jetty.http2.frames
-
- PriorityFrame(int, int, boolean) - Constructor for class org.eclipse.jetty.http2.frames.PriorityFrame
-
- PriorityFrame(int, int, int, boolean) - Constructor for class org.eclipse.jetty.http2.frames.PriorityFrame
-
- PriorityGenerator - Class in org.eclipse.jetty.http2.generator
-
- PriorityGenerator(HeaderGenerator) - Constructor for class org.eclipse.jetty.http2.generator.PriorityGenerator
-
- process() - Method in class org.eclipse.jetty.http2.HTTP2Flusher
-
- process(Frame, Callback) - Method in class org.eclipse.jetty.http2.HTTP2Stream
-
- process(Frame, Callback) - Method in interface org.eclipse.jetty.http2.IStream
-
Processes the given frame, belonging to this stream.
- produce() - Method in class org.eclipse.jetty.http2.HTTP2Connection.HTTP2Producer
-
- PROTOCOL_ERROR - org.eclipse.jetty.http2.ErrorCode
-
Indicates a generic HTTP/2 protocol violation.
- push(PushPromiseFrame, Promise<Stream>, Stream.Listener) - Method in interface org.eclipse.jetty.http2.api.Stream
-
Sends the given PUSH_PROMISE frame.
- push(PushPromiseFrame, Promise<Stream>, Stream.Listener) - Method in class org.eclipse.jetty.http2.HTTP2Stream
-
- push(IStream, Promise<Stream>, PushPromiseFrame, Stream.Listener) - Method in class org.eclipse.jetty.http2.HTTP2Session
-
- push(IStream, Promise<Stream>, PushPromiseFrame, Stream.Listener) - Method in interface org.eclipse.jetty.http2.ISession
-
Enqueues the given PUSH_PROMISE frame to be written to the connection.
- PUSH_PROMISE - org.eclipse.jetty.http2.frames.FrameType
-
- PushPromiseBodyParser - Class in org.eclipse.jetty.http2.parser
-
- PushPromiseBodyParser(HeaderParser, Parser.Listener, HeaderBlockParser) - Constructor for class org.eclipse.jetty.http2.parser.PushPromiseBodyParser
-
- PushPromiseFrame - Class in org.eclipse.jetty.http2.frames
-
- PushPromiseFrame(int, int, MetaData) - Constructor for class org.eclipse.jetty.http2.frames.PushPromiseFrame
-
- PushPromiseGenerator - Class in org.eclipse.jetty.http2.generator
-
- PushPromiseGenerator(HeaderGenerator, HpackEncoder) - Constructor for class org.eclipse.jetty.http2.generator.PushPromiseGenerator
-