Interface BaseSSLContextParameters.Configurer<T>

Enclosing class:
BaseSSLContextParameters

protected static interface BaseSSLContextParameters.Configurer<T>
Configures a T based on the related configuration options.
  • Method Summary

    Modifier and Type
    Method
    Description
    configure(T object)
    Configures a T based on the related configuration options.
  • Method Details

    • configure

      T configure(T object)
      Configures a T based on the related configuration options. The return value from this method may be object or it may be a decorated instance there of. Consequently, any subsequent actions on object must be performed using the returned value.
      Parameters:
      object - the object to configure
      Returns:
      object or a decorated instance there of