org.apache.blur.thirdparty.thrift_0_9_0.protocol
Class TBinaryProtocol.Factory

java.lang.Object
  extended by org.apache.blur.thirdparty.thrift_0_9_0.protocol.TBinaryProtocol.Factory
All Implemented Interfaces:
Serializable, TProtocolFactory
Enclosing class:
TBinaryProtocol

public static class TBinaryProtocol.Factory
extends Object
implements TProtocolFactory

Factory

See Also:
Serialized Form

Constructor Summary
TBinaryProtocol.Factory()
           
TBinaryProtocol.Factory(boolean strictRead, boolean strictWrite)
           
TBinaryProtocol.Factory(boolean strictRead, boolean strictWrite, int readLength)
           
 
Method Summary
 TProtocol getProtocol(TTransport trans)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TBinaryProtocol.Factory

public TBinaryProtocol.Factory()

TBinaryProtocol.Factory

public TBinaryProtocol.Factory(boolean strictRead,
                               boolean strictWrite)

TBinaryProtocol.Factory

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

getProtocol

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


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.