dk.i1.sctp
Class SCTPNotificationPeerAddressChange

java.lang.Object
  extended by dk.i1.sctp.SCTPChunk
      extended by dk.i1.sctp.SCTPNotification
          extended by dk.i1.sctp.SCTPNotificationPeerAddressChange

public class SCTPNotificationPeerAddressChange
extends SCTPNotification


Nested Class Summary
 
Nested classes/interfaces inherited from class dk.i1.sctp.SCTPNotification
SCTPNotification.Type
 
Field Summary
static int SCTP_ADDR_ADDED
           
static int SCTP_ADDR_AVAILABLE
           
static int SCTP_ADDR_CONFIRMED
           
static int SCTP_ADDR_MADE_PRIM
           
static int SCTP_ADDR_REMOVED
           
static int SCTP_ADDR_UNREACHABLE
           
 java.net.InetSocketAddress spc_aaddr
           
 int spc_error
           
 int spc_state
           
 
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

spc_aaddr

public final java.net.InetSocketAddress spc_aaddr

SCTP_ADDR_AVAILABLE

public static final int SCTP_ADDR_AVAILABLE
See Also:
Constant Field Values

SCTP_ADDR_UNREACHABLE

public static final int SCTP_ADDR_UNREACHABLE
See Also:
Constant Field Values

SCTP_ADDR_REMOVED

public static final int SCTP_ADDR_REMOVED
See Also:
Constant Field Values

SCTP_ADDR_ADDED

public static final int SCTP_ADDR_ADDED
See Also:
Constant Field Values

SCTP_ADDR_MADE_PRIM

public static final int SCTP_ADDR_MADE_PRIM
See Also:
Constant Field Values

SCTP_ADDR_CONFIRMED

public static final int SCTP_ADDR_CONFIRMED
See Also:
Constant Field Values

spc_state

public final int spc_state

spc_error

public final int spc_error