Uses of Class
org.glassfish.grizzly.http.server.NetworkListener
Packages that use NetworkListener
Package
Description
-
Uses of NetworkListener in org.glassfish.grizzly.http.ajp
Methods in org.glassfish.grizzly.http.ajp with parameters of type NetworkListenerModifier and TypeMethodDescriptionvoidAjpAddOn.setup(NetworkListener networkListener, FilterChainBuilder builder) -
Uses of NetworkListener in org.glassfish.grizzly.http.server
Methods in org.glassfish.grizzly.http.server that return NetworkListenerModifier and TypeMethodDescriptionHttpServer.getListener(String name) HttpServer.removeListener(String name) Removes theNetworkListenerassociated with the specifiedname.Methods in org.glassfish.grizzly.http.server that return types with arguments of type NetworkListenerModifier and TypeMethodDescriptionHttpServer.getListeners()NetworkListener.shutdown()Gracefully shuts down the listener.Methods in org.glassfish.grizzly.http.server with parameters of type NetworkListenerModifier and TypeMethodDescriptionvoidHttpServer.addListener(NetworkListener listener) Adds the specifiedlistenerto the server instance.protected Set<ContentEncoding>HttpServer.configureCompressionEncodings(NetworkListener listener) voidAddOn.setup(NetworkListener networkListener, 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 NetworkListenerModifier and TypeMethodDescriptionvoidAggregatorAddOn.setup(NetworkListener networkListener, FilterChainBuilder builder) The method, which will be invoked byHttpServerin order to initialize the AddOn on the passedNetworkListener.voidHttpPipelineOptAddOn.setup(NetworkListener networkListener, FilterChainBuilder builder) -
Uses of NetworkListener in org.glassfish.grizzly.http2
Methods in org.glassfish.grizzly.http2 with parameters of type NetworkListenerModifier and TypeMethodDescriptionvoidHttp2AddOn.setup(NetworkListener networkListener, FilterChainBuilder builder) -
Uses of NetworkListener in org.glassfish.grizzly.websockets
Methods in org.glassfish.grizzly.websockets with parameters of type NetworkListenerModifier and TypeMethodDescriptionvoidWebSocketAddOn.setup(NetworkListener networkListener, FilterChainBuilder builder) The method, which will be invoked byHttpServerin order to initialize the AddOn on the passedNetworkListener.