Uses of Interface
com.sun.enterprise.config.serverbeans.HttpService
-
-
Uses of HttpService in com.sun.enterprise.config.serverbeans
Methods in com.sun.enterprise.config.serverbeans that return HttpService Modifier and Type Method Description static HttpServiceHttpService.Duck. createDefaultConfig(Config c)HttpServiceConfig. getHttpService()Gets the value of the httpService property.Methods in com.sun.enterprise.config.serverbeans with parameters of type HttpService Modifier and Type Method Description static List<String>HttpService.Duck. getNonAdminVirtualServerList(HttpService target)static VirtualServerHttpService.Duck. getVirtualServerByName(HttpService target, String name)voidConfig. setHttpService(HttpService value)Sets the value of the httpService property. -
Uses of HttpService in com.sun.enterprise.v3.services.impl
Methods in com.sun.enterprise.v3.services.impl with parameters of type HttpService Modifier and Type Method Description voidMapperUpdateListener. update(HttpService httpService, NetworkListener httpListener, org.glassfish.grizzly.http.server.util.Mapper mapper) -
Uses of HttpService in com.sun.enterprise.web
Methods in com.sun.enterprise.web that return HttpService Modifier and Type Method Description HttpServiceWebContainer. getHttpService()Methods in com.sun.enterprise.web with parameters of type HttpService Modifier and Type Method Description WebConnectorWebContainer. addConnector(NetworkListener httpListener, HttpService httpService, boolean start)voidWebContainer. configureHttpServiceProperties(HttpService httpService, PECoyoteConnector connector)Deprecated.most of these properties are handled elsewhere.VirtualServerWebContainer. createHost(VirtualServer vsBean, HttpService httpService, SecurityService securityService)Creates a Host from a virtual-server config bean.protected voidWebContainer. createHosts(HttpService httpService, SecurityService securityService)Enumerates the virtual-server subelements of the given http-service element, and creates a corresponding Host for each.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.voidWebContainer. deleteHost(HttpService httpService)Delete virtual-server.voidWebContainer. updateAccessLog(HttpService httpService)Reconfigures the access log valve of each virtual server with the updated attributes of theelement from domain.xml. voidWebContainer. updateConnector(NetworkListener networkListener, HttpService httpService)Update an network-listenervoidWebContainer. updateHttpService(HttpService httpService)Processes an update to the http-service elementvoidWebContainer. updateJvmRoute(HttpService httpService, String jvmOption)voidWebContainer. updateMapper(HttpService httpService, NetworkListener httpListener, org.glassfish.grizzly.http.server.util.Mapper mapper)Method gets called, when GrizzlyService changes HTTP Mapper, associated with specific port. -
Uses of HttpService in com.sun.enterprise.web.connector
Fields in com.sun.enterprise.web.connector declared as HttpService Modifier and Type Field Description HttpServiceMapperListener. httpService -
Uses of HttpService in com.sun.enterprise.web.connector.coyote
Methods in com.sun.enterprise.web.connector.coyote with parameters of type HttpService Modifier and Type Method Description voidPECoyoteConnector. configure(NetworkListener listener, boolean isSecure, HttpService httpService) -
Uses of HttpService in com.sun.enterprise.web.reconfig
Fields in com.sun.enterprise.web.reconfig declared as HttpService Modifier and Type Field Description HttpServiceWebConfigListener. httpServiceMethods in com.sun.enterprise.web.reconfig with parameters of type HttpService Modifier and Type Method Description voidWebConfigListener. update(HttpService httpService, NetworkListener httpListener, org.glassfish.grizzly.http.server.util.Mapper mapper)
-