Uses of Class
io.undertow.server.ServerConnection
-
Packages that use ServerConnection Package Description io.undertow io.undertow.server io.undertow.server.protocol io.undertow.server.protocol.ajp io.undertow.server.protocol.http io.undertow.server.protocol.http2 -
-
Uses of ServerConnection in io.undertow
Methods in io.undertow with parameters of type ServerConnection Modifier and Type Method Description 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.server Modifier and Type Class Description classAbstractServerConnectionMethods in io.undertow.server that return ServerConnection Modifier and Type Method Description ServerConnectionHttpServerExchange. getConnection()Get the underlying HTTP connection.Methods in io.undertow.server that return types with arguments of type ServerConnection Modifier and Type Method Description org.xnio.ChannelListener.Setter<ServerConnection>AbstractServerConnection. getCloseSetter()Methods in io.undertow.server with parameters of type ServerConnection Modifier and Type Method Description voidServerConnection.CloseListener. closed(ServerConnection connection)Constructors in io.undertow.server with parameters of type ServerConnection Constructor Description HttpServerExchange(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 Modifier and Type Method Description voidParseTimeoutUpdater. closed(ServerConnection connection) -
Uses of ServerConnection in io.undertow.server.protocol.ajp
Subclasses of ServerConnection in io.undertow.server.protocol.ajp Modifier and Type Class Description classAjpServerConnectionA server-side AJP connection. -
Uses of ServerConnection in io.undertow.server.protocol.http
Subclasses of ServerConnection in io.undertow.server.protocol.http Modifier and Type Class Description classHttpServerConnectionA server-side HTTP connection. -
Uses of ServerConnection in io.undertow.server.protocol.http2
Subclasses of ServerConnection in io.undertow.server.protocol.http2 Modifier and Type Class Description classHttp2ServerConnectionA server connection.
-