dk.i1.sctp
Class SCTPNotificationAssociationChange

java.lang.Object
  extended by dk.i1.sctp.SCTPChunk
      extended by dk.i1.sctp.SCTPNotification
          extended by dk.i1.sctp.SCTPNotificationAssociationChange
Direct Known Subclasses:
SCTPNotificationAssociationChangeCantStartAssociation, SCTPNotificationAssociationChangeCommLost, SCTPNotificationAssociationChangeCommUp, SCTPNotificationAssociationChangeRestart, SCTPNotificationAssociationChangeShutdownComplete

public abstract class SCTPNotificationAssociationChange
extends SCTPNotification

Notification that an association has been created, lost or not created. This notification is further subclasses into:

SCTPNotificationAssociationChangeCommUp
SCTPNotificationAssociationChangeCommLost
SCTPNotificationAssociationChangeRestart
SCTPNotificationAssociationChangeShutdownComplete
SCTPNotificationAssociationChangeCantStartAssociation


Nested Class Summary
static class SCTPNotificationAssociationChange.State
           
 
Nested classes/interfaces inherited from class dk.i1.sctp.SCTPNotification
SCTPNotification.Type
 
Field Summary
 AssociationId sac_assoc_id
           
 short sac_error
           
 short sac_flags
           
 short sac_inbound_streams
          Maximum number of inbound streams
 short sac_outbound_streams
          Maximum number of outbound streams
 SCTPNotificationAssociationChange.State sac_state
           
 short sac_type
           
 
Fields inherited from class dk.i1.sctp.SCTPNotification
flags, type
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sac_type

public final short sac_type

sac_flags

public final short sac_flags

sac_state

public final SCTPNotificationAssociationChange.State sac_state

sac_error

public final short sac_error

sac_outbound_streams

public final short sac_outbound_streams
Maximum number of outbound streams


sac_inbound_streams

public final short sac_inbound_streams
Maximum number of inbound streams


sac_assoc_id

public final AssociationId sac_assoc_id