7
0
Fork
You've already forked jLichat
0
Lichat protocol library for Java https://shirakumo.github.io/jLichat/
  • Java 98%
  • Common Lisp 1.7%
  • Shell 0.3%
Find a file
2026年05月24日 19:41:36 +02:00
src Regen 2026年05月24日 19:41:36 +02:00
.gitignore Move things to use maven so we can actually compile stuff. 2017年11月28日 11:46:13 +01:00
LICENSE Update copyright 2023年07月03日 19:02:00 +02:00
pom.xml Fix crap 2022年01月16日 14:55:01 +01:00
README.md A bit better readme. 2017年11月30日 17:30:45 +01:00

About jLichat

This is a Java library implementing the client protocol for the Lichat protocol.

How To

The Client class gives you a functioning TCP client using the standard Sockets API. In order to process events as they arrive, extend the HandlerAdapter or do your own dispatching with the Handler interface. You can add as many handlers as you want to the client through the addHandler class.

The rest should be pretty self-explanatory by the source and Lichat documentation.