Package net.devslash

Class RequestProducer

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final <T extends Any> Unit produceHttp(Function1<Call<T>, Exception> callRunner, Call<T> call, CookieJar jar, Channel<Envelope<Pair<HttpRequest, RequestData<T>>>> channel)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RequestProducer

        RequestProducer()
    • Method Detail

      • produceHttp

         final <T extends Any> Unit produceHttp(Function1<Call<T>, Exception> callRunner, Call<T> call, CookieJar jar, Channel<Envelope<Pair<HttpRequest, RequestData<T>>>> channel)