| Package | Description |
|---|---|
| org.red5.io.sctp | |
| org.red5.io.sctp.packet | |
| org.red5.io.sctp.packet.chunks |
| Modifier and Type | Method and Description |
|---|---|
abstract SctpChannel |
SctpServerChannel.accept() |
SctpChannel |
SctpServerChanneOverUDP.accept() |
boolean |
SctpChannel.connect(InetSocketAddress address) |
boolean |
Association.setUp(InetSocketAddress address) |
| Modifier and Type | Method and Description |
|---|---|
void |
SctpPacket.apply(IAssociationControl association) |
void |
SctpPacket.apply(InetSocketAddress address,
IServerChannelControl server) |
| Constructor and Description |
|---|
SctpHeader(byte[] data,
int offset,
int length) |
SctpPacket(byte[] data,
int offset,
int length) |
| Modifier and Type | Method and Description |
|---|---|
void |
CookieAck.apply(IAssociationControl channel) |
void |
InitAck.apply(IAssociationControl channel) |
abstract void |
Chunk.apply(IAssociationControl channel) |
void |
CookieEcho.apply(IAssociationControl channel) |
void |
Init.apply(IAssociationControl association) |
void |
CookieAck.apply(InetSocketAddress address,
IServerChannelControl server) |
void |
InitAck.apply(InetSocketAddress address,
IServerChannelControl server) |
abstract void |
Chunk.apply(InetSocketAddress address,
IServerChannelControl server) |
void |
CookieEcho.apply(InetSocketAddress address,
IServerChannelControl server) |
void |
Init.apply(InetSocketAddress address,
IServerChannelControl server) |
static Chunk |
ChunkFactory.createChunk(byte[] data,
int offset,
int length) |
| Constructor and Description |
|---|
Chunk(byte[] data,
int offset,
int length) |
CookieEcho(byte[] data,
int offset,
int length) |
Init(byte[] data,
int offset,
int length) |
InitAck(byte[] data,
int offset,
int length) |
Copyright © 2005–2017 Red5. All rights reserved.