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