Uses of Interface
org.chenile.core.context.HeaderCopier
Packages that use HeaderCopier
Package
Description
Cloud edge switch - the interceptor class is defined here
The core Chenile exchange objects are defined here.
Contains Chenile proxy builder class.
-
Uses of HeaderCopier in org.chenile.cloudedgeswitch.interceptor
Fields in org.chenile.cloudedgeswitch.interceptor declared as HeaderCopier -
Uses of HeaderCopier in org.chenile.core.context
Classes in org.chenile.core.context that implement HeaderCopierMethods in org.chenile.core.context with parameters of type HeaderCopierModifier and TypeMethodDescriptionChenileExchangeBuilder.makeExchange
(String serviceName, String opName, HeaderCopier headerCopier) -
Uses of HeaderCopier in org.chenile.proxy.builder
Fields in org.chenile.proxy.builder declared as HeaderCopierMethods in org.chenile.proxy.builder with parameters of type HeaderCopierModifier and TypeMethodDescription<T> T
ProxyBuilder.buildProxy
(Class<T> interfaceToProxy, String serviceName, HeaderCopier headerCopier, String baseUrl) Build proxy for an interface.<T> T
ProxyBuilder.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 HeaderCopierModifierConstructorDescriptionProxyClass
(Class<?> interfaceToProxy, String serviceName, HeaderCopier headerCopier, ProxyBuilder.ProxyMode proxyMode, String baseUrl)