public abstract static class Http2Connection.Listener extends Object
| Modifier and Type | Field and Description |
|---|---|
static Http2Connection.Listener |
REFUSE_INCOMING_STREAMS |
| Constructor and Description |
|---|
Listener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onSettings(Http2Connection connection) |
abstract void |
onStream(Http2Stream stream) |
public static final Http2Connection.Listener REFUSE_INCOMING_STREAMS
public abstract void onStream(Http2Stream stream) throws IOException
IOExceptionpublic void onSettings(Http2Connection connection)
Copyright © 2019. All rights reserved.