584585586587588589590591592593594
*/ public ServerSocketFactory getFactory() { if (this.factory == null) { synchronized (this) { this.factory = new DefaultServerSocketFactory(); } } return (this.factory); }
599600601602603604605606607608609
204205206207208209210211212213
*/ public ServerSocketFactory getFactory() { if (this.factory==null) { synchronized(this) { if (Constants.DEBUG) logger.debug("Creating factory"); this.factory=new DefaultServerSocketFactory(); } } return(this.factory); }
541542543544545546547548549550551
483484485486487488489490491492493
474475476477478479480481482483484
645646647648649650651652653654655
669670671672673674675676677678679
691692693694695696697698699700701
646647648649650651652653654655656