Uses of Class
io.undertow.protocols.ajp.AjpClientRequestClientStreamSinkChannel
-
Packages that use AjpClientRequestClientStreamSinkChannel Package Description io.undertow.protocols.ajp -
-
Uses of AjpClientRequestClientStreamSinkChannel in io.undertow.protocols.ajp
Methods in io.undertow.protocols.ajp that return AjpClientRequestClientStreamSinkChannel Modifier and Type Method Description AjpClientRequestClientStreamSinkChannel
AjpClientChannel. sendRequest(HttpString method, java.lang.String path, HttpString protocol, HeaderMap headers, Attachable attachable, org.xnio.ChannelListener<AjpClientRequestClientStreamSinkChannel> finishListener)
Method parameters in io.undertow.protocols.ajp with type arguments of type AjpClientRequestClientStreamSinkChannel Modifier and Type Method Description AjpClientRequestClientStreamSinkChannel
AjpClientChannel. sendRequest(HttpString method, java.lang.String path, HttpString protocol, HeaderMap headers, Attachable attachable, org.xnio.ChannelListener<AjpClientRequestClientStreamSinkChannel> finishListener)
-