Uses of Class
org.glassfish.grizzly.http.server.BackendConfiguration
Packages that use BackendConfiguration
-
Uses of BackendConfiguration in org.glassfish.grizzly.http.server
Methods in org.glassfish.grizzly.http.server that return BackendConfigurationModifier and TypeMethodDescriptionNetworkListener.getBackendConfiguration()ServerFilterConfiguration.getBackendConfiguration()Methods in org.glassfish.grizzly.http.server with parameters of type BackendConfigurationModifier and TypeMethodDescriptionvoidNetworkListener.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.