Uses of Class
org.smallmind.web.reverse.http1_1.HttpFrame
-
-
Uses of HttpFrame in org.smallmind.web.reverse.http1_1
Subclasses of HttpFrame in org.smallmind.web.reverse.http1_1 Modifier and Type Class Description classHttpRequestFrameclassHttpResponseFrameMethods in org.smallmind.web.reverse.http1_1 that return HttpFrame Modifier and Type Method Description abstract HttpFrameHttpFrameReader. getHttpFrame(ReverseProxyService reverseProxyService, SocketChannel sourceSocketChannel, HttpProtocolInputStream httpProtocolInputStream, HttpProtocolOutputStream httpProtocolOutputStream)HttpFrameHttpResponseFrameReader. getHttpFrame(ReverseProxyService reverseProxyService, SocketChannel sourceSocketChannel, HttpProtocolInputStream httpProtocolInputStream, HttpProtocolOutputStream httpProtocolOutputStream)
-