Interface SSLProfileLoader
-
- All Known Implementing Classes:
HttpCoreNIOMultiSSLListener,HttpCoreNIOSSLSender,PassThroughHttpMultiSSLListener,PassThroughHttpSSLSender
public interface SSLProfileLoaderInterface 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 voidreloadConfig(org.apache.axis2.description.ParameterInclude transport)Reload SSL configurations by each Listener/sender
-