public abstract static class BaseRepositoryImpl.HttpTestConnection<T extends HttpMethod> extends TaskRepository.CancellableConnection
Constructor and Description |
---|
HttpTestConnection(T method) |
Modifier and Type | Method and Description |
---|---|
void |
cancel() |
protected void |
doTest() |
protected abstract void |
doTest(T method) |
call
protected T extends HttpMethod myMethod
public HttpTestConnection(T method)
protected void doTest() throws java.lang.Exception
doTest
in class TaskRepository.CancellableConnection
java.lang.Exception
public void cancel()
cancel
in class TaskRepository.CancellableConnection
protected abstract void doTest(T method) throws java.lang.Exception
java.lang.Exception