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 TypeMethodDescriptionvoid
apply
(InetSocketAddress address, IServerChannelControl server) apply.void
apply
(IAssociationControl channel) apply.
-
Constructor Details
-
Method Details
-
apply
public void apply(IAssociationControl channel) throws SctpException, IOException, InvalidKeyException, NoSuchAlgorithmException apply.
- Specified by:
apply
in classChunk
- Parameters:
channel
- aIAssociationControl
object- 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:
apply
in classChunk
- Parameters:
address
- aInetSocketAddress
objectserver
- aIServerChannelControl
object- Throws:
SctpException
- if any.InvalidKeyException
- if any.NoSuchAlgorithmException
- if any.IOException
- if any.
-