Class ApiClient<T extends Transport,​Self extends ApiClient<T,​Self>>

    • Constructor Detail

      • ApiClient

        protected ApiClient​(T transport,
                            TransportOptions transportOptions)
    • Method Detail

      • getDeserializer

        protected <V> JsonpDeserializer<V> getDeserializer​(java.lang.Class<V> clazz)
      • withTransportOptions

        public abstract Self withTransportOptions​(@Nullable
                                                  TransportOptions transportOptions)
        Creates a new client with some request options
      • _transport

        public T _transport()