| Modifier and Type | Method and Description |
|---|---|
static HttpService |
HttpService.Duck.createDefaultConfig(Config c) |
HttpService |
Config.getHttpService()
Gets the value of the httpService property.
|
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
HttpService.Duck.getNonAdminVirtualServerList(HttpService target) |
static VirtualServer |
HttpService.Duck.getVirtualServerByName(HttpService target,
String name) |
void |
Config.setHttpService(HttpService value)
Sets the value of the httpService property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MapperUpdateListener.update(HttpService httpService,
NetworkListener httpListener,
org.glassfish.grizzly.http.server.util.Mapper mapper) |
| Modifier and Type | Method and Description |
|---|---|
HttpService |
WebContainer.getHttpService() |
| Modifier and Type | Method and Description |
|---|---|
WebConnector |
WebContainer.addConnector(NetworkListener httpListener,
HttpService httpService,
boolean start) |
void |
WebContainer.configureHttpServiceProperties(HttpService httpService,
PECoyoteConnector connector)
Deprecated.
most of these properties are handled elsewhere. validate and remove outdated properties checks
|
VirtualServer |
WebContainer.createHost(VirtualServer vsBean,
HttpService httpService,
SecurityService securityService)
Creates a Host from a virtual-server config bean.
|
protected void |
WebContainer.createHosts(HttpService httpService,
SecurityService securityService)
Enumerates the virtual-server subelements of the given http-service element, and creates a corresponding Host for
each.
|
protected WebConnector |
WebContainer.createHttpListener(NetworkListener listener,
HttpService httpService)
Use an network-listener subelements and creates a corresponding Tomcat Connector for each.
|
protected WebConnector |
WebContainer.createHttpListener(NetworkListener listener,
HttpService httpService,
org.glassfish.grizzly.http.server.util.Mapper mapper) |
protected WebConnector |
WebContainer.createJKConnector(NetworkListener listener,
HttpService httpService)
Starts the AJP connector that will listen to call from Apache using mod_jk, mod_jk2 or mod_ajp.
|
void |
WebContainer.deleteHost(HttpService httpService)
Delete virtual-server.
|
void |
WebContainer.updateAccessLog(HttpService httpService)
Reconfigures the access log valve of each virtual server with the updated attributes of the
|
void |
WebContainer.updateConnector(NetworkListener networkListener,
HttpService httpService)
Update an network-listener
|
void |
WebContainer.updateHttpService(HttpService httpService)
Processes an update to the http-service element
|
void |
WebContainer.updateJvmRoute(HttpService httpService,
String jvmOption) |
void |
WebContainer.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.
|
| Modifier and Type | Field and Description |
|---|---|
HttpService |
MapperListener.httpService |
| Modifier and Type | Method and Description |
|---|---|
void |
PECoyoteConnector.configure(NetworkListener listener,
boolean isSecure,
HttpService httpService) |
| Modifier and Type | Field and Description |
|---|---|
HttpService |
WebConfigListener.httpService |
| Modifier and Type | Method and Description |
|---|---|
void |
WebConfigListener.update(HttpService httpService,
NetworkListener httpListener,
org.glassfish.grizzly.http.server.util.Mapper mapper) |
Copyright © 2019. All rights reserved.