请参阅: 说明
类 | 说明 |
---|---|
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. |