|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdk.i1.sctp.SCTPChunk
public abstract class SCTPChunk
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 |
---|
public SCTPChunk()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |