Uses of Interface
org.citrusframework.http.security.HttpSecureConnection
Packages that use HttpSecureConnection
Package
Description
-
Uses of HttpSecureConnection in org.citrusframework.http.client
Methods in org.citrusframework.http.client with parameters of type HttpSecureConnectionModifier and TypeMethodDescriptionHttpClientBuilder.secured(HttpSecureConnection conn) Enable secured connection on the client using provided SSL connection. -
Uses of HttpSecureConnection in org.citrusframework.http.security
Classes in org.citrusframework.http.security that implement HttpSecureConnectionModifier and TypeClassDescriptionclassSSL secure connection to set up a proper SSL context and SSL connection socket factory.Constructors in org.citrusframework.http.security with parameters of type HttpSecureConnectionModifierConstructorDescriptionHttpClientConnectionManagerFactory(HttpSecureConnection secureConnection) HttpServerConnectorFactory(HttpSecureConnection secureConnection) -
Uses of HttpSecureConnection in org.citrusframework.http.server
Methods in org.citrusframework.http.server with parameters of type HttpSecureConnectionModifier and TypeMethodDescriptionAbstractHttpServerBuilder.secured(int securePort, HttpSecureConnection conn) AbstractHttpServerBuilder.secured(HttpSecureConnection conn)