Modifier and Type | Field and Description |
---|---|
private Session.Listener |
HTTP2Session.listener |
Constructor and Description |
---|
HTTP2Session(Scheduler scheduler,
EndPoint endPoint,
Generator generator,
Session.Listener listener,
FlowControlStrategy flowControl,
int initialStreamId) |
Modifier and Type | Class and Description |
---|---|
static class |
Session.Listener.Adapter
Empty implementation of
Stream.Listener . |
Modifier and Type | Interface and Description |
---|---|
interface |
ServerSessionListener
Server-side extension of
Session.Listener that exposes additional events. |
Modifier and Type | Class and Description |
---|---|
static class |
ServerSessionListener.Adapter
Empty implementation of
ServerSessionListener |
Modifier and Type | Field and Description |
---|---|
private Session.Listener |
HTTP2ClientConnectionFactory.HTTP2ClientConnection.listener |
Modifier and Type | Method and Description |
---|---|
void |
HTTP2Client.accept(SslContextFactory sslContextFactory,
java.nio.channels.SocketChannel channel,
Session.Listener listener,
Promise<Session> promise) |
void |
HTTP2Client.connect(java.net.InetSocketAddress address,
Session.Listener listener,
Promise<Session> promise) |
void |
HTTP2Client.connect(SslContextFactory sslContextFactory,
java.net.InetSocketAddress address,
Session.Listener listener,
Promise<Session> promise) |
void |
HTTP2Client.connect(SslContextFactory sslContextFactory,
java.net.InetSocketAddress address,
Session.Listener listener,
Promise<Session> promise,
java.util.Map<java.lang.String,java.lang.Object> context) |
private java.util.Map<java.lang.String,java.lang.Object> |
HTTP2Client.contextFrom(SslContextFactory sslContextFactory,
java.net.InetSocketAddress address,
Session.Listener listener,
Promise<Session> promise,
java.util.Map<java.lang.String,java.lang.Object> context) |
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) |
HTTP2ClientSession(Scheduler scheduler,
EndPoint endPoint,
Generator generator,
Session.Listener listener,
FlowControlStrategy flowControl) |
Modifier and Type | Class and Description |
---|---|
private class |
HttpClientTransportOverHTTP2.SessionListenerPromise |
Modifier and Type | Method and Description |
---|---|
protected void |
HttpClientTransportOverHTTP2.connect(SslContextFactory sslContextFactory,
java.net.InetSocketAddress address,
Session.Listener listener,
Promise<Session> promise,
java.util.Map<java.lang.String,java.lang.Object> context) |
Modifier and Type | Class and Description |
---|---|
protected class |
HTTP2ServerConnectionFactory.HTTPServerSessionListener |
private class |
RawHTTP2ServerConnectionFactory.RawServerSessionListener |