mintUI9976 / Signal

A library for java with the native java socket technology and in combination with the custom bytebuffer allocator technology by boonproject

Repository from Github https://github.commintUI9976/SignalRepository from Github https://github.commintUI9976/Signal

A library for java with the native java socket technology and in combination with the custom bytebuffer allocator technology by boonproject




BoonProject   •   License

  • usable with jdk 11 and above
  • usable via Jvm hotspot and java9
  • byte compression implemented
  • better framework
  • remove injection scopes / ipAddress check
  • better thread allocation
  • configurable delay timeout
    • in combination with keep a live delay
    • client timed out event call (Server - Client side)
    • custom timeout inspector
  • interception event implemented
  • custom event system implemented
  • custom packet system implemented
  • live ByteBuf allocator(none specific length) big thanks to boon

Implementation / Gradle

maven { url 'https://jitpack.io' }
implementation 'com.github.mintUI9976:Signal:Tag'

Learn about Signal

About

A library for java with the native java socket technology and in combination with the custom bytebuffer allocator technology by boonproject

License:MIT License


Languages

Language:Java 100.0%