Uses of Class
io.undertow.server.AbstractServerConnection
-
Packages that use AbstractServerConnection Package Description io.undertow.conduits io.undertow.server.protocol.ajp io.undertow.server.protocol.http -
-
Uses of AbstractServerConnection in io.undertow.conduits
Constructors in io.undertow.conduits with parameters of type AbstractServerConnection Constructor Description ReadDataStreamSourceConduit(org.xnio.conduits.StreamSourceConduit next, AbstractServerConnection connection)
-
Uses of AbstractServerConnection in io.undertow.server.protocol.ajp
Subclasses of AbstractServerConnection in io.undertow.server.protocol.ajp Modifier and Type Class Description class
AjpServerConnection
A server-side AJP connection. -
Uses of AbstractServerConnection in io.undertow.server.protocol.http
Subclasses of AbstractServerConnection in io.undertow.server.protocol.http Modifier and Type Class Description class
HttpServerConnection
A server-side HTTP connection.
-