Uses of Class
org.glassfish.grizzly.http.server.NetworkListener
-
Packages that use NetworkListener Package Description org.glassfish.grizzly.http.server org.glassfish.grizzly.http.server.util -
-
Uses of NetworkListener in org.glassfish.grizzly.http.server
Methods in org.glassfish.grizzly.http.server that return NetworkListener Modifier and Type Method Description NetworkListenerHttpServer. getListener(String name)NetworkListenerHttpServer. removeListener(String name)Removes theNetworkListenerassociated with the specifiedname.Methods in org.glassfish.grizzly.http.server that return types with arguments of type NetworkListener Modifier and Type Method Description Collection<NetworkListener>HttpServer. getListeners()org.glassfish.grizzly.GrizzlyFuture<NetworkListener>NetworkListener. shutdown()Gracefully shuts down the listener.org.glassfish.grizzly.GrizzlyFuture<NetworkListener>NetworkListener. shutdown(long gracePeriod, TimeUnit timeUnit)Methods in org.glassfish.grizzly.http.server with parameters of type NetworkListener Modifier and Type Method Description voidHttpServer. addListener(NetworkListener listener)Adds the specifiedlistenerto the server instance.protected Set<org.glassfish.grizzly.http.ContentEncoding>HttpServer. configureCompressionEncodings(NetworkListener listener)voidAddOn. setup(NetworkListener networkListener, org.glassfish.grizzly.filterchain.FilterChainBuilder builder)The method, which will be invoked byHttpServerin order to initialize the AddOn on the passedNetworkListener. -
Uses of NetworkListener in org.glassfish.grizzly.http.server.util
Methods in org.glassfish.grizzly.http.server.util with parameters of type NetworkListener Modifier and Type Method Description voidAggregatorAddOn. setup(NetworkListener networkListener, org.glassfish.grizzly.filterchain.FilterChainBuilder builder)The method, which will be invoked byHttpServerin order to initialize the AddOn on the passedNetworkListener.voidHttpPipelineOptAddOn. setup(NetworkListener networkListener, org.glassfish.grizzly.filterchain.FilterChainBuilder builder)
-