Uses of Interface
org.apache.catalina.Connector
-
-
Uses of Connector in com.sun.enterprise.web
Classes in com.sun.enterprise.web that implement Connector Modifier and Type Class Description classWebConnectorA CoyoteConnector subclass which "wraps around" an existing Grizzly SelectorThread that is being started and stopped outside of the lifecycle of this CoyoteConnector subclass (the SelectorThread is started and stopped as part of the GrizzlyAdapter lifecycle).Methods in com.sun.enterprise.web that return Connector Modifier and Type Method Description ConnectorEmbeddedWebContainer. createConnector(String address, int port, String protocol)Create a customized version of the Tomcat's 5 Coyote Connector.Connector[]EmbeddedWebContainer. getConnectors()Returns the list of Connector objects associated with this EmbeddedWebContainer. -
Uses of Connector in com.sun.enterprise.web.connector.coyote
Classes in com.sun.enterprise.web.connector.coyote that implement Connector Modifier and Type Class Description classPECoyoteConnector -
Uses of Connector in com.sun.web.security
Methods in com.sun.web.security that return Connector Modifier and Type Method Description ConnectorHttpRequestWrapper. getConnector()ConnectorHttpResponseWrapper. getConnector()Methods in com.sun.web.security with parameters of type Connector Modifier and Type Method Description voidHttpRequestWrapper. setConnector(Connector connector)voidHttpResponseWrapper. setConnector(Connector connector) -
Uses of Connector in org.apache.catalina
Methods in org.apache.catalina that return Connector Modifier and Type Method Description Connector[]Service. findConnectors()Find and return the set of Connectors associated with this Service.ConnectorRequest. getConnector()Return the Connector through which this Request was received.ConnectorResponse. getConnector()Return the Connector through which this Response is returned.Methods in org.apache.catalina with parameters of type Connector Modifier and Type Method Description voidService. addConnector(Connector connector)Add a new Connector to the set of defined Connectors, and associate it with this Service's Container.voidService. removeConnector(Connector connector)Remove the specified Connector from the set associated from this Service.voidRequest. setConnector(Connector connector)Set the Connector through which this Request was received.voidResponse. setConnector(Connector connector)Set the Connector through which this Response is returned. -
Uses of Connector in org.apache.catalina.connector
Classes in org.apache.catalina.connector that implement Connector Modifier and Type Class Description classConnectorImplementation of a Coyote connector for Tomcat 5.x.Fields in org.apache.catalina.connector declared as Connector Modifier and Type Field Description protected ConnectorRequest. connectorAssociated Catalina connector.protected ConnectorResponse. connectorAssociated Catalina connector.Methods in org.apache.catalina.connector that return Connector Modifier and Type Method Description ConnectorRequest. getConnector()Return the Connector through which this Request was received.ConnectorResponse. getConnector()Return the Connector through which this Request was received.Methods in org.apache.catalina.connector with parameters of type Connector Modifier and Type Method Description voidRequest. setConnector(Connector connector)Set the Connector through which this Request was received.voidResponse. setConnector(Connector connector)Set the Connector through which this Request was received. -
Uses of Connector in org.apache.catalina.core
Fields in org.apache.catalina.core declared as Connector Modifier and Type Field Description protected Connector[]StandardService. connectorsThe set of Connectors associated with this Service.Methods in org.apache.catalina.core that return Connector Modifier and Type Method Description ConnectorStandardService. findConnector(String name)Find and return the Connector associated with this Service and Connector name.Connector[]StandardService. findConnectors()Find and return the set of Connectors associated with this Service.ConnectorDummyRequest. getConnector()ConnectorDummyResponse. getConnector()Methods in org.apache.catalina.core with parameters of type Connector Modifier and Type Method Description voidStandardService. addConnector(Connector connector)Add a new Connector to the set of defined Connectors, and associate it with this Service's Container.voidStandardService. removeConnector(Connector connector)Remove the specified Connector from the set associated from this Service.voidDummyRequest. setConnector(Connector connector)voidDummyResponse. setConnector(Connector connector) -
Uses of Connector in org.apache.catalina.startup
Methods in org.apache.catalina.startup that return Connector Modifier and Type Method Description ConnectorEmbedded. createConnector(String address, int port, boolean secure)ConnectorEmbedded. createConnector(String address, int port, String protocol)ConnectorEmbedded. createConnector(InetAddress address, int port, boolean secure)Create, configure, and return a new TCP/IP socket connector based on the specified properties.ConnectorEmbedded. createConnector(InetAddress address, int port, String protocol)Methods in org.apache.catalina.startup with parameters of type Connector Modifier and Type Method Description voidEmbedded. addConnector(Connector connector)Add a new Connector to the set of defined Connectors.
-