Methods
| Modifier and Type |
Method and Description |
void |
done(Object context,
String methodName) |
Object |
getContext(String methodName,
com.facebook.nifty.core.RequestContext requestContext) |
void |
postRead(Object context,
String methodName,
Object[] args) |
void |
postWrite(Object context,
String methodName,
Object result) |
void |
postWriteException(Object context,
String methodName,
Throwable t) |
void |
preRead(Object context,
String methodName) |
void |
preWrite(Object context,
String methodName,
Object result) |
void |
preWriteException(Object context,
String methodName,
Throwable t) |