Class AbstractStreamWriteFilter<T>

    • Field Detail

      • DEFAULT_STREAM_BUFFER_SIZE

        public static final int DEFAULT_STREAM_BUFFER_SIZE
        The default buffer size this filter uses for writing.
        See Also:
        Constant Field Values
      • CURRENT_STREAM

        protected static final AttributeKey CURRENT_STREAM
        The attribute name used when binding the streaming object to the session.
      • WRITE_REQUEST_QUEUE

        protected static final AttributeKey WRITE_REQUEST_QUEUE
      • CURRENT_WRITE_REQUEST

        protected static final AttributeKey CURRENT_WRITE_REQUEST
    • Constructor Detail

      • AbstractStreamWriteFilter

        public AbstractStreamWriteFilter()