Uses of Class
org.smallmind.web.reverse.http1_1.ProtocolException
-
-
Uses of ProtocolException in org.smallmind.web.reverse.http1_1
Methods in org.smallmind.web.reverse.http1_1 that throw ProtocolException Modifier and Type Method Description abstract SocketChannelHttpFrameReader. getDestinationChannel()SocketChannelHttpRequestFrameReader. getDestinationChannel()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)ProxyTargetReverseProxyService. lookup(HttpRequestFrame httpRequestFrame)Constructors in org.smallmind.web.reverse.http1_1 that throw ProtocolException Constructor Description HttpFrame(HttpProtocolInputStream httpProtocolInputStream, String version)HttpRequestFrame(HttpProtocolInputStream httpProtocolInputStream)HttpResponseFrame(HttpProtocolInputStream httpProtocolInputStream)
-