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 void
UndertowLogger_$logger. responseWasNotTerminated(ServerConnection connection, HttpServerExchange exchange)
void
UndertowLogger. responseWasNotTerminated(ServerConnection connection, HttpServerExchange exchange)
-
Uses of ServerConnection in io.undertow.server
Subclasses of ServerConnection in io.undertow.server Modifier and Type Class Description class
AbstractServerConnection
Methods in io.undertow.server that return ServerConnection Modifier and Type Method Description ServerConnection
HttpServerExchange. 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 void
ServerConnection.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 void
ParseTimeoutUpdater. 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 class
AjpServerConnection
A 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 class
HttpServerConnection
A 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 class
Http2ServerConnection
A server connection.
-