程序包 gateway.api

类 SynchCallAdapterFactory

java.lang.Object
retrofit2.CallAdapter.Factory
gateway.api.SynchCallAdapterFactory

public class SynchCallAdapterFactory extends retrofit2.CallAdapter.Factory
同步okHttp请求适配工厂类
作者:
neeker
  • 构造器详细资料

    • SynchCallAdapterFactory

      public SynchCallAdapterFactory()
  • 方法详细资料

    • create

      public static retrofit2.CallAdapter.Factory create()
    • get

      public retrofit2.CallAdapter<?,?> get(Type returnType, Annotation[] annotations, retrofit2.Retrofit retrofit)
      指定者:
      get 在类中 retrofit2.CallAdapter.Factory