Class ServerChunkedRequestReader


  • public class ServerChunkedRequestReader
    extends java.lang.Object
    Read for a chunked HTTP request
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected ServerChunkedRequestReader​(long self)
      Construct a Java object wrapping a C object that is managed by Orthanc.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected long getSelf()
      Return the C object that is associated with this Java wrapper.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ServerChunkedRequestReader

        protected ServerChunkedRequestReader​(long self)
        Construct a Java object wrapping a C object that is managed by Orthanc.
        Parameters:
        self - Pointer to the C object.
    • Method Detail

      • getSelf

        protected long getSelf()
        Return the C object that is associated with this Java wrapper.
        Returns:
        Pointer to the C object.