Class Http2TlsSupport
java.lang.Object
com.predic8.membrane.core.transport.http2.Http2TlsSupport
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanwhether the usage of HTTP/2 was negotiated on this socket.static voidofferHttp2(SSLServerSocket sslss) static voidofferHttp2(SSLSocket ssls)
-
Constructor Details
-
Http2TlsSupport
public Http2TlsSupport()
-
-
Method Details
-
offerHttp2
-
offerHttp2
-
isHttp2
whether the usage of HTTP/2 was negotiated on this socket. only returns a valid response after the first byte has been read (=the TLS handshake completed).
-