475476477478479480481482483484485
*/ public ServerSocketFactory getFactory() { if (this.factory == null) { synchronized (this) { this.factory = new DefaultServerSocketFactory(); } } return (this.factory); }
507508509510511512513514515516517
727728729730731732733734735736737
204205206207208209210211212213
*/ public ServerSocketFactory getFactory() { if (this.factory==null) { synchronized(this) { if (Constants.DEBUG) logger.debug("Creating factory"); this.factory=new DefaultServerSocketFactory(); } } return(this.factory); }
536537538539540541542543544545546
532533534535536537538539540541542
526527528529530531532533534535536
489490491492493494495496497498499
558559560561562563564565566567568
706707708709710711712713714715716