public static class SctpNotification.AssociationChange extends SctpNotification
SctpNotification.AssociationChange, SctpNotification.PeerAddressChange, SctpNotification.SenderDry, SctpNotification.SendFailed, SctpNotification.StreamReset| Modifier and Type | Field and Description |
|---|---|
long |
assocId |
int |
error |
int |
inboundStreams |
int |
outboundStreams |
static int |
SCTP_ASSOC_SUPPORTS_ASCONF |
static int |
SCTP_ASSOC_SUPPORTS_AUTH |
static int |
SCTP_ASSOC_SUPPORTS_MAX |
static int |
SCTP_ASSOC_SUPPORTS_MULTIBUF |
static int |
SCTP_ASSOC_SUPPORTS_PR |
static int |
SCTP_ASSOC_SUPPORTS_RE_CONFIG |
static int |
SCTP_CANT_STR_ASSOC |
static int |
SCTP_COMM_LOST |
static int |
SCTP_COMM_UP |
static int |
SCTP_RESTART |
static int |
SCTP_SHUTDOWN_COMP |
int |
state |
buffer, SCTP_ADAPTATION_INDICATION, SCTP_ASSOC_CHANGE, SCTP_ASSOC_RESET_EVENT, SCTP_AUTHENTICATION_EVENT, SCTP_NOTIFICATIONS_STOPPED_EVENT, SCTP_PARTIAL_DELIVERY_EVENT, SCTP_PEER_ADDR_CHANGE, SCTP_REMOTE_ERROR, SCTP_SEND_FAILED, SCTP_SEND_FAILED_EVENT, SCTP_SENDER_DRY_EVENT, SCTP_SHUTDOWN_EVENT, SCTP_STREAM_CHANGE_EVENT, SCTP_STREAM_RESET_EVENT, sn_flags, sn_length, sn_type| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
parsepublic static final int SCTP_COMM_UP
public static final int SCTP_COMM_LOST
public static final int SCTP_RESTART
public static final int SCTP_SHUTDOWN_COMP
public static final int SCTP_CANT_STR_ASSOC
public static final int SCTP_ASSOC_SUPPORTS_PR
public static final int SCTP_ASSOC_SUPPORTS_AUTH
public static final int SCTP_ASSOC_SUPPORTS_ASCONF
public static final int SCTP_ASSOC_SUPPORTS_MULTIBUF
public static final int SCTP_ASSOC_SUPPORTS_RE_CONFIG
public static final int SCTP_ASSOC_SUPPORTS_MAX
public final int state
public final int error
public final int outboundStreams
public final int inboundStreams
public final long assocId
public String toString()
toString in class SctpNotificationCopyright © 2021 jitsi.org. All rights reserved.