Uses of Interface
org.glassfish.grizzly.config.dom.Http
-
-
Uses of Http in com.sun.enterprise.v3.services.impl
Methods in com.sun.enterprise.v3.services.impl with parameters of type Http Modifier and Type Method Description protected voidGlassfishNetworkListener. configureHttpProtocol(org.glassfish.hk2.api.ServiceLocator habitat, NetworkListener networkListener, Http http, org.glassfish.grizzly.filterchain.FilterChainBuilder filterChainBuilder, boolean securityEnabled)protected org.glassfish.grizzly.http.KeepAliveGlassfishNetworkListener. configureKeepAlive(Http http)protected org.glassfish.grizzly.http.HttpServerFilterGlassfishNetworkListener. 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.ServerFilterConfigurationGlassfishNetworkListener. getHttpServerFilterConfiguration(Http http) -
Uses of Http in com.sun.enterprise.web.connector.coyote
Methods in com.sun.enterprise.web.connector.coyote with parameters of type Http Modifier and Type Method Description voidPECoyoteConnector. configHttpProperties(Http http, Transport transport, Ssl ssl) -
Uses of Http in org.glassfish.grizzly.config
Methods in org.glassfish.grizzly.config with parameters of type Http Modifier and Type Method Description protected voidGenericGrizzlyListener. configureAjpSupport(org.glassfish.hk2.api.ServiceLocator habitat, NetworkListener networkListener, Http http, org.glassfish.grizzly.filterchain.FilterChainBuilder filterChainBuilder)protected voidGenericGrizzlyListener. 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 voidGenericGrizzlyListener. configureHttp2Support(org.glassfish.hk2.api.ServiceLocator locator, NetworkListener listener, Http httpElement, org.glassfish.grizzly.filterchain.FilterChainBuilder builder, boolean secure)protected voidGenericGrizzlyListener. configureHttpProtocol(org.glassfish.hk2.api.ServiceLocator habitat, NetworkListener networkListener, Http http, org.glassfish.grizzly.filterchain.FilterChainBuilder filterChainBuilder, boolean secure)protected org.glassfish.grizzly.http.KeepAliveGenericGrizzlyListener. configureKeepAlive(Http http)protected voidGenericGrizzlyListener. configureWebSocketSupport(org.glassfish.hk2.api.ServiceLocator habitat, NetworkListener listener, Http http, org.glassfish.grizzly.filterchain.FilterChainBuilder filterChainBuilder)protected org.glassfish.grizzly.http.HttpServerFilterGenericGrizzlyListener. 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.ServerFilterConfigurationGenericGrizzlyListener. getHttpServerFilterConfiguration(Http http) -
Uses of Http in org.glassfish.grizzly.config.dom
Methods in org.glassfish.grizzly.config.dom that return Http Modifier and Type Method Description HttpProtocol. getHttp()Defines any HTTP settings for this ProtocolMethods in org.glassfish.grizzly.config.dom with parameters of type Http Modifier and Type Method Description static ProtocolHttp.Duck. getParent(Http http)voidProtocol. setHttp(Http value) -
Uses of Http in org.glassfish.grizzly.extras.addons
Methods in org.glassfish.grizzly.extras.addons with parameters of type Http Modifier and Type Method Description voidAjpAddOnProvider. configure(org.glassfish.hk2.api.ServiceLocator habitat, NetworkListener networkListener, Http http)voidWebSocketAddOnProvider. configure(org.glassfish.hk2.api.ServiceLocator habitat, NetworkListener networkListener, Http configuration)
-