Interface HttpRequest

  • All Known Implementing Classes:
    HttpURLConnectionRequestAdapter, UrlStringRequestAdapter

    public interface HttpRequest
    A concise description of an HTTP request. Contains methods to access all those parts of an HTTP request which Signpost needs to sign a message. If you want to extend Signpost to sign a different kind of HTTP request than those currently supported, you'll have to write an adapter which implements this interface and a custom OAuthConsumer which performs the wrapping.
    Author:
    Matthias Kaeppler
    See Also:
    HttpURLConnectionRequestAdapter