public class CookieEcho extends Chunk
CHUNK_HEADER_SIZE| Constructor and Description |
|---|
CookieEcho(byte[] cookie) |
CookieEcho(byte[] data,
int offset,
int length) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(IAssociationControl channel) |
void |
apply(InetSocketAddress address,
IServerChannelControl server) |
byte[] |
getBytes() |
public CookieEcho(byte[] data,
int offset,
int length)
throws SctpException
SctpExceptionpublic CookieEcho(byte[] cookie)
public void apply(IAssociationControl channel) throws SctpException, IOException
apply in class ChunkSctpExceptionIOExceptionpublic void apply(InetSocketAddress address, IServerChannelControl server) throws SctpException, InvalidKeyException, NoSuchAlgorithmException, IOException
apply in class ChunkSctpExceptionInvalidKeyExceptionNoSuchAlgorithmExceptionIOExceptionCopyright © 2005–2017 Red5. All rights reserved.