Uses of Class
org.smallmind.web.reverse.http1_1.ProxyTarget
-
-
Uses of ProxyTarget in org.smallmind.web.reverse.http1_1
Methods in org.smallmind.web.reverse.http1_1 that return ProxyTarget Modifier and Type Method Description ProxyTargetDestinationTicket. getProxyTarget()ProxyTargetProxyDictionary. lookup(HttpRequestFrame httpRequestFrame)ProxyTargetReverseProxyService. lookup(HttpRequestFrame httpRequestFrame)Methods in org.smallmind.web.reverse.http1_1 with parameters of type ProxyTarget Modifier and Type Method Description voidReverseProxyService. connectDestination(SocketChannel sourceSocketChannel, HttpRequestFrameReader httpRequestFrameReader, ProxyTarget target)voidHttpRequestFrameReader. registerDestination(ProxyTarget target, SocketChannel destinationChannel)Constructors in org.smallmind.web.reverse.http1_1 with parameters of type ProxyTarget Constructor Description DestinationTicket(ProxyTarget target, SocketChannel destinationChannel)
-