ProxyChain.Builder |
ProxyChain.Builder.append(ProxyChainElement element) |
boolean |
ProxyChain.Filter.filter(ProxyChainElement element) |
static ClientProxyFactory<AdminProxy> |
ProxyChainUtil.prependAdminFactoryForElement(ClientProxyFactory<AdminProxy> lastFactory,
ProxyChainElement element) |
static <K,V> ClientProxyFactory<ConsumerProxy<K,V>> |
ProxyChainUtil.prependConsumerFactoryForElement(ClientProxyFactory<ConsumerProxy<K,V>> lastFactory,
ProxyChainElement element) |
static <T> DeserializerProxyFactory<T> |
ProxyChainUtil.prependDeserializerForElement(DeserializerProxyFactory<T> lastFactory,
ProxyChainElement element) |
static <K,V> ClientProxyFactory<ProducerProxy<K,V>> |
ProxyChainUtil.prependProducerFactoryForElement(ClientProxyFactory<ProducerProxy<K,V>> lastFactory,
ProxyChainElement element) |
static <T> SerializerProxyFactory<T> |
ProxyChainUtil.prependSerializerForElement(SerializerProxyFactory<T> lastFactory,
ProxyChainElement element) |