Package org.apache.thrift.transport

Class Summary
TFramedTransport Socket implementation of the TTransport interface.
TFramedTransport.Factory  
THttpClient HTTP implementation of the TTransport interface.
TIOStreamTransport This is the most commonly used base transport.
TMemoryBuffer Memory buffer-based implementation of the TTransport interface.
TNonblockingServerSocket Wrapper around ServerSocketChannel
TNonblockingServerTransport Server transport that can be operated in a nonblocking fashion.
TNonblockingSocket Socket implementation of the TTransport interface.
TNonblockingTransport  
TServerSocket Wrapper around ServerSocket for Thrift.
TServerTransport Server transport.
TSocket Socket implementation of the TTransport interface.
TTransport Generic class that encapsulates the I/O layer.
TTransportFactory Factory class used to create wrapped instance of Transports.
 

Exception Summary
TTransportException Transport exceptions.