| Modifier and Type | Method and Description |
|---|---|
static String |
GripControl.createHold(String mode,
List<Channel> channels,
Response response,
int timeout)
Create GRIP hold instructions for the specified parameters including a timeout.
|
static String |
GripControl.createHoldResponse(List<Channel> channels,
Response response)
Create a GRIP hold response for HTTP long-polling.
|
static String |
GripControl.createHoldResponse(List<Channel> channels,
Response response,
int timeout)
Create a GRIP hold response for HTTP long-polling.
|
static String |
GripControl.createHoldStream(List<Channel> channels,
Response response)
Create a GRIP hold stream for HTTP streaming.
|
Copyright © 2015. All rights reserved.