Interface RequestSender

All Superinterfaces:
AutoCloseable, Closeable

public interface RequestSender extends Closeable
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> T
    send(RestRequest request, long requestTimeout)
     

    Methods inherited from interface java.io.Closeable

    close