333435363738394041
* Factory for TCP Sockets * * @return */ public SocketImpl createSocketImpl() { if (socketImpl==null) return new NsSocketImpl(); else return socketImpl; }