| License |
License |
|---|---|
| GroupId | GroupIdcom.github.taymindis |
| ArtifactId | ArtifactIdChanneling |
| Last Version | Last Version2.3.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionChanneling background non block IO queue
It's client mode socket channel but async run background queue with non blocking,
socket is closable whenever ask close/disconnect/drop.
Different between AsynchronousSocketChannel as this is non blocking with lambda methodology
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| Channeling-2.3.2.pom | |
| Channeling-2.3.2.jar | 68 KB |
| Channeling-2.3.2-sources.jar | 36 KB |
| Channeling-2.3.2-javadoc.jar | 537 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.taymindis/Channeling/ -->
<dependency>
<groupId>com.github.taymindis</groupId>
<artifactId>Channeling</artifactId>
<version>2.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.taymindis/Channeling/
implementation 'com.github.taymindis:Channeling:2.3.2'
// https://jarcasting.com/artifacts/com.github.taymindis/Channeling/
implementation ("com.github.taymindis:Channeling:2.3.2")
'com.github.taymindis:Channeling:jar:2.3.2'
<dependency org="com.github.taymindis" name="Channeling" rev="2.3.2">
<artifact name="Channeling" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.taymindis', module='Channeling', version='2.3.2')
)
libraryDependencies += "com.github.taymindis" % "Channeling" % "2.3.2"
[com.github.taymindis/Channeling "2.3.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.5 |