public class ClientContextChain extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
done() |
void |
postRead(Object result) |
void |
postReadException(Throwable t) |
void |
postWrite(Object[] args) |
void |
preRead() |
void |
preReadException(Throwable t) |
void |
preWrite(Object[] args) |
public void preWrite(Object[] args)
public void postWrite(Object[] args)
public void preRead()
public void preReadException(Throwable t)
public void postRead(Object result)
public void postReadException(Throwable t)
public void done()
Copyright © 2012-2016 Facebook, Inc.. All Rights Reserved.