https://github.com/androiddevelop/javaexample
Java Example
https://github.com/androiddevelop/javaexample
Last synced: about 2 months ago
JSON representation
Java Example
- Host: GitHub
- URL: https://github.com/androiddevelop/javaexample
- Owner: androiddevelop
- License: apache-2.0
- Created: 2016-12-08T15:41:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-03-10T00:16:24.000Z (over 6 years ago)
- Last Synced: 2025-01-27T10:44:54.065Z (over 1 year ago)
- Language: Java
- Homepage: http://www.codeboy.me
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# java-example
#### 端口转发 (me.codeboy.example.portforward)
- 使用socket将本地端口进行转发
- CS模式端口转发
#### Json序列化和反序列化 (me.codeboy.example.json)