public final class Http2Server extends okhttp3.internal.http2.Http2Connection.Listener
REFUSE_INCOMING_STREAMS| Constructor and Description |
|---|
Http2Server(java.io.File baseDirectory,
javax.net.ssl.SSLSocketFactory sslSocketFactory) |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String... args) |
void |
onStream(okhttp3.internal.http2.Http2Stream stream) |
onSettingspublic Http2Server(java.io.File baseDirectory,
javax.net.ssl.SSLSocketFactory sslSocketFactory)
public void onStream(okhttp3.internal.http2.Http2Stream stream) throws java.io.IOException
onStream in class okhttp3.internal.http2.Http2Connection.Listenerjava.io.IOExceptionpublic static void main(java.lang.String... args)
throws java.lang.Exception
java.lang.ExceptionCopyright © 2017. All Rights Reserved.