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