Class SSLContextCollection

java.lang.Object
com.predic8.membrane.core.transport.ssl.SSLContextCollection
All Implemented Interfaces:
SSLProvider

public class SSLContextCollection extends Object implements SSLProvider
Manages multiple SSLContexts using the same port. This is only possible when using SSL with "Server Name Indication", see ... .

This requires Java 8.