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 voidUndertowLogger_$logger. exceptionInvokingCloseListener(ServerConnection.CloseListener l, java.lang.Throwable e)voidUndertowLogger. 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. closeListenersMethods in io.undertow.server with parameters of type ServerConnection.CloseListener Modifier and Type Method Description voidAbstractServerConnection. 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 Modifier and Type Class Description classParseTimeoutUpdaterWrapper 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 voidHttp2ServerConnection. addCloseListener(ServerConnection.CloseListener listener)
-