Class ChunkedInputStream

java.lang.Object
java.io.InputStream
org.sblim.cimclient.internal.http.io.ChunkedInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

public class ChunkedInputStream extends InputStream
Class ChunkedInputStream implements an input stream for chunked messages
  • Constructor Details

    • ChunkedInputStream

      public ChunkedInputStream(InputStream pStream, String pTrailerFields)
      Ctor.
      Parameters:
      pStream - The stream to create this one upon
      pTrailerFields - The names of trailer fields
    • ChunkedInputStream

      public ChunkedInputStream(InputStream pStream, String pTrailerFields, String pOrigin)
      Ctor.
      Parameters:
      pStream - The stream to create this one upon
      pTrailerFields - The names of trailer fields
      pOrigin - The origin of the stream (response, indication request, etc.)
  • Method Details