| 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 | 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) |
| Constructor and Description |
|---|
HTTP2ClientSession(Scheduler scheduler,
EndPoint endPoint,
Generator generator,
Session.Listener listener,
FlowControlStrategy flowControl) |
| 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 |
Copyright © 1995–2023 Webtide. All rights reserved.