Skip to content

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

License

Notifications You must be signed in to change notification settings

mintUI9976/Signal

Repository files navigation

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