Uses of Class
com.sun.appserv.ProxyHandler
-
Packages that use ProxyHandler Package Description com.sun.enterprise.web org.apache.catalina org.apache.catalina.connector -
-
Uses of ProxyHandler in com.sun.enterprise.web
Subclasses of ProxyHandler in com.sun.enterprise.web Modifier and Type Class Description classProxyHandlerImplDefault ProxyHandler implementation. -
Uses of ProxyHandler in org.apache.catalina
Methods in org.apache.catalina that return ProxyHandler Modifier and Type Method Description ProxyHandlerConnector. getProxyHandler()Gets the ProxyHandler instance associated with this CoyoteConnector.Methods in org.apache.catalina with parameters of type ProxyHandler Modifier and Type Method Description voidConnector. setProxyHandler(ProxyHandler proxyHandler)Sets the ProxyHandler implementation for this CoyoteConnector to use. -
Uses of ProxyHandler in org.apache.catalina.connector
Fields in org.apache.catalina.connector declared as ProxyHandler Modifier and Type Field Description protected ProxyHandlerConnector. proxyHandlerMethods in org.apache.catalina.connector that return ProxyHandler Modifier and Type Method Description ProxyHandlerConnector. getProxyHandler()Gets the ProxyHandler instance associated with this CoyoteConnector.Methods in org.apache.catalina.connector with parameters of type ProxyHandler Modifier and Type Method Description voidConnector. setProxyHandler(ProxyHandler proxyHandler)Sets the ProxyHandler implementation for this CoyoteConnector to use.
-