public class Init extends Chunk
CHUNK_HEADER_SIZE| Constructor and Description |
|---|
Init(byte[] data,
int offset,
int length) |
Init(int initialTSN,
int initiateTag) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(IAssociationControl association) |
void |
apply(InetSocketAddress address,
IServerChannelControl server) |
int |
getAdvertisedReceiverWindowCredit() |
byte[] |
getBytes() |
int |
getInitialTSN() |
int |
getInitiateTag() |
int |
getNumberOfInboundStreams() |
int |
getNumberOfOutboundStreams() |
int |
getSize() |
public Init(int initialTSN,
int initiateTag)
public Init(byte[] data,
int offset,
int length)
throws SctpException
SctpExceptionpublic int getInitiateTag()
public int getAdvertisedReceiverWindowCredit()
public int getNumberOfOutboundStreams()
public int getNumberOfInboundStreams()
public int getInitialTSN()
public void apply(InetSocketAddress address, IServerChannelControl server) throws SctpException, InvalidKeyException, NoSuchAlgorithmException, IOException
apply in class ChunkSctpExceptionInvalidKeyExceptionNoSuchAlgorithmExceptionIOExceptionpublic void apply(IAssociationControl association) throws SctpException
apply in class ChunkSctpExceptionCopyright © 2005–2017 Red5. All rights reserved.