public class SctpPacket extends Object
| Constructor and Description |
|---|
SctpPacket(byte[] data,
int offset,
int length) |
SctpPacket(int sourcePort,
int destinationPort,
int verificationTag,
Chunk chunk) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(IAssociationControl association) |
void |
apply(InetSocketAddress address,
IServerChannelControl server) |
byte[] |
getBytes() |
int |
getSourcePort() |
int |
getVerificationTag() |
public SctpPacket(byte[] data,
int offset,
int length)
throws SctpException
SctpExceptionpublic SctpPacket(int sourcePort,
int destinationPort,
int verificationTag,
Chunk chunk)
public void apply(InetSocketAddress address, IServerChannelControl server) throws SctpException, IOException, InvalidKeyException, NoSuchAlgorithmException
public void apply(IAssociationControl association) throws SctpException, IOException, InvalidKeyException, NoSuchAlgorithmException
public byte[] getBytes()
public int getSourcePort()
public int getVerificationTag()
Copyright © 2005–2017 Red5. All rights reserved.