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

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

public static class TJSONProtocol.Factory
extends Object
implements TProtocolFactory

Factory for JSON protocol objects

See Also:
Serialized Form

Constructor Summary
TJSONProtocol.Factory()
           
 
Method Summary
 TProtocol getProtocol(TTransport trans)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TJSONProtocol.Factory

public TJSONProtocol.Factory()
Method Detail

getProtocol

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


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