Class DelegatingSslConfig<T extends SslConfig>

java.lang.Object
io.servicetalk.transport.api.DelegatingSslConfig<T>
Type Parameters:
T - The type of SslConfig to delegate to.
All Implemented Interfaces:
SslConfig
Direct Known Subclasses:
DelegatingClientSslConfig, DelegatingServerSslConfig

public abstract class DelegatingSslConfig<T extends SslConfig> extends Object implements SslConfig
Wrap a SslConfig and delegate all methods to it.