jar

com.twitter : libthrift

Maven & Gradle

Oct 27, 2016
33 usages

libthrift · Thrift is a software framework for scalable cross-language services development. This fork is due to a concurrency issue in 0.5.0 that we didn't get upstreamed.

Table Of Contents

Latest Version

Download com.twitter : libthrift JAR file - Latest Versions:

All Versions

Download com.twitter : libthrift JAR file - All Versions:

Version Vulnerabilities Size Updated
0.5.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window libthrift-0.5.0-7.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.apache.thrift

├─ org.apache.thrift.EncodingUtils.class - [JAR]

├─ org.apache.thrift.ShortStack.class - [JAR]

├─ org.apache.thrift.TApplicationException.class - [JAR]

├─ org.apache.thrift.TBase.class - [JAR]

├─ org.apache.thrift.TBaseHelper.class - [JAR]

├─ org.apache.thrift.TByteArrayOutputStream.class - [JAR]

├─ org.apache.thrift.TDeserializer.class - [JAR]

├─ org.apache.thrift.TEnum.class - [JAR]

├─ org.apache.thrift.TException.class - [JAR]

├─ org.apache.thrift.TFieldIdEnum.class - [JAR]

├─ org.apache.thrift.TFieldRequirementType.class - [JAR]

├─ org.apache.thrift.TProcessor.class - [JAR]

├─ org.apache.thrift.TProcessorFactory.class - [JAR]

├─ org.apache.thrift.TSerializer.class - [JAR]

├─ org.apache.thrift.TServiceClient.class - [JAR]

├─ org.apache.thrift.TServiceClientFactory.class - [JAR]

├─ org.apache.thrift.TUnion.class - [JAR]

org.apache.thrift.async

├─ org.apache.thrift.async.AsyncMethodCallback.class - [JAR]

├─ org.apache.thrift.async.TAsyncClient.class - [JAR]

├─ org.apache.thrift.async.TAsyncClientFactory.class - [JAR]

├─ org.apache.thrift.async.TAsyncClientManager.class - [JAR]

├─ org.apache.thrift.async.TAsyncMethodCall.class - [JAR]

org.apache.thrift.transport

├─ org.apache.thrift.transport.AutoExpandingBuffer.class - [JAR]

├─ org.apache.thrift.transport.AutoExpandingBufferReadTransport.class - [JAR]

├─ org.apache.thrift.transport.AutoExpandingBufferWriteTransport.class - [JAR]

├─ org.apache.thrift.transport.TFastFramedTransport.class - [JAR]

├─ org.apache.thrift.transport.TFramedTransport.class - [JAR]

├─ org.apache.thrift.transport.THttpClient.class - [JAR]

├─ org.apache.thrift.transport.TIOStreamTransport.class - [JAR]

├─ org.apache.thrift.transport.TMemoryBuffer.class - [JAR]

├─ org.apache.thrift.transport.TMemoryInputTransport.class - [JAR]

├─ org.apache.thrift.transport.TNonblockingServerSocket.class - [JAR]

├─ org.apache.thrift.transport.TNonblockingServerTransport.class - [JAR]

├─ org.apache.thrift.transport.TNonblockingSocket.class - [JAR]

├─ org.apache.thrift.transport.TNonblockingTransport.class - [JAR]

├─ org.apache.thrift.transport.TSaslClientTransport.class - [JAR]

├─ org.apache.thrift.transport.TSaslServerTransport.class - [JAR]

├─ org.apache.thrift.transport.TSaslTransport.class - [JAR]

├─ org.apache.thrift.transport.TServerSocket.class - [JAR]

├─ org.apache.thrift.transport.TServerTransport.class - [JAR]

├─ org.apache.thrift.transport.TSocket.class - [JAR]

├─ org.apache.thrift.transport.TTransport.class - [JAR]

├─ org.apache.thrift.transport.TTransportException.class - [JAR]

├─ org.apache.thrift.transport.TTransportFactory.class - [JAR]

org.apache.thrift.meta_data

├─ org.apache.thrift.meta_data.EnumMetaData.class - [JAR]

├─ org.apache.thrift.meta_data.FieldMetaData.class - [JAR]

├─ org.apache.thrift.meta_data.FieldValueMetaData.class - [JAR]

├─ org.apache.thrift.meta_data.ListMetaData.class - [JAR]

├─ org.apache.thrift.meta_data.MapMetaData.class - [JAR]

├─ org.apache.thrift.meta_data.SetMetaData.class - [JAR]

├─ org.apache.thrift.meta_data.StructMetaData.class - [JAR]

org.apache.thrift.protocol

├─ org.apache.thrift.protocol.TBase64Utils.class - [JAR]

├─ org.apache.thrift.protocol.TBinaryProtocol.class - [JAR]

├─ org.apache.thrift.protocol.TCompactProtocol.class - [JAR]

├─ org.apache.thrift.protocol.TField.class - [JAR]

├─ org.apache.thrift.protocol.TJSONProtocol.class - [JAR]

├─ org.apache.thrift.protocol.TList.class - [JAR]

├─ org.apache.thrift.protocol.TMap.class - [JAR]

├─ org.apache.thrift.protocol.TMessage.class - [JAR]

├─ org.apache.thrift.protocol.TMessageType.class - [JAR]

├─ org.apache.thrift.protocol.TProtocol.class - [JAR]

├─ org.apache.thrift.protocol.TProtocolException.class - [JAR]

├─ org.apache.thrift.protocol.TProtocolFactory.class - [JAR]

├─ org.apache.thrift.protocol.TProtocolUtil.class - [JAR]

├─ org.apache.thrift.protocol.TSet.class - [JAR]

├─ org.apache.thrift.protocol.TSimpleJSONProtocol.class - [JAR]

├─ org.apache.thrift.protocol.TStruct.class - [JAR]

├─ org.apache.thrift.protocol.TType.class - [JAR]

org.apache.thrift.server

├─ org.apache.thrift.server.THsHaServer.class - [JAR]

├─ org.apache.thrift.server.TNonblockingServer.class - [JAR]

├─ org.apache.thrift.server.TServer.class - [JAR]

├─ org.apache.thrift.server.TServlet.class - [JAR]

├─ org.apache.thrift.server.TSimpleServer.class - [JAR]

├─ org.apache.thrift.server.TThreadPoolServer.class - [JAR]

Advertisement

Dependencies from Group

Feb 11, 2021
200 usages
2.6k stars
Feb 11, 2021
144 usages
8.7k stars
Mar 24, 2016
144 usages
Feb 11, 2021
136 usages
8.7k stars
Dec 26, 2022
122 usages
2.6k stars

Discover Dependencies

Jan 19, 2022
4 usages
12 stars
Jan 26, 2023
4 usages
44 stars
Oct 25, 2016
4 usages
83 stars
Apr 07, 2022
4 usages
689 stars
Apr 28, 2017
4 usages
23 stars
May 25, 2020
6 usages
5.1k stars
Oct 31, 2018
13 usages
34 stars
Oct 31, 2018
10 usages
34 stars
Oct 31, 2018
5 usages
34 stars
Aug 09, 2023
5 usages
1.5k stars