Interface AbstractSerializingConnectorTest.ConnectorParameterConfigurer

All Superinterfaces:
test.de.iip_ecosphere.platform.transport.AbstractTransportConnectorTest.TransportParameterConfigurer
Enclosing class:
AbstractSerializingConnectorTest

public static interface AbstractSerializingConnectorTest.ConnectorParameterConfigurer extends test.de.iip_ecosphere.platform.transport.AbstractTransportConnectorTest.TransportParameterConfigurer
Allows to configure the connector parameters. (orthogonal, in particular for TLS)
Author:
Holger Eichelberger, SSE
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    configure(de.iip_ecosphere.platform.connectors.ConnectorParameter.ConnectorParameterBuilder builder)
    Further setup/configuration of the builder.
    Returns the (specific) server configuration directory.
    boolean
    Returns whether we test here for encryption.

    Methods inherited from interface test.de.iip_ecosphere.platform.transport.AbstractTransportConnectorTest.TransportParameterConfigurer

    configure
  • Method Details

    • configure

      void configure(de.iip_ecosphere.platform.connectors.ConnectorParameter.ConnectorParameterBuilder builder)
      Further setup/configuration of the builder.
      Parameters:
      builder - the builder
    • getConfigDir

      File getConfigDir()
      Returns the (specific) server configuration directory.
      Returns:
      the directory, may be null for none
    • withEncryption

      boolean withEncryption()
      Returns whether we test here for encryption.
      Returns:
      true for encryption, false else