Interface IPollDetails

All Known Implementing Classes:
UrlPart

public interface IPollDetails
  • Method Details

    • getResponseCode

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

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

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

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