440441442443444445446447448449450
*/ public ServerSocketFactory getFactory() { if (this.factory == null) { synchronized (this) { this.factory = new DefaultServerSocketFactory(); } } return (this.factory); }
712713714715716717718719720721722
570571572573574575576577578579580
706707708709710711712713714715716
727728729730731732733734735736737
475476477478479480481482483484485
203204205206207208209210211212
*/ public ServerSocketFactory getFactory() { if (this.factory==null) { synchronized(this) { if (Constants.DEBUG) logger.debug("Creating factory"); this.factory=new DefaultServerSocketFactory(); } } return(this.factory); }
529530531532533534535536537538539
643644645646647648649650651652653