Class AhcWebSocketConduit.AhcWebSocketWrappedOutputStream

java.lang.Object
java.io.OutputStream
org.apache.cxf.io.AbstractWrappedOutputStream
org.apache.cxf.io.AbstractThresholdOutputStream
org.apache.cxf.transport.websocket.ahc.AhcWebSocketConduit.AhcWebSocketWrappedOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable
Enclosing class:
AhcWebSocketConduit

public class AhcWebSocketConduit.AhcWebSocketWrappedOutputStream extends org.apache.cxf.io.AbstractThresholdOutputStream
  • Constructor Details

    • AhcWebSocketWrappedOutputStream

      protected AhcWebSocketWrappedOutputStream(org.apache.cxf.message.Message message, boolean possibleRetransmit, boolean isChunking, int chunkThreshold, String conduitName, URI url)
  • Method Details