Uses of Class
org.apache.thrift.protocol.TProtocol

Packages that use TProtocol
org.apache.thrift   
org.apache.thrift.protocol   
 

Uses of TProtocol in org.apache.thrift
 

Methods in org.apache.thrift that return TProtocol
 TProtocol TServiceClient.getInputProtocol()
          Get the TProtocol being used as the input (read) protocol.
 TProtocol TServiceClient.getOutputProtocol()
          Get the TProtocol being used as the output (write) protocol.
 

Methods in org.apache.thrift with parameters of type TProtocol
 T TServiceClientFactory.getClient(TProtocol prot)
          Get a brand-new T using prot as both the input and output protocol.
 T TServiceClientFactory.getClient(TProtocol iprot, TProtocol oprot)
          Get a brand new T using the specified input and output protocols.
 boolean TProcessor.process(TProtocol in, TProtocol out)
           
 void TUnion.read(TProtocol iprot)
           
 void TBase.read(TProtocol iprot)
          Reads the TObject from the given input protocol.
static TApplicationException TApplicationException.read(TProtocol iprot)
           
 void TUnion.write(TProtocol oprot)
           
 void TBase.write(TProtocol oprot)
          Writes the objects out to the protocol
 void TApplicationException.write(TProtocol oprot)
           
 

Uses of TProtocol in org.apache.thrift.protocol
 

Subclasses of TProtocol in org.apache.thrift.protocol
 class TBinaryProtocol
          Binary protocol implementation for thrift.
 class TCompactProtocol
          TCompactProtocol2 is the Java implementation of the compact protocol specified in THRIFT-110.
 class TJSONProtocol
          JSON protocol implementation for thrift.
 class TSimpleJSONProtocol
          JSON protocol implementation for thrift.
 

Methods in org.apache.thrift.protocol that return TProtocol
 TProtocol TSimpleJSONProtocol.Factory.getProtocol(TTransport trans)
           
 TProtocol TProtocolFactory.getProtocol(TTransport trans)
           
 TProtocol TJSONProtocol.Factory.getProtocol(TTransport trans)
           
 TProtocol TCompactProtocol.Factory.getProtocol(TTransport trans)
           
 TProtocol TBinaryProtocol.Factory.getProtocol(TTransport trans)
           
 

Methods in org.apache.thrift.protocol with parameters of type TProtocol
static void TProtocolUtil.skip(TProtocol prot, byte type)
          Skips over the next data element from the provided input TProtocol object.
static void TProtocolUtil.skip(TProtocol prot, byte type, int maxDepth)
          Skips over the next data element from the provided input TProtocol object.
 



Copyright © 2010. All Rights Reserved.