public interface IAssociationControl
| Modifier and Type | Interface and Description |
|---|---|
static class |
IAssociationControl.State |
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_ADVERTISE_RECEIVE_WINDOW_CREDIT |
static int |
DEFAULT_NUMBER_OF_INBOUND_STREAM |
static int |
DEFAULT_NUMBER_OF_OUTBOUND_STREAM |
static int |
VALID_COOKIE_TIME |
| Modifier and Type | Method and Description |
|---|---|
int |
getDestinationPort() |
int |
getSourcePort() |
IAssociationControl.State |
getState() |
int |
getVerificationTag() |
void |
sendPacket(SctpPacket packet) |
void |
setState(IAssociationControl.State state) |
static final int VALID_COOKIE_TIME
static final int DEFAULT_ADVERTISE_RECEIVE_WINDOW_CREDIT
static final int DEFAULT_NUMBER_OF_OUTBOUND_STREAM
static final int DEFAULT_NUMBER_OF_INBOUND_STREAM
IAssociationControl.State getState()
void setState(IAssociationControl.State state)
int getDestinationPort()
int getSourcePort()
void sendPacket(SctpPacket packet) throws IOException
IOExceptionint getVerificationTag()
Copyright © 2005–2017 Red5. All rights reserved.