Class Http2Logic
java.lang.Object
com.predic8.membrane.core.transport.http2.Http2Logic
-
Constructor Summary
ConstructorsConstructorDescriptionHttp2Logic(ExecutorService executor, Socket sourceSocket, InputStream srcIn, OutputStream srcOut, boolean showSSLExceptions, Http2MessageHandler messageHandler) -
Method Summary
Modifier and TypeMethodDescriptiongetPackedHeaderStream(List<HeaderBlockFragment> headerFrames) static StringgetRemoteAddr(Socket sourceSocket) voidhandle()voidinit()
-
Constructor Details
-
Http2Logic
public Http2Logic(ExecutorService executor, Socket sourceSocket, InputStream srcIn, OutputStream srcOut, boolean showSSLExceptions, Http2MessageHandler messageHandler)
-
-
Method Details
-
init
- Throws:
IOException
-
getRemoteAddr
-
handle
- Throws:
IOExceptionEndOfStreamException
-
getPackedHeaderStream
-