|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IConnectionNotify
IConnectionNotify: internal class to manage connection counting
| Method Summary | |
|---|---|
void |
onAcceptConnection(ConnectionCounter connectionCounter,
com.wowza.wms.client.ConnectionHolder connectionHolder,
java.util.Date date,
long stamp)
Triggered when client connection accepted |
void |
onDisconnect(ConnectionCounter connectionCounter,
com.wowza.wms.client.ConnectionHolder connectionHolder,
boolean isValid,
java.util.Date date,
long stamp)
Triggered when client disconnected |
void |
onRejectConnection(ConnectionCounter connectionCounter,
com.wowza.wms.client.ConnectionHolder connectionHolder,
int reason,
java.util.Date date,
long stamp)
Triggered when client connection rejected |
| Method Detail |
|---|
void onAcceptConnection(ConnectionCounter connectionCounter,
com.wowza.wms.client.ConnectionHolder connectionHolder,
java.util.Date date,
long stamp)
connectionCounter - connectionHolder - date - stamp -
void onDisconnect(ConnectionCounter connectionCounter,
com.wowza.wms.client.ConnectionHolder connectionHolder,
boolean isValid,
java.util.Date date,
long stamp)
connectionCounter - connectionHolder - isValid - date - stamp -
void onRejectConnection(ConnectionCounter connectionCounter,
com.wowza.wms.client.ConnectionHolder connectionHolder,
int reason,
java.util.Date date,
long stamp)
connectionCounter - connectionHolder - reason - date - stamp -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||