Uses of Enum Class
org.chenile.proxy.builder.ProxyBuilder.ProxyMode
Packages that use ProxyBuilder.ProxyMode
- 
Uses of ProxyBuilder.ProxyMode in org.chenile.proxy.builderFields in org.chenile.proxy.builder declared as ProxyBuilder.ProxyModeModifier and TypeFieldDescriptionprivate ProxyBuilder.ProxyModeProxyBuilder.ProxyClass.proxyModeMethods in org.chenile.proxy.builder that return ProxyBuilder.ProxyModeModifier and TypeMethodDescriptionstatic ProxyBuilder.ProxyModeReturns the enum constant of this class with the specified name.static ProxyBuilder.ProxyMode[]ProxyBuilder.ProxyMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.chenile.proxy.builder with parameters of type ProxyBuilder.ProxyModeModifier and TypeMethodDescription<T> TProxyBuilder.buildProxy(Class<T> interfaceToProxy, String serviceName, HeaderCopier headerCopier, ProxyBuilder.ProxyMode proxyMode, String baseUrl) This is used for testing purposes.Constructors in org.chenile.proxy.builder with parameters of type ProxyBuilder.ProxyModeModifierConstructorDescriptionProxyClass(Class<?> interfaceToProxy, String serviceName, HeaderCopier headerCopier, ProxyBuilder.ProxyMode proxyMode, String baseUrl)