Uses of Class
io.undertow.protocols.ajp.AjpClientChannel
-
Packages that use AjpClientChannel Package Description io.undertow.protocols.ajp -
-
Uses of AjpClientChannel in io.undertow.protocols.ajp
Constructors in io.undertow.protocols.ajp with parameters of type AjpClientChannel Constructor Description AbstractAjpClientStreamSinkChannel(AjpClientChannel channel)AbstractAjpClientStreamSourceChannel(AjpClientChannel framedChannel, PooledByteBuffer data, long frameDataRemaining)AjpClientResponseStreamSourceChannel(AjpClientChannel framedChannel, HeaderMap headers, int statusCode, String reasonPhrase, PooledByteBuffer frameData, int remaining)
-