Uses of Class
io.undertow.protocols.ajp.AbstractAjpClientStreamSourceChannel
-
Packages that use AbstractAjpClientStreamSourceChannel Package Description io.undertow.protocols.ajp -
-
Uses of AbstractAjpClientStreamSourceChannel in io.undertow.protocols.ajp
Subclasses of AbstractAjpClientStreamSourceChannel in io.undertow.protocols.ajp Modifier and Type Class Description class
AjpClientResponseStreamSourceChannel
Methods in io.undertow.protocols.ajp that return AbstractAjpClientStreamSourceChannel Modifier and Type Method Description protected AbstractAjpClientStreamSourceChannel
AjpClientChannel. createChannel(FrameHeaderData frameHeaderData, PooledByteBuffer frameData)
Methods in io.undertow.protocols.ajp that return types with arguments of type AbstractAjpClientStreamSourceChannel Modifier and Type Method Description protected java.util.Collection<AbstractFramedStreamSourceChannel<AjpClientChannel,AbstractAjpClientStreamSourceChannel,AbstractAjpClientStreamSinkChannel>>
AjpClientChannel. getReceivers()
-