Package org.apache.camel.support.jsse
Interface BaseSSLContextParameters.Configurer<T>
- Enclosing class:
BaseSSLContextParameters
protected static interface BaseSSLContextParameters.Configurer<T>
Configures a
T based on the related configuration options.-
Method Summary
-
Method Details
-
configure
Configures aTbased on the related configuration options. The return value from this method may beobjector it may be a decorated instance there of. Consequently, any subsequent actions onobjectmust be performed using the returned value.- Parameters:
object- the object to configure- Returns:
objector a decorated instance there of
-