Package | Description |
---|---|
org.eclipse.jetty.http2 | |
org.eclipse.jetty.http2.client | |
org.eclipse.jetty.http2.parser |
Modifier and Type | Field and Description |
---|---|
private Parser |
HTTP2Connection.parser |
Modifier and Type | Method and Description |
---|---|
protected Parser |
HTTP2Connection.getParser() |
Constructor and Description |
---|
HTTP2Connection(ByteBufferPool byteBufferPool,
java.util.concurrent.Executor executor,
EndPoint endPoint,
Parser parser,
ISession session,
int bufferSize) |
Constructor and Description |
---|
HTTP2ClientConnection(HTTP2Client client,
ByteBufferPool byteBufferPool,
java.util.concurrent.Executor executor,
EndPoint endpoint,
Parser parser,
ISession session,
int bufferSize,
Promise<Session> promise,
Session.Listener listener) |
Modifier and Type | Class and Description |
---|---|
class |
ServerParser |