org.apache.thrift.protocol
Class TBinaryProtocol.Factory

java.lang.Object
  extended by org.apache.thrift.protocol.TBinaryProtocol.Factory
All Implemented Interfaces:
TProtocolFactory
Enclosing class:
TBinaryProtocol

public static class TBinaryProtocol.Factory
extends java.lang.Object
implements TProtocolFactory

Factory


Field Summary
protected  boolean strictRead_
           
protected  boolean strictWrite_
           
 
Constructor Summary
TBinaryProtocol.Factory()
           
TBinaryProtocol.Factory(boolean strictRead, boolean strictWrite)
           
 
Method Summary
 TProtocol getProtocol(TTransport trans)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

strictRead_

protected boolean strictRead_

strictWrite_

protected boolean strictWrite_
Constructor Detail

TBinaryProtocol.Factory

public TBinaryProtocol.Factory()

TBinaryProtocol.Factory

public TBinaryProtocol.Factory(boolean strictRead,
                               boolean strictWrite)
Method Detail

getProtocol

public TProtocol getProtocol(TTransport trans)
Specified by:
getProtocol in interface TProtocolFactory