public class RtmpConnInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private int |
state
Connection state
|
| Constructor and Description |
|---|
RtmpConnInfo()
Default constructor for RtmpConnInfo.
|
RtmpConnInfo(int state)
Constructs RtmpConnInfo with state.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getState()
Gets the connection state.
|
void |
setState(int state)
Sets the connection state.
|