Uses of Class
org.apache.mina.proxy.handlers.http.HttpProxyRequest
-
Packages that use HttpProxyRequest Package Description org.apache.mina.proxy.handlers.http -
-
Uses of HttpProxyRequest in org.apache.mina.proxy.handlers.http
Methods in org.apache.mina.proxy.handlers.http with parameters of type HttpProxyRequest Modifier and Type Method Description private voidAbstractHttpLogicHandler. reconnect(IoFilter.NextFilter nextFilter, HttpProxyRequest request)Method to reconnect to the proxy when it decides not to maintain the connection during handshake.protected voidAbstractAuthLogicHandler. writeRequest(IoFilter.NextFilter nextFilter, HttpProxyRequest request)Sends an HTTP request.voidAbstractHttpLogicHandler. writeRequest(IoFilter.NextFilter nextFilter, HttpProxyRequest request)Calls writeRequest0(NextFilter, HttpProxyRequest) to write the request.private voidAbstractHttpLogicHandler. writeRequest0(IoFilter.NextFilter nextFilter, HttpProxyRequest request)Encodes a HTTP request and sends it to the proxy server.
-