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 classAjpClientResponseStreamSourceChannelMethods in io.undertow.protocols.ajp that return AbstractAjpClientStreamSourceChannel Modifier and Type Method Description protected AbstractAjpClientStreamSourceChannelAjpClientChannel. 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 Collection<AbstractFramedStreamSourceChannel<AjpClientChannel,AbstractAjpClientStreamSourceChannel,AbstractAjpClientStreamSinkChannel>>AjpClientChannel. getReceivers()
-