163164165166167168169170171172
*/ public ServerSocketFactory getFactory() { if (this.factory==null) { synchronized(this) { if (Constants.DEBUG) logger.debug("Creating factory"); this.factory=new DefaultServerSocketFactory(); } } return(this.factory); }
205206207208209210211212213214
507508509510511512513514515516517
*/ public ServerSocketFactory getFactory() { if (this.factory == null) { synchronized (this) { this.factory = new DefaultServerSocketFactory(); } } return (this.factory); }
475476477478479480481482483484485
727728729730731732733734735736737
522523524525526527528529530531532
440441442443444445446447448449450
572573574575576577578579580581582
645646647648649650651652653654655
474475476477478479480481482483484