Uses of Interface
io.helidon.nima.webserver.http1.Http1ConnectionListener
Packages that use Http1ConnectionListener
-
Uses of Http1ConnectionListener in io.helidon.nima.webserver.http1
Classes in io.helidon.nima.webserver.http1 that implement Http1ConnectionListenerModifier and TypeClassDescriptionclassConnection listener that logs all exchanged information.Methods in io.helidon.nima.webserver.http1 that return Http1ConnectionListenerModifier and TypeMethodDescriptionHttp1Config.compositeReceiveListener()A single receive listener, this value is computed.Http1Config.compositeSendListener()A single send listener, this value is computed.static Http1ConnectionListenerHttp1ConnectionListener.create(List<Http1ConnectionListener> listeners) Create a new listener from a list of listeners.Methods in io.helidon.nima.webserver.http1 that return types with arguments of type Http1ConnectionListenerModifier and TypeMethodDescriptionHttp1Config.receiveListeners()Connection receive event listeners for HTTP/1.1.Http1Config.sendListeners()Connection send event listeners for HTTP/1.1.Method parameters in io.helidon.nima.webserver.http1 with type arguments of type Http1ConnectionListenerModifier and TypeMethodDescriptionstatic Http1ConnectionListenerHttp1ConnectionListener.create(List<Http1ConnectionListener> listeners) Create a new listener from a list of listeners.