Uses of Class
com.sun.enterprise.web.WebConnector
-
Packages that use WebConnector Package Description com.sun.enterprise.web -
-
Uses of WebConnector in com.sun.enterprise.web
Methods in com.sun.enterprise.web that return WebConnector Modifier and Type Method Description WebConnectorWebContainer. addConnector(NetworkListener httpListener, HttpService httpService, boolean start)protected WebConnectorWebContainer. createHttpListener(NetworkListener listener, HttpService httpService)Use an network-listener subelements and creates a corresponding Tomcat Connector for each.protected WebConnectorWebContainer. createHttpListener(NetworkListener listener, HttpService httpService, org.glassfish.grizzly.http.server.util.Mapper mapper)protected WebConnectorWebContainer. createJKConnector(NetworkListener listener, HttpService httpService)Starts the AJP connector that will listen to call from Apache using mod_jk, mod_jk2 or mod_ajp.WebConnectorWebContainer. getJkConnector()Methods in com.sun.enterprise.web that return types with arguments of type WebConnector Modifier and Type Method Description Map<String,WebConnector>WebContainer. getConnectorMap()Methods in com.sun.enterprise.web with parameters of type WebConnector Modifier and Type Method Description voidWebContainer. deleteConnector(WebConnector connector)Stops and deletes the specified http listener.
-