Uses of Class
org.smallmind.web.reverse.http1_1.HttpProtocolOutputStream
-
-
Uses of HttpProtocolOutputStream in org.smallmind.web.reverse.http1_1
Methods in org.smallmind.web.reverse.http1_1 with parameters of type HttpProtocolOutputStream 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)
-