summaryrefslogtreecommitdiff
path: root/tutorial/java/src/JavaClient.java
Commit message (Collapse)AuthorAgeFilesLines
* THRIFT-5553: use newer gradle API (#2561)Jiayu Liu2022-05-081-4/+4
| | | | Prepare for moving to Gradle 7 by removing use of older Gradle directives (except the use of maven; the transition to maven-publish is not included here)
* THRIFT-1084 Typo fixesRoger Meier2011-03-041-1/+1
| | | | | | | Patch: Bruce Mitchener git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1077939 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-106. java: TSSLServerSocketBryan Duxbury2010-10-191-40/+61
| | | | | | | | This patch adds support for SSL-encrypted client and server sockets. Patch: Nirmal Ranganathan git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@1024328 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-387. Add license headers to a bunch of filesDavid Reiss2009-03-301-0/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@760189 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-34 Java libraries should be namespaced under org.apache.thrift, not ↵Bryan Duxbury2009-01-151-6/+6
| | | | | | | | | | com.facebook.thrift Library classes and tests have been moved to the proper package and directory structure, and references to com.facebook.thrift where replaced with org.apache.thrift throughout the code. The fb303 contrib project still contains com.facebook packages. git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@734855 13f79535-47bb-0310-9956-ffa450edef68
* Thrift: Whitespace cleanup.David Reiss2008-02-061-4/+4
| | | | | | | | | | | | | | | | | Summary: - Expanded tabs to spaces where spaces were the norm. - Deleted almost all trailing whitespace. - Added newlines to the ends of a few files. - Ran dos2unix on one file or two. Reviewed By: mcslee Test Plan: git diff -b Revert Plan: ok git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665467 13f79535-47bb-0310-9956-ffa450edef68
* Forgot to add Java tutorials to thriftMark Slee2007-04-101-0/+66
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665090 13f79535-47bb-0310-9956-ffa450edef68