public abstract class ConnectionRetriableClient extends Object
ConnectionRetriableClient(int retryCount)
abstract Object
doExecute(URL url, String method)
Object
execute(URL url, String method)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ConnectionRetriableClient(int retryCount)
public Object execute(URL url, String method) throws IOException
IOException
public abstract Object doExecute(URL url, String method) throws Exception
Exception
Copyright © 2015 Apache Software Foundation. All Rights Reserved.