|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.smaxe.app.uv.agent.RtmpClientInfo.Configuration
public static final class RtmpClientInfo.Configuration
Configuration
- RtmpClientInfo
configuration constants.
Field Summary | |
---|---|
static java.lang.String |
CONNECTION_DOWNLOAD_BANDWIDTH
CONNECTION_DOWNLOAD_BANDWIDTH - "connectionDownloadBandwidth" :
connection download bandwidth (default: -1 (no bandwidth limit)). |
static java.lang.String |
CONNECTION_UPLOAD_BANDWIDTH
CONNECTION_UPLOAD_BANDWIDTH - "connectionUploadBandwidth" :
connection upload bandwidth (default: -1 (no bandwidth limit)). |
static java.lang.String |
GATHER_SESSION_INFO
GATHER_SESSION_INFO - "gatherSessionInfo" :
'gather session info' flag (default: true). |
static java.lang.String |
LOGGER
LOGGER - "logger" : responsible for logging. |
static java.lang.String |
METHOD_INVOKER
METHOD_INVOKER - "methodInvoker" : responsible for
methods invocation. |
static java.lang.String |
NOTIFICATION_TIMEOUT
NOTIFICATION_TIMEOUT - "notificationTimeout" :
notification timeout (default: 1000 ms (1 second)). |
static java.lang.String |
OBJECT_CREATOR
OBJECT_CREATOR - "objectCreator" : responsible for
creating custom objects. |
static java.lang.String |
OBJECT_ENCODING
OBJECT_ENCODING - "objectEncoding" :
object encoding (default: 0). |
static java.lang.String |
PROXY
PROXY - "proxy" : Proxy instance or null. |
static java.lang.String |
SESSION_TIME
SESSION_TIME - "sessionTime" :
session time (default: -1 (indefinite, no session time limit)). |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String OBJECT_ENCODING
OBJECT_ENCODING
- "objectEncoding" :
object encoding (default: 0).
public static final java.lang.String SESSION_TIME
SESSION_TIME
- "sessionTime" :
session time (default: -1 (indefinite, no session time limit)).
public static final java.lang.String NOTIFICATION_TIMEOUT
NOTIFICATION_TIMEOUT
- "notificationTimeout" :
notification timeout (default: 1000 ms (1 second)).
public static final java.lang.String CONNECTION_DOWNLOAD_BANDWIDTH
CONNECTION_DOWNLOAD_BANDWIDTH
- "connectionDownloadBandwidth" :
connection download bandwidth (default: -1 (no bandwidth limit)).
public static final java.lang.String CONNECTION_UPLOAD_BANDWIDTH
CONNECTION_UPLOAD_BANDWIDTH
- "connectionUploadBandwidth" :
connection upload bandwidth (default: -1 (no bandwidth limit)).
public static final java.lang.String GATHER_SESSION_INFO
GATHER_SESSION_INFO
- "gatherSessionInfo" :
'gather session info' flag (default: true).
public static final java.lang.String METHOD_INVOKER
METHOD_INVOKER
- "methodInvoker" : responsible for
methods invocation.
public static final java.lang.String OBJECT_CREATOR
OBJECT_CREATOR
- "objectCreator" : responsible for
creating custom objects.
public static final java.lang.String LOGGER
LOGGER
- "logger" : responsible for logging.
public static final java.lang.String PROXY
PROXY
- "proxy" : Proxy
instance or null.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |