クラスの使用
org.fanout.gripcontrol.Response
-
org.fanout.gripcontrolでのResponseの使用
Response型のパラメータを持つorg.fanout.gripcontrolのメソッド 修飾子とタイプ メソッド 説明 static StringGripControl. createHold(String mode, List<Channel> channels, Response response, int timeout)Create GRIP hold instructions for the specified parameters including a timeout.static StringGripControl. createHoldResponse(List<Channel> channels, Response response)Create a GRIP hold response for HTTP long-polling.static StringGripControl. createHoldResponse(List<Channel> channels, Response response, int timeout)Create a GRIP hold response for HTTP long-polling.static StringGripControl. createHoldStream(List<Channel> channels, Response response)Create a GRIP hold stream for HTTP streaming.