Uses of Interface
org.jboss.modcluster.container.Connector
-
Packages that use Connector Package Description org.jboss.modcluster.container org.jboss.modcluster.container.tomcat -
-
Uses of Connector in org.jboss.modcluster.container
Methods in org.jboss.modcluster.container that return Connector Modifier and Type Method Description ConnectorEngine. getProxyConnector()The connector which this engine uses to communicate with its proxies.Methods in org.jboss.modcluster.container that return types with arguments of type Connector Modifier and Type Method Description Iterable<Connector>Engine. getConnectors()Iteration of all connectors associated with this engine that can be used to communicate with its proxies. -
Uses of Connector in org.jboss.modcluster.container.tomcat
Classes in org.jboss.modcluster.container.tomcat that implement Connector Modifier and Type Class Description classTomcatConnectorConnectorimplementation that wraps aConnector.Methods in org.jboss.modcluster.container.tomcat that return Connector Modifier and Type Method Description ConnectorConfigurableProxyConnectorProvider. createProxyConnector(org.apache.catalina.Engine engine)ConnectorProxyConnectorProvider. createProxyConnector(org.apache.catalina.Engine engine)ConnectorTomcatEngine. getProxyConnector()Methods in org.jboss.modcluster.container.tomcat that return types with arguments of type Connector Modifier and Type Method Description Iterable<Connector>TomcatEngine. getConnectors()
-