Class JettyReactiveOptions


  • public class JettyReactiveOptions
    extends reactivefeign.ReactiveOptions
    Author:
    Sergii Karpenko
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  JettyReactiveOptions.Builder  
      • Nested classes/interfaces inherited from class reactivefeign.ReactiveOptions

        reactivefeign.ReactiveOptions.ProxySettings, reactivefeign.ReactiveOptions.ProxySettingsBuilder
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Long getRequestTimeoutMillis()  
      boolean isEmpty()  
      • Methods inherited from class reactivefeign.ReactiveOptions

        getConnectTimeoutMillis, getProxySettings, getUseHttp2, isFollowRedirects, isTryUseCompression, useHttp2
      • Methods inherited from class java.lang.Object

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

      • getRequestTimeoutMillis

        public java.lang.Long getRequestTimeoutMillis()
      • isEmpty

        public boolean isEmpty()
        Overrides:
        isEmpty in class reactivefeign.ReactiveOptions