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 voidUndertowLogger_$logger.exceptionInvokingCloseListener(ServerConnection.CloseListener l, Throwable e) voidUndertowLogger.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.closeListenersMethods in io.undertow.server with parameters of type ServerConnection.CloseListenerModifier and TypeMethodDescriptionvoidAbstractServerConnection.addCloseListener(ServerConnection.CloseListener listener) abstract voidServerConnection.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 TypeMethodDescriptionvoidHttp2ServerConnection.addCloseListener(ServerConnection.CloseListener listener)