You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by Roland Weber <os...@dubioso.net> on 2007/09/29 19:49:42 UTC

SecureSocketFactory renamed

Hi folks,

while working on HTTPCLIENT-690, I got confused by an earlier
decision of mine: to keep the name of the SecureSocketFactory
interface. The defining characteristic for that interface is
not that the sockets are secure, but that they are layered on
top of other sockets. If you don't need SSL tunnelling through
proxies, you might as well implement the plain SocketFactory
interface to create SSL sockets. And whether a socket should
be considered secure might depend on more than just whether
it's an SSL socket.

I have renamed the interface to LayeredSocketFactory. That
should help to distinguish the three concepts (layered, SSL,
secure) in the future.

cheers,
  Roland

---------------------------------------------------------------------
To unsubscribe, e-mail: httpcomponents-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: httpcomponents-dev-help@jakarta.apache.org