All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
void |
done(Object context,
String methodName) |
Object |
getContext(String methodName,
com.facebook.nifty.client.ClientRequestContext requestContext) |
void |
postRead(Object context,
String methodName,
Object result) |
void |
postReadException(Object context,
String methodName,
Throwable t) |
void |
postWrite(Object context,
String methodName,
Object[] args) |
void |
preRead(Object context,
String methodName) |
void |
preReadException(Object context,
String methodName,
Throwable t) |
void |
preWrite(Object context,
String methodName,
Object[] args) |