Default constructor.
Create the security mechanism context. This is stored in TLS. this.socket = sock;
this.socket = sock;
Return the socket for this connection. return socket;
return socket;
Set the socket for this connection. socket = s;
socket = s;
String s = "Socket=" + socket; return s;