public interface IServerChannelControl
| Modifier and Type | Method and Description |
|---|---|
boolean |
addPendingChannel(InetSocketAddress address,
int initialTSN,
int verificationTag) |
Mac |
getMac() |
IAssociationControl |
getPendingChannel(InetSocketAddress address) |
int |
getPort() |
Random |
getRandom() |
void |
removePendingChannel(InetSocketAddress address) |
void |
send(SctpPacket packet,
InetSocketAddress address) |
void removePendingChannel(InetSocketAddress address)
boolean addPendingChannel(InetSocketAddress address, int initialTSN, int verificationTag) throws SocketException
SocketExceptionIAssociationControl getPendingChannel(InetSocketAddress address)
Mac getMac()
Random getRandom()
int getPort()
void send(SctpPacket packet, InetSocketAddress address) throws IOException
IOExceptionCopyright © 2005–2017 Red5. All rights reserved.