Uses of Interface
org.apache.synapse.transport.dynamicconfigurations.SSLProfileLoader
-
Packages that use SSLProfileLoader Package Description org.apache.synapse.transport.dynamicconfigurations org.apache.synapse.transport.nhttp org.apache.synapse.transport.passthru -
-
Uses of SSLProfileLoader in org.apache.synapse.transport.dynamicconfigurations
Constructors in org.apache.synapse.transport.dynamicconfigurations with parameters of type SSLProfileLoader Constructor Description ListenerProfileReloader(SSLProfileLoader profileLoader, org.apache.axis2.description.ParameterInclude transportInDescription)
SenderProfileReloader(SSLProfileLoader profileLoader, org.apache.axis2.description.ParameterInclude transportOutDescription)
-
Uses of SSLProfileLoader in org.apache.synapse.transport.nhttp
Classes in org.apache.synapse.transport.nhttp that implement SSLProfileLoader Modifier and Type Class Description class
HttpCoreNIOMultiSSLListener
class
HttpCoreNIOSSLSender
-
Uses of SSLProfileLoader in org.apache.synapse.transport.passthru
Classes in org.apache.synapse.transport.passthru that implement SSLProfileLoader Modifier and Type Class Description class
PassThroughHttpMultiSSLListener
class
PassThroughHttpSSLSender
-