Class AccountResource


  • public class AccountResource
    extends Resource<java.lang.String>
    • Constructor Summary

      Constructors 
      Constructor Description
      AccountResource​(java.lang.String user, java.lang.String host)  
    • Method Summary

      Modifier and Type Method Description
      java.io.Reader getReader()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AccountResource

        public AccountResource​(java.lang.String user,
                               java.lang.String host)
    • Method Detail

      • getReader

        public java.io.Reader getReader()
                                 throws java.io.IOException
        Specified by:
        getReader in class Resource<java.lang.String>
        Throws:
        java.io.IOException