Class DelegatingPartitionedHttpClientBuilder<U,R>

java.lang.Object
io.servicetalk.http.api.DelegatingPartitionedHttpClientBuilder<U,R>
Type Parameters:
U - the type of address before resolution (unresolved address)
R - the type of address after resolution (resolved address)
All Implemented Interfaces:
PartitionedHttpClientBuilder<U,R>

public class DelegatingPartitionedHttpClientBuilder<U,R> extends Object implements PartitionedHttpClientBuilder<U,R>
A PartitionedHttpClientBuilder that delegates all methods to another PartitionedHttpClientBuilder.