| Modifier and Type | Method and Description |
|---|---|
protected void |
GlassfishNetworkListener.configureHttpProtocol(org.glassfish.hk2.api.ServiceLocator habitat,
NetworkListener networkListener,
Http http,
org.glassfish.grizzly.filterchain.FilterChainBuilder filterChainBuilder,
boolean securityEnabled) |
protected org.glassfish.grizzly.http.KeepAlive |
GlassfishNetworkListener.configureKeepAlive(Http http) |
protected org.glassfish.grizzly.http.HttpServerFilter |
GlassfishNetworkListener.createHttpServerCodecFilter(Http http,
boolean isChunkedEnabled,
int headerBufferLengthBytes,
String defaultResponseType,
org.glassfish.grizzly.http.KeepAlive keepAlive,
org.glassfish.grizzly.utils.DelayedExecutor delayedExecutor,
int maxRequestHeaders,
int maxResponseHeaders) |
protected org.glassfish.grizzly.http.server.ServerFilterConfiguration |
GlassfishNetworkListener.getHttpServerFilterConfiguration(Http http) |
| Modifier and Type | Method and Description |
|---|---|
void |
PECoyoteConnector.configHttpProperties(Http http,
Transport transport,
Ssl ssl) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GenericGrizzlyListener.configureAjpSupport(org.glassfish.hk2.api.ServiceLocator habitat,
NetworkListener networkListener,
Http http,
org.glassfish.grizzly.filterchain.FilterChainBuilder filterChainBuilder) |
protected void |
GenericGrizzlyListener.configureCometSupport(org.glassfish.hk2.api.ServiceLocator habitat,
NetworkListener networkListener,
Http http,
org.glassfish.grizzly.filterchain.FilterChainBuilder filterChainBuilder) |
protected Set<org.glassfish.grizzly.http.ContentEncoding> |
GenericGrizzlyListener.configureCompressionEncodings(Http http) |
protected Set<org.glassfish.grizzly.http.ContentEncoding> |
GenericGrizzlyListener.configureContentEncodings(Http http) |
protected void |
GenericGrizzlyListener.configureHttpProtocol(org.glassfish.hk2.api.ServiceLocator habitat,
NetworkListener networkListener,
Http http,
org.glassfish.grizzly.filterchain.FilterChainBuilder filterChainBuilder,
boolean secure) |
protected org.glassfish.grizzly.http.KeepAlive |
GenericGrizzlyListener.configureKeepAlive(Http http) |
protected void |
GenericGrizzlyListener.configureWebSocketSupport(org.glassfish.hk2.api.ServiceLocator habitat,
NetworkListener listener,
Http http,
org.glassfish.grizzly.filterchain.FilterChainBuilder filterChainBuilder) |
protected org.glassfish.grizzly.http.HttpServerFilter |
GenericGrizzlyListener.createHttpServerCodecFilter(Http http,
boolean isChunkedEnabled,
int headerBufferLengthBytes,
String defaultResponseType,
org.glassfish.grizzly.http.KeepAlive keepAlive,
org.glassfish.grizzly.utils.DelayedExecutor delayedExecutor,
int maxRequestHeaders,
int maxResponseHeaders) |
protected org.glassfish.grizzly.http.server.ServerFilterConfiguration |
GenericGrizzlyListener.getHttpServerFilterConfiguration(Http http) |
| Modifier and Type | Method and Description |
|---|---|
Http |
Protocol.getHttp()
Defines any HTTP settings for this Protocol
|
| Modifier and Type | Method and Description |
|---|---|
static Protocol |
Http.Duck.getParent(Http http) |
void |
Protocol.setHttp(Http value) |
| Modifier and Type | Method and Description |
|---|---|
void |
AjpAddOnProvider.configure(org.glassfish.hk2.api.ServiceLocator habitat,
NetworkListener networkListener,
Http http) |
void |
WebSocketAddOnProvider.configure(org.glassfish.hk2.api.ServiceLocator habitat,
NetworkListener networkListener,
Http configuration) |
Copyright © 2017. All rights reserved.