dk.i1.sctp
Class SCTPChunk

java.lang.Object
  extended by dk.i1.sctp.SCTPChunk
Direct Known Subclasses:
SCTPData, SCTPNotification

public abstract class SCTPChunk
extends java.lang.Object

An SCTP chunk, data or notification. SCTPSocket.receive() returns instances that are subclasses of SCTPChunk. The actual type depends on what happened. The most commonly received chunk is SCTPData.

Class hierarchy:

SCTPChunk
        SCTPData
        SCTPNotification
                SCTPNotificationAssociationChange
                        SCTPNotificationAssociationChangeCommUp
                        SCTPNotificationAssociationChangeCommLost
                        SCTPNotificationAssociationChangeRestart
                        SCTPNotificationAssociationChangeShutdownComplete
                        SCTPNotificationAssociationChangeCantStartAssociation
                SCTPNotificationPeerAddressChange
                SCTPNotificationRemoteError
                SCTPNotificationSendFailed
                SCTPNotificationShutdownEvent
                SCTPNotificationAdaptationIndication
                SCTPNotificationPartialDeliveryEvent


Constructor Summary
SCTPChunk()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SCTPChunk

public SCTPChunk()