Uses of Class
org.apache.mina.proxy.handlers.ProxyRequest
Packages that use ProxyRequest
Package
Description
-
Uses of ProxyRequest in org.apache.mina.proxy.handlers.http
Subclasses of ProxyRequest in org.apache.mina.proxy.handlers.httpModifier and TypeClassDescriptionclassHttpProxyRequest.java - Wrapper class for HTTP requests.Fields in org.apache.mina.proxy.handlers.http declared as ProxyRequestModifier and TypeFieldDescriptionprotected ProxyRequestAbstractAuthLogicHandler.requestThe request to be handled by the proxy. -
Uses of ProxyRequest in org.apache.mina.proxy.handlers.socks
Subclasses of ProxyRequest in org.apache.mina.proxy.handlers.socksModifier and TypeClassDescriptionclassSocksProxyRequest.java - Wrapper class for SOCKS requests. -
Uses of ProxyRequest in org.apache.mina.proxy.session
Fields in org.apache.mina.proxy.session declared as ProxyRequestModifier and TypeFieldDescriptionprivate ProxyRequestProxyIoSession.requestThe request to send to the proxy.Methods in org.apache.mina.proxy.session that return ProxyRequestMethods in org.apache.mina.proxy.session with parameters of type ProxyRequestModifier and TypeMethodDescriptionprivate voidProxyIoSession.setRequest(ProxyRequest request) Sets the proxy request.Constructors in org.apache.mina.proxy.session with parameters of type ProxyRequestModifierConstructorDescriptionProxyIoSession(InetSocketAddress proxyAddress, ProxyRequest request) Constructor.