Interface HttpContent

    • Method Detail

      • getContentType

        HttpField getContentType()
        Deprecated.
      • getContentTypeValue

        java.lang.String getContentTypeValue()
        Deprecated.
      • getCharacterEncoding

        java.lang.String getCharacterEncoding()
        Deprecated.
      • getContentEncoding

        HttpField getContentEncoding()
        Deprecated.
      • getContentEncodingValue

        java.lang.String getContentEncodingValue()
        Deprecated.
      • getContentLength

        HttpField getContentLength()
        Deprecated.
      • getContentLengthValue

        long getContentLengthValue()
        Deprecated.
      • getLastModified

        HttpField getLastModified()
        Deprecated.
      • getLastModifiedValue

        java.lang.String getLastModifiedValue()
        Deprecated.
      • getETagValue

        java.lang.String getETagValue()
        Deprecated.
      • getIndirectBuffer

        java.nio.ByteBuffer getIndirectBuffer()
        Deprecated.
      • getDirectBuffer

        java.nio.ByteBuffer getDirectBuffer()
        Deprecated.
      • getResource

        Resource getResource()
        Deprecated.
      • getInputStream

        java.io.InputStream getInputStream()
                                    throws java.io.IOException
        Deprecated.
        Throws:
        java.io.IOException
      • getReadableByteChannel

        java.nio.channels.ReadableByteChannel getReadableByteChannel()
                                                              throws java.io.IOException
        Deprecated.
        Throws:
        java.io.IOException
      • release

        void release()
        Deprecated.