public static class RequestExecutorHandlers.PrepareResult extends RequestExecutorHandlers.Result implements RequestExecutor.PrepareHandler
completed, error, notices
Constructor and Description |
---|
PrepareResult() |
Modifier and Type | Method and Description |
---|---|
Type[] |
getDescribedParameterTypes(Context context) |
ResultField[] |
getDescribedResultFields() |
void |
handleComplete(TypeRef[] parameterTypes,
ResultField[] resultFields,
List<Notice> notices) |
await, getError, getNotices, handleError, isCompleted, isValid
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
handleError
public Type[] getDescribedParameterTypes(Context context) throws IOException
IOException
public ResultField[] getDescribedResultFields()
public void handleComplete(TypeRef[] parameterTypes, ResultField[] resultFields, List<Notice> notices)
handleComplete
in interface RequestExecutor.PrepareHandler