Class RetryableSink

  • All Implemented Interfaces:
    Closeable, Flushable, AutoCloseable, okio.Sink


    public final class RetryableSink
    extends Object
    implements okio.Sink
    An HTTP request body that's completely buffered in memory. This allows the post body to be transparently re-sent if the HTTP request must be sent multiple times.
    • Constructor Detail

      • RetryableSink

        public RetryableSink(int limit)
      • RetryableSink

        public RetryableSink()