public class ContextChain extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
declaredUserException(Throwable t,
ThriftCodec<?> exceptionCodec) |
void |
done() |
void |
postRead(Object[] args) |
void |
postWrite(Object result) |
void |
postWriteException(Throwable t) |
void |
preRead() |
void |
preWrite(Object result) |
void |
preWriteException(Throwable t) |
void |
undeclaredUserException(Throwable t) |
public void preRead()
throws org.apache.thrift.TException
org.apache.thrift.TExceptionpublic void postRead(Object[] args) throws org.apache.thrift.TException
org.apache.thrift.TExceptionpublic void preWrite(Object result) throws org.apache.thrift.TException
org.apache.thrift.TExceptionpublic void preWriteException(Throwable t) throws org.apache.thrift.TException
org.apache.thrift.TExceptionpublic void postWrite(Object result) throws org.apache.thrift.TException
org.apache.thrift.TExceptionpublic void postWriteException(Throwable t) throws org.apache.thrift.TException
org.apache.thrift.TExceptionpublic void declaredUserException(Throwable t, ThriftCodec<?> exceptionCodec) throws org.apache.thrift.TException
org.apache.thrift.TExceptionpublic void undeclaredUserException(Throwable t) throws org.apache.thrift.TException
org.apache.thrift.TExceptionpublic void done()
Copyright © 2012-2016 Facebook, Inc.. All Rights Reserved.