Class AjpClientRequestClientStreamSinkChannel

All Implemented Interfaces:
Closeable, AutoCloseable, Channel, GatheringByteChannel, InterruptibleChannel, 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