Interface SSLProfileLoader
-
- All Known Implementing Classes:
HttpCoreNIOMultiSSLListener
,HttpCoreNIOSSLSender
,PassThroughHttpMultiSSLListener
,PassThroughHttpSSLSender
public interface SSLProfileLoader
Interface to be implemented by all SSL senders and listeners in order to receive notifications on config file changes at runtime
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
reloadConfig(org.apache.axis2.description.ParameterInclude transport)
Reload SSL configurations by each Listener/sender
-