Class NaiveUserAgent.DefaultHttpStream

  • All Implemented Interfaces:
    FSStream
    Enclosing class:
    NaiveUserAgent

    public static class NaiveUserAgent.DefaultHttpStream
    extends java.lang.Object
    implements FSStream
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.io.InputStream strm  
    • Constructor Summary

      Constructors 
      Constructor Description
      DefaultHttpStream​(java.io.InputStream strm)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.io.Reader getReader()  
      java.io.InputStream getStream()  
      • Methods inherited from class java.lang.Object

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

      • strm

        private java.io.InputStream strm
    • Constructor Detail

      • DefaultHttpStream

        public DefaultHttpStream​(java.io.InputStream strm)
    • Method Detail

      • getStream

        public java.io.InputStream getStream()
        Specified by:
        getStream in interface FSStream
      • getReader

        public java.io.Reader getReader()
        Specified by:
        getReader in interface FSStream