Interface IPollDetails

  • All Known Implementing Classes:
    UrlPart

    public interface IPollDetails
    • Method Detail

      • getResponseCode

        int getResponseCode()
        get the new response code (e.g. 200 for success)
        Returns:
      • getResponseStream

        java.io.InputStream getResponseStream()
        get the resulting stream - may be null
        Returns:
      • getContentType

        java.lang.String getContentType()
        get the content type of the polled stuff
        Returns:
      • isPush

        boolean isPush()
        Returns:
        false if polling; true if push environment