} // will only be called if an exception occurs public void onException(IOException ioe) { // ... } // overrides the onException method by handling socket timeout exceptions public void onException(SocketTimeoutException stoe) { // ... } }
@author grro@xlightweb.org
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.