Uses of Class
io.undertow.protocols.ajp.AjpClientChannel
Packages that use AjpClientChannel
-
Uses of AjpClientChannel in io.undertow.protocols.ajp
Methods in io.undertow.protocols.ajp that return types with arguments of type AjpClientChannelModifier and TypeMethodDescriptionprotected Collection<AbstractFramedStreamSourceChannel<AjpClientChannel,
AbstractAjpClientStreamSourceChannel, AbstractAjpClientStreamSinkChannel>> AjpClientChannel.getReceivers()
Constructors in io.undertow.protocols.ajp with parameters of type AjpClientChannelModifierConstructorDescriptionprotected
AbstractAjpClientStreamSourceChannel
(AjpClientChannel framedChannel, PooledByteBuffer data, long frameDataRemaining) protected
AjpClientResponseStreamSourceChannel
(AjpClientChannel framedChannel, HeaderMap headers, int statusCode, String reasonPhrase, PooledByteBuffer frameData, int remaining)