| Modifier and Type | Method and Description |
|---|---|
MediaStatus |
Channel.load(Session session,
StandardRequest.Load loadRequest,
boolean synchronous,
long responseTimeout)
Asks the targeted remote application to execute the specified
StandardRequest.Load request. |
MediaStatus |
Session.load(StandardRequest.Load loadRequest,
boolean synchronous)
Asks the remote application to execute the specified
StandardRequest.Load
request, using Channel.DEFAULT_RESPONSE_TIMEOUT as the timeout
value. |
MediaStatus |
Session.load(StandardRequest.Load loadRequest,
boolean synchronous,
long responseTimeout)
Asks the remote application to execute the specified
StandardRequest.Load
request. |
Copyright © 2022. All rights reserved.