Interface HttpCommandExecutorService

All Known Implementing Classes:
ApacheHCHttpCommandExecutorService, BaseHttpCommandExecutorService, JavaUrlHttpCommandExecutorService, OkHttpCommandExecutorService, ResponseStatusFromPayloadHttpCommandExecutorService

public interface HttpCommandExecutorService
Capable of invoking http commands.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a HttpResponse from the server which responded to the command.
  • Method Details

    • invoke

      HttpResponse invoke(HttpCommand command)
      Returns a HttpResponse from the server which responded to the command.