Uses of Interface
io.undertow.server.ServerConnection.CloseListener
Packages that use ServerConnection.CloseListener
Package
Description
-
Uses of ServerConnection.CloseListener in io.undertow
Methods in io.undertow with parameters of type ServerConnection.CloseListenerModifier and TypeMethodDescriptionfinal void
UndertowLogger_$logger.exceptionInvokingCloseListener
(ServerConnection.CloseListener l, Throwable e) void
UndertowLogger.exceptionInvokingCloseListener
(ServerConnection.CloseListener l, Throwable e) -
Uses of ServerConnection.CloseListener in io.undertow.server
Fields in io.undertow.server with type parameters of type ServerConnection.CloseListenerModifier and TypeFieldDescriptionprotected final List<ServerConnection.CloseListener>
AbstractServerConnection.closeListeners
Methods in io.undertow.server with parameters of type ServerConnection.CloseListenerModifier and TypeMethodDescriptionvoid
AbstractServerConnection.addCloseListener
(ServerConnection.CloseListener listener) abstract void
ServerConnection.addCloseListener
(ServerConnection.CloseListener listener) Adds a close listener, than will be invoked with the connection is closed -
Uses of ServerConnection.CloseListener in io.undertow.server.protocol
Classes in io.undertow.server.protocol that implement ServerConnection.CloseListener -
Uses of ServerConnection.CloseListener in io.undertow.server.protocol.http2
Methods in io.undertow.server.protocol.http2 with parameters of type ServerConnection.CloseListenerModifier and TypeMethodDescriptionvoid
Http2ServerConnection.addCloseListener
(ServerConnection.CloseListener listener)