public class Sctp extends Object implements Protocol
Sctp.Builder
(mutable).
Includes support for the following OpenFlow match fields:
Modifier and Type | Class and Description |
---|---|
static class |
Sctp.Builder
Builder (mutable) used to create new protocol instances.
|
static class |
Sctp.CheckSumType
Checksum type needed during encoding.
|
static class |
Sctp.Chunk
Chunk data store (immutable).
|
Modifier and Type | Method and Description |
---|---|
long |
checkSum()
Returns the decoded checksum value.
|
Sctp.CheckSumType |
checkSumType()
Returns the checksum algorithm type.
|
Sctp.Chunk[] |
chunks()
Returns a copy of the chunks array.
|
int |
dstPort()
Returns the destination port.
|
ProtocolId |
id()
Returns the protocol ID.
|
int |
srcPort()
Returns the source port.
|
String |
toDebugString()
Returns the protocol debug string.
|
String |
toString() |
long |
verifyTag()
Returns the decoded verify tag.
|
public ProtocolId id()
Protocol
public int srcPort()
public int dstPort()
public Sctp.CheckSumType checkSumType()
public long checkSum()
public long verifyTag()
public Sctp.Chunk[] chunks()
public String toDebugString()
Protocol
toDebugString
in interface Protocol
Copyright © 2015. All Rights Reserved.