Class MediaResponseContext

    • Constructor Detail

      • MediaResponseContext

        public MediaResponseContext​(InputStream in,
                                    org.apache.abdera.util.EntityTag etag,
                                    int status)
        Deprecated.
      • MediaResponseContext

        public MediaResponseContext​(InputStream in,
                                    int status)
        Deprecated.
      • MediaResponseContext

        public MediaResponseContext​(InputStream in,
                                    Date lastmodified,
                                    int status)
        Deprecated.
      • MediaResponseContext

        public MediaResponseContext​(byte[] bytes,
                                    int status)
        Deprecated.
      • MediaResponseContext

        public MediaResponseContext​(byte[] bytes,
                                    Date lastmodified,
                                    int status)
        Deprecated.
      • MediaResponseContext

        public MediaResponseContext​(byte[] bytes,
                                    org.apache.abdera.util.EntityTag etag,
                                    int status)
        Deprecated.
      • MediaResponseContext

        public MediaResponseContext​(ReadableByteChannel channel,
                                    int status)
        Deprecated.
      • MediaResponseContext

        public MediaResponseContext​(ReadableByteChannel channel,
                                    Date lastmodified,
                                    int status)
        Deprecated.
      • MediaResponseContext

        public MediaResponseContext​(ReadableByteChannel channel,
                                    org.apache.abdera.util.EntityTag etag,
                                    int status)
        Deprecated.