33343536373839
/** * Creates a new instance. */ public SocketConnector() { init( new SocketConnectorDelegate( this ) ); }