Package org.red5.io.sctp.packet.chunks
Class CookieAck
java.lang.Object
org.red5.io.sctp.packet.chunks.Chunk
org.red5.io.sctp.packet.chunks.CookieAck
CookieAck class.
- Author:
- mondain
-
Field Summary
Fields inherited from class org.red5.io.sctp.packet.chunks.Chunk
CHUNK_HEADER_SIZE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(InetSocketAddress address, IServerChannelControl server) apply.voidapply(IAssociationControl channel) apply.
-
Constructor Details
-
CookieAck
public CookieAck()Constructor for CookieAck.
-
-
Method Details
-
apply
public void apply(IAssociationControl channel) throws SctpException, IOException, InvalidKeyException, NoSuchAlgorithmException apply.
- Specified by:
applyin classChunk- Parameters:
channel- aIAssociationControlobject- Throws:
SctpException- if any.IOException- if any.InvalidKeyException- if any.NoSuchAlgorithmException- if any.
-
apply
public void apply(InetSocketAddress address, IServerChannelControl server) throws SctpException, InvalidKeyException, NoSuchAlgorithmException, IOException apply.
- Specified by:
applyin classChunk- Parameters:
address- aInetSocketAddressobjectserver- aIServerChannelControlobject- Throws:
SctpException- if any.InvalidKeyException- if any.NoSuchAlgorithmException- if any.IOException- if any.
-