Interface ReadOnlyHTTPRequest

All Superinterfaces:
ReadOnlyHTTPMessage
All Known Implementing Classes:
HTTPRequest

public interface ReadOnlyHTTPRequest extends ReadOnlyHTTPMessage
Read-only HTTP request.
  • Method Details

    • getMethod

      Gets the request method.
      Returns:
      The request method.
    • getURL

      Gets the request URL.
      Returns:
      The request URL.
    • getURI

      Gets the request URL as URI.
      Returns:
      The request URL as URI.
    • getConnectTimeout

      Gets the HTTP connect timeout.
      Returns:
      The HTTP connect timeout, in milliseconds. Zero implies no timeout.
    • getReadTimeout

      Gets the HTTP response read timeout.
      Returns:
      The HTTP response read timeout, in milliseconds. Zero implies no timeout.