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 AjpClientChannelModifierConstructorDescriptionprotectedAbstractAjpClientStreamSourceChannel(AjpClientChannel framedChannel, PooledByteBuffer data, long frameDataRemaining) protectedAjpClientResponseStreamSourceChannel(AjpClientChannel framedChannel, HeaderMap headers, int statusCode, String reasonPhrase, PooledByteBuffer frameData, int remaining)