| Package | Description |
|---|---|
| org.red5.server | |
| org.red5.server.api |
| Modifier and Type | Field and Description |
|---|---|
protected IConnection.Duty |
BaseConnection.duty
Duty type
|
| Modifier and Type | Method and Description |
|---|---|
IConnection.Duty |
BaseConnection.getDuty()
Get the duty for this connection; this is not meant nor expected to remain static.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BaseConnection.setDuty(IConnection.Duty duty) |
| Modifier and Type | Method and Description |
|---|---|
IConnection.Duty |
IConnection.getDuty()
Get the duty for this connection; this is not meant nor expected to remain static.
|
static IConnection.Duty |
IConnection.Duty.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IConnection.Duty[] |
IConnection.Duty.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2005–2017 Red5. All rights reserved.