A library for java with the native java socket technology and in combination with the custom bytebuffer allocator technology by boonproject
BoonProject • Website • License • Gitlab • Github • Twitter
- 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)
- look at SignalCaller
- custom timeout inspector
- interception event implemented
- custom event system implemented
- custom packet system implemented
- live ByteBuf allocator(none specific length) big thanks to boon
- look at ReadingByteBuffer
- look at WritingByteBuffer
- look at InputStreamThread
- look at OutputStreamThread
maven{url"https://gitlab.zyonicsoftware.com/api/v4/projects/144/packages/maven"} compile group:'com.zyonicsoftware.minereaper.signal',name:'Signal',version:'v1.0.7-TEST'<dependency> <groupId>com.zyonicsoftware.minereaper.signal</groupId> <artifactId>Signal</artifactId> <version>v1.0.7-TEST</version> </dependency>mvn dependency:get -Dartifact=com.zyonicsoftware.minereaper.signal:Signal:v1.0.7-TEST<repositories> <repository> <id>gitlab-maven</id> <url>https://gitlab.zyonicsoftware.com/api/v4/projects/144/packages/maven</url> </repository> </repositories> <distributionManagement> <repository> <id>gitlab-maven</id> <url>https://gitlab.zyonicsoftware.com/api/v4/projects/144/packages/maven</url> </repository> <snapshotRepository> <id>gitlab-maven</id> <url>https://gitlab.zyonicsoftware.com/api/v4/projects/144/packages/maven</url> </snapshotRepository> </distributionManagement>- Signal example guide, Signal Explained