Interface AsyncHttpProvider

All Known Implementing Classes:
GrizzlyAsyncHttpProvider

public interface AsyncHttpProvider
Interface to be used when implementing custom asynchronous I/O HTTP client. By default, the GrizzlyAsyncHttpProvider is used.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Close the current underlying TCP/HTTP connection.
    execute(Request request, AsyncHandler<T> handler)
    Execute the request and invoke the AsyncHandler when the response arrive.