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
Methods in io.undertow.protocols.ajp that return types with arguments of type AjpClientChannel Modifier and Type Method Description protected java.util.Collection<AbstractFramedStreamSourceChannel<AjpClientChannel,AbstractAjpClientStreamSourceChannel,AbstractAjpClientStreamSinkChannel>>
AjpClientChannel. getReceivers()
Constructors in io.undertow.protocols.ajp with parameters of type AjpClientChannel Constructor Description AbstractAjpClientStreamSinkChannel(AjpClientChannel channel)
AbstractAjpClientStreamSourceChannel(AjpClientChannel framedChannel, PooledByteBuffer data, long frameDataRemaining)
AjpClientCPingStreamSinkChannel(AjpClientChannel channel)
AjpClientResponseStreamSourceChannel(AjpClientChannel framedChannel, HeaderMap headers, int statusCode, java.lang.String reasonPhrase, PooledByteBuffer frameData, int remaining)
-