Class HTTPRetriever

    • Method Detail

      • getResponseCode

        public int getResponseCode()
      • getResponseMessage

        public java.lang.String getResponseMessage()
      • doRead

        protected java.nio.ByteBuffer doRead​(java.net.URLConnection connection)
                                      throws java.lang.Exception
        Overrides:
        doRead in class URLRetriever
        Parameters:
        connection - the connection to read from.
        Returns:
        a buffer containing the content read from the connection
        Throws:
        java.lang.Exception - if connection is null or an exception occurs during reading.
        java.lang.IllegalArgumentException - if connection is null