Uses of Interface
io.undertow.server.ServerConnection.CloseListener
-
Packages that use ServerConnection.CloseListener Package Description io.undertow io.undertow.server io.undertow.server.protocol io.undertow.server.protocol.http2 -
-
Uses of ServerConnection.CloseListener in io.undertow
Methods in io.undertow with parameters of type ServerConnection.CloseListener Modifier and Type Method Description void
UndertowLogger_$logger. exceptionInvokingCloseListener(ServerConnection.CloseListener l, java.lang.Throwable e)
void
UndertowLogger. exceptionInvokingCloseListener(ServerConnection.CloseListener l, java.lang.Throwable e)
-
Uses of ServerConnection.CloseListener in io.undertow.server
Fields in io.undertow.server with type parameters of type ServerConnection.CloseListener Modifier and Type Field Description protected java.util.List<ServerConnection.CloseListener>
AbstractServerConnection. closeListeners
Methods in io.undertow.server with parameters of type ServerConnection.CloseListener Modifier and Type Method Description void
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 Modifier and Type Class Description class
ParseTimeoutUpdater
Wrapper for parse timeout. -
Uses of ServerConnection.CloseListener in io.undertow.server.protocol.http2
Methods in io.undertow.server.protocol.http2 with parameters of type ServerConnection.CloseListener Modifier and Type Method Description void
Http2ServerConnection. addCloseListener(ServerConnection.CloseListener listener)
-