Uses of Class
org.glassfish.grizzly.http.server.BackendConfiguration
-
Packages that use BackendConfiguration Package Description org.glassfish.grizzly.http.server -
-
Uses of BackendConfiguration in org.glassfish.grizzly.http.server
Methods in org.glassfish.grizzly.http.server that return BackendConfiguration Modifier and Type Method Description BackendConfigurationNetworkListener. getBackendConfiguration()BackendConfigurationServerFilterConfiguration. getBackendConfiguration()Methods in org.glassfish.grizzly.http.server with parameters of type BackendConfiguration Modifier and Type Method Description voidNetworkListener. setBackendConfiguration(BackendConfiguration backendConfiguration)Sets the auxiliary configuration, which might be used, when Grizzly HttpServer is running behind HTTP gateway like reverse proxy or load balancer.voidServerFilterConfiguration. setBackendConfiguration(BackendConfiguration backendConfiguration)Sets the auxiliary configuration, which might be used, when Grizzly HttpServer is running behind HTTP gateway like reverse proxy or load balancer.
-