Uses of Class
org.smallmind.web.reverse.http1_1.ReverseProxyService
-
-
Uses of ReverseProxyService in org.smallmind.web.reverse.http1_1
Methods in org.smallmind.web.reverse.http1_1 with parameters of type ReverseProxyService 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 ReverseProxyService Constructor Description HttpFrameReader(ReverseProxyService reverseProxyService, SocketChannel sourceChannel)HttpRequestFrameReader(ReverseProxyService reverseProxyService, SocketChannel sourceChannel, int connectTimeoutMillis)HttpResponseFrameReader(ReverseProxyService reverseProxyService, SocketChannel sourceChannel, SocketChannel destinationChannel)WebSocketFrameReader(ReverseProxyService reverseProxyService, SocketChannel sourceChannel, SocketChannel originChannel, SocketChannel targetChannel)
-