public final class InitAck extends Chunk
CHUNK_HEADER_SIZE| Constructor and Description |
|---|
InitAck(byte[] data,
int offset,
int length) |
InitAck(int initiateTag,
int initialTSN,
StateCookie stateCookie,
Mac mac) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(IAssociationControl channel) |
void |
apply(InetSocketAddress address,
IServerChannelControl server) |
int |
getAdvertisedReceiverWindowCredit() |
byte[] |
getBytes() |
int |
getInitialTSN() |
int |
getInitiateTag() |
int |
getNumberOfInboundStreams() |
int |
getNumberOfOutboundStreams() |
int |
getSize() |
public InitAck(byte[] data,
int offset,
int length)
throws SctpException
SctpExceptionpublic InitAck(int initiateTag,
int initialTSN,
StateCookie stateCookie,
Mac mac)
throws InvalidKeyException,
NoSuchAlgorithmException
public void apply(IAssociationControl channel) throws IOException, InvalidKeyException, NoSuchAlgorithmException, SctpException
apply in class ChunkIOExceptionInvalidKeyExceptionNoSuchAlgorithmExceptionSctpExceptionpublic void apply(InetSocketAddress address, IServerChannelControl server) throws SctpException
apply in class ChunkSctpExceptionpublic int getInitiateTag()
public int getAdvertisedReceiverWindowCredit()
public int getNumberOfOutboundStreams()
public int getNumberOfInboundStreams()
public int getInitialTSN()
Copyright © 2005–2017 Red5. All rights reserved.