Class RequestPaddingInterceptor

java.lang.Object
cn.leancloud.core.RequestPaddingInterceptor
All Implemented Interfaces:
okhttp3.Interceptor

public class RequestPaddingInterceptor extends Object implements okhttp3.Interceptor
  • Field Details

  • Constructor Details

    • RequestPaddingInterceptor

      public RequestPaddingInterceptor()
  • Method Details

    • changeRequestSignature

      public static void changeRequestSignature(RequestSignature signature)
    • intercept

      public okhttp3.Response intercept(okhttp3.Interceptor.Chain chain) throws IOException
      Specified by:
      intercept in interface okhttp3.Interceptor
      Throws:
      IOException