Uses of Interface
org.glassfish.grizzly.http.server.AddOn
-
Packages that use AddOn Package Description org.glassfish.grizzly.http.server org.glassfish.grizzly.http.server.util -
-
Uses of AddOn in org.glassfish.grizzly.http.server
Methods in org.glassfish.grizzly.http.server that return AddOn Modifier and Type Method Description AddOn[]NetworkListener. getAddOns()Return the array of the registeredAddOns.Methods in org.glassfish.grizzly.http.server that return types with arguments of type AddOn Modifier and Type Method Description protected org.glassfish.grizzly.utils.ArraySet<AddOn>NetworkListener. getAddOnSet()Returns the direct addons collection, registered on the NetworkListener.Methods in org.glassfish.grizzly.http.server with parameters of type AddOn Modifier and Type Method Description booleanNetworkListener. deregisterAddOn(AddOn addon)DeregistersAddOnfrom this NetworkListener.booleanNetworkListener. registerAddOn(AddOn addon)RegistersAddOnon this NetworkListener. -
Uses of AddOn in org.glassfish.grizzly.http.server.util
Classes in org.glassfish.grizzly.http.server.util that implement AddOn Modifier and Type Class Description classAggregatorAddOnAggregatorAddOn installsAggregatorAddOn.AggregatorFilterinto HttpServer FilterChain.classHttpPipelineOptAddOnThe plugin, that optimizes processing of pipelined HTTP requests by buffering HTTP responses and then writing them as one operation.
-