Skip to content

hanshsieh/line_thrift_java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LINE Thrift Java

LINE Java library generated from thrift file. This isn't official Java client. This is generated from the Thrift file of LINE internal protocol that is used by desktop client. The thrift file s based on the file, and has been modified a little.
The Java code was generated with the following command on Windows:

thrift-0.9.3.exe --gen java:beans=,fullcamel= -out src/main/java line.thrift

It was generated from Thrift 0.9.3 instead of 0.10.0 because TServiceClient in 0.10.0 will print log in the stdout. It has been resolved by a ticket, but it hasn't been shipped with new release version.

About

LINE Java library generated from thrift file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages