socketchannel
There are 10 repositories under socketchannel topic.
aliakh/demo-sockets-io-nio-nio2
'Java sockets I/O: blocking, non-blocking and asynchronous' article and source code
samigehi/AsyncSocket
Asynchronous socket (client+server) continues communications
tth05/SCNet
Java SocketChannel wrapper library for one-to-one connections
mtumilowicz/java12-nio-non-blocking-selector-server-workshop
Non-blocking implementations of server using java.nio selectors: single and thread pooled.
gnocuohz/LANSharing
LAN File Sharing Based on JAVA NIO
naseemakhtar994/AsyncSocket
Asynchronous socket (client+server) continues communications
indaos/ReactiveSmppStreams
Implementation of smpp client using NIO and reactive streams
PejperO/Passtime-Server
Passtime-Server is a Java-based server application that logs and processes client queries regarding elapsed time. The server handles multiple clients concurrently using non-blocking I/O and multiplexing of socket channels. Clients can log in, request elapsed time information for given date ranges, and log out. Configuration is provided via a YAML
happyflyer/Java-NIO
解锁网络编程之 NIO 的前世今生,语雀浏览链接:https://www.yuque.com/happyflyer/java-topics/bov6w0
mtumilowicz/java12-nio-blocking-client-server-workshop
Blocking implementations of server using java.nio: single thread.