Uses of Class
org.apache.catalina.connector.Connector
-
Packages that use Connector Package Description com.sun.enterprise.web com.sun.enterprise.web.connector.coyote org.apache.catalina.connector -
-
Uses of Connector in com.sun.enterprise.web
Subclasses of Connector in com.sun.enterprise.web 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). -
Uses of Connector in com.sun.enterprise.web.connector.coyote
Subclasses of Connector in com.sun.enterprise.web.connector.coyote Modifier and Type Class Description classPECoyoteConnector -
Uses of Connector in org.apache.catalina.connector
Constructors in org.apache.catalina.connector with parameters of type Connector Constructor Description CoyoteAdapter(Connector connector)Construct a new CoyoteProcessor associated with the specified connector.
-