Uses of Interface
org.apache.catalina.connector.ProtocolHandler
-
Packages that use ProtocolHandler Package Description com.sun.enterprise.web.connector.grizzly org.apache.catalina.connector -
-
Uses of ProtocolHandler in com.sun.enterprise.web.connector.grizzly
Classes in com.sun.enterprise.web.connector.grizzly that implement ProtocolHandler Modifier and Type Class Description classCoyoteConnectorLauncherAbstract the protocol implementation, including threading, etc.classDummyConnectorLauncherDummy Connector Launcher that doesn't start any listener like Grizzly or Coyote. -
Uses of ProtocolHandler in org.apache.catalina.connector
Methods in org.apache.catalina.connector that return ProtocolHandler Modifier and Type Method Description ProtocolHandlerConnector. getProtocolHandler()Return the protocol handler associated with the connector.Methods in org.apache.catalina.connector with parameters of type ProtocolHandler Modifier and Type Method Description voidConnector. setProtocolHandler(ProtocolHandler protocolHandler)Set theProtocolHandlerused by this connector.
-