Annotation Type HttpApi

    • Element Detail

      • port

        int port
        Returns:
        the port to use for the server.
        Default:
        0
      • globalProxyConfiguration

        boolean globalProxyConfiguration
        Returns:
        should the JVM be configured with the server as a proxy.
        Default:
        true
      • logLevel

        String logLevel
        Returns:
        the log level for the network data.
        Default:
        "DEBUG"
      • executor

        Class<? extends Executorexecutor
        Returns:
        the executor to use.
        Default:
        java.util.concurrent.Executor.class
      • sslContext

        Class<? extends SuppliersslContext
        Returns:
        the SSLContext supplier to use.
        Default:
        java.util.function.Supplier.class
      • useSsl

        boolean useSsl
        Returns:
        true if a default sslContext should be created for the test.
        Default:
        false
      • skipProxyHeaders

        boolean skipProxyHeaders
        Returns:
        true if the proxy shouldn't add meta headers (X-Talend) at all.
        Default:
        false