Class Http2Client

  • All Implemented Interfaces:
    feign.Client

    public class Http2Client
    extends java.lang.Object
    implements feign.Client
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface feign.Client

        feign.Client.Default, feign.Client.Proxied
    • Constructor Summary

      Constructors 
      Constructor Description
      Http2Client()  
      Http2Client​(java.net.http.HttpClient client)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      feign.Response execute​(feign.Request request, feign.Request.Options options)  
      • Methods inherited from class java.lang.Object

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

      • Http2Client

        public Http2Client()
      • Http2Client

        public Http2Client​(java.net.http.HttpClient client)
    • Method Detail

      • execute

        public feign.Response execute​(feign.Request request,
                                      feign.Request.Options options)
                               throws java.io.IOException
        Specified by:
        execute in interface feign.Client
        Throws:
        java.io.IOException