类 | 说明 |
---|---|
SctpEchoClient |
Sends one message when a connection is open and echoes back any received
data to the server over SCTP connection.
|
SctpEchoClientHandler |
Handler implementation for the SCTP echo client.
|
SctpEchoServer |
Echoes back any received data from a SCTP client.
|
SctpEchoServerHandler |
Handler implementation for the SCTP echo server.
|