See: Description
Class | Description |
---|---|
NioSctpChannel |
SctpChannel implementation which use non-blocking mode and allows to read /
write SctpMessage s to the underlying SctpChannel . |
NioSctpServerChannel |
SctpServerChannel implementation which use non-blocking mode to accept new
connections and create the NioSctpChannel for them. |
Copyright © 2008–2024 The Netty Project. All rights reserved.