Interface HttpConnectStrategy.RequestTransformer

Enclosing class:
HttpConnectStrategy

public static interface HttpConnectStrategy.RequestTransformer
  • Method Summary

    Modifier and Type
    Method
    Description
    okhttp3.Request
    transformRequest(okhttp3.Request input)
    Returns a request that is either the same as the input request or based on it.
  • Method Details

    • transformRequest

      okhttp3.Request transformRequest(okhttp3.Request input)
      Returns a request that is either the same as the input request or based on it.
      Parameters:
      input - the original request
      Returns:
      the request that will be used