Interface SSLConfigurable

All Known Implementing Classes:
SSLConfigurableServerSocket, SSLConfigurableSocket

public interface SSLConfigurable
An object that has configurable SSL parameters.

This interface allows us o decouple the SSLParametersConfiguration from SSLSocket and SSLServerSocket to facilitate unit testing.

Author:
Carl Harris, Bruno Harbulot