Class HttpCall.Factory

  • Enclosing class:
    HttpCall<V>

    public static class HttpCall.Factory
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Factory​(com.linecorp.armeria.client.HttpClient httpClient)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <V> HttpCall<V> newCall​(com.linecorp.armeria.common.AggregatedHttpRequest request, HttpCall.BodyConverter<V> bodyConverter, java.lang.String name)  
      • Methods inherited from class java.lang.Object

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

      • Factory

        public Factory​(com.linecorp.armeria.client.HttpClient httpClient)
    • Method Detail

      • newCall

        public <V> HttpCall<V> newCall​(com.linecorp.armeria.common.AggregatedHttpRequest request,
                                       HttpCall.BodyConverter<V> bodyConverter,
                                       java.lang.String name)