public interface IMediaTransportObject
| Modifier and Type | Method | Description |
|---|---|---|
IMediaTransportDataObject |
getDataObject() |
Gets the IMediaTransportDataObject from this transport object.
|
int |
getMaxAttempts() |
Gets the max attempts for this object.
|
long |
getRetryTime() |
Gets the retry time for this object.
|
void |
setDataObject(IMediaTransportDataObject dataObject) |
Sets the IMediaTransportDataObject object for this transport object
|
void |
setMaxAttempts(int attempts) |
Sets the max attempts for this object.
|
void |
setRetryTime(long retrytime) |
Sets the retry time for this object.
|
IMediaTransportDataObject getDataObject()
int getMaxAttempts()
long getRetryTime()
void setDataObject(IMediaTransportDataObject dataObject)
IMediaTransportDataObject - void setMaxAttempts(int attempts)
int - void setRetryTime(long retrytime)
long -