Uses of Class
io.undertow.server.ServerConnection
Packages that use ServerConnection
Package
Description
-
Uses of ServerConnection in io.undertow
Methods in io.undertow with parameters of type ServerConnectionModifier and TypeMethodDescriptionfinal voidUndertowLogger_$logger.responseWasNotTerminated(ServerConnection connection, HttpServerExchange exchange) voidUndertowLogger.responseWasNotTerminated(ServerConnection connection, HttpServerExchange exchange) -
Uses of ServerConnection in io.undertow.server
Subclasses of ServerConnection in io.undertow.serverMethods in io.undertow.server that return ServerConnectionModifier and TypeMethodDescriptionHttpServerExchange.getConnection()Get the underlying HTTP connection.Methods in io.undertow.server that return types with arguments of type ServerConnectionModifier and TypeMethodDescriptionorg.xnio.ChannelListener.Setter<ServerConnection>AbstractServerConnection.getCloseSetter()Methods in io.undertow.server with parameters of type ServerConnectionModifier and TypeMethodDescriptionvoidServerConnection.CloseListener.closed(ServerConnection connection) Constructors in io.undertow.server with parameters of type ServerConnectionModifierConstructorDescriptionHttpServerExchange(ServerConnection connection) HttpServerExchange(ServerConnection connection, long maxEntitySize) HttpServerExchange(ServerConnection connection, HeaderMap requestHeaders, HeaderMap responseHeaders, long maxEntitySize) -
Uses of ServerConnection in io.undertow.server.protocol
Methods in io.undertow.server.protocol with parameters of type ServerConnection -
Uses of ServerConnection in io.undertow.server.protocol.ajp
Subclasses of ServerConnection in io.undertow.server.protocol.ajp -
Uses of ServerConnection in io.undertow.server.protocol.http
Subclasses of ServerConnection in io.undertow.server.protocol.http -
Uses of ServerConnection in io.undertow.server.protocol.http2
Subclasses of ServerConnection in io.undertow.server.protocol.http2