Class AjpClientRequestClientStreamSinkChannel

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable, java.nio.channels.Channel, java.nio.channels.GatheringByteChannel, java.nio.channels.InterruptibleChannel, java.nio.channels.WritableByteChannel, org.xnio.channels.CloseableChannel, org.xnio.channels.Configurable, org.xnio.channels.StreamSinkChannel, org.xnio.channels.SuspendableWriteChannel

    public class AjpClientRequestClientStreamSinkChannel
    extends AbstractAjpClientStreamSinkChannel
    AJP stream sink channel that corresponds to a request send from the load balancer to the backend
    Author:
    Stuart Douglas