Uses of Class
io.undertow.server.protocol.ajp.AjpServerRequestConduit
-
Packages that use AjpServerRequestConduit Package Description io.undertow.server.protocol.ajp -
-
Uses of AjpServerRequestConduit in io.undertow.server.protocol.ajp
Constructor parameters in io.undertow.server.protocol.ajp with type arguments of type AjpServerRequestConduit Constructor Description AjpServerRequestConduit(org.xnio.conduits.StreamSourceConduit delegate, HttpServerExchange exchange, io.undertow.server.protocol.ajp.AjpServerResponseConduit ajpResponseConduit, java.lang.Long size, ConduitListener<? super AjpServerRequestConduit> finishListener)
-