Uses of Class
org.smallmind.web.reverse.http1_1.HttpProtocolInputStream
-
-
Uses of HttpProtocolInputStream in org.smallmind.web.reverse.http1_1
Methods in org.smallmind.web.reverse.http1_1 with parameters of type HttpProtocolInputStream Modifier and Type Method Description abstract HttpFrameHttpFrameReader. getHttpFrame(ReverseProxyService reverseProxyService, SocketChannel sourceSocketChannel, HttpProtocolInputStream httpProtocolInputStream, HttpProtocolOutputStream httpProtocolOutputStream)HttpRequestFrameHttpRequestFrameReader. getHttpFrame(ReverseProxyService reverseProxyService, SocketChannel sourceSocketChannel, HttpProtocolInputStream httpProtocolInputStream, HttpProtocolOutputStream httpProtocolOutputStream)HttpFrameHttpResponseFrameReader. getHttpFrame(ReverseProxyService reverseProxyService, SocketChannel sourceSocketChannel, HttpProtocolInputStream httpProtocolInputStream, HttpProtocolOutputStream httpProtocolOutputStream)Constructors in org.smallmind.web.reverse.http1_1 with parameters of type HttpProtocolInputStream Constructor Description HttpFrame(HttpProtocolInputStream httpProtocolInputStream, String version)HttpRequestFrame(HttpProtocolInputStream httpProtocolInputStream)HttpResponseFrame(HttpProtocolInputStream httpProtocolInputStream)
-