| Package | Description |
|---|---|
| org.jitsi.sctp4j |
| Modifier and Type | Method and Description |
|---|---|
static SctpSocket |
Sctp.createSocket(int localPort)
Creates new SctpSocket for given SCTP port.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UdpLink.onConnOut(SctpSocket s,
byte[] packetData)
Callback triggered by SctpSocket whenever it wants to send some
network packet.
|
void |
NetworkLink.onConnOut(SctpSocket s,
byte[] packet)
Callback triggered by SctpSocket whenever it wants to send some
network packet.
|
void |
SctpSocket.NotificationListener.onSctpNotification(SctpSocket socket,
SctpNotification notification)
Fired when usrsctp stack sends notification.
|
| Constructor and Description |
|---|
UdpLink(SctpSocket sctpSocket,
String localIp,
int localPort,
String remoteIp,
int remotePort)
Creates new instance of UdpConnection.
|
Copyright © 2021 jitsi.org. All rights reserved.