C

Channeling

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
https://github.com/Taymindis/Channeling
MIT License
Taymindis Woon
Files download
File Operation
Channeling-2.3.2.pom download
Apache Maven
<dependency>
  <groupId>com.github.taymindis</groupId>
  <artifactId>Channeling</artifactId>
  <version>2.3.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.taymindis:Channeling:2.3.2'
Gradle Kotlin
implementation("com.github.taymindis:Channeling:2.3.2")
Scala SBT
libraryDependencies += "com.github.taymindis" % "Channeling" % "2.3.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.taymindis', module='Channeling', version='2.3.2')
)
Apache Ivy
<dependency org="com.github.taymindis" name="Channeling" rev="2.3.2" />
Leiningen
[com.github.taymindis/Channeling "2.3.2"]
Apache Buildr
'com.github.taymindis:Channeling:jar:2.3.2'
Dependencies