|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Objectcom.wowza.wms.response.ResponseFunctions
public class ResponseFunctions
ResponseFunctions: collection of ResponseFunction objects. This interface is used to asynchronously collect up a set of client responses that will be sent to the client at the next opportunity.
| Constructor Summary | |
|---|---|
ResponseFunctions()
|
|
| Method Summary | |
|---|---|
void |
add(ResponseFunction wmsResponseFunction)
Add a function. |
void |
clear()
|
boolean |
isPending()
Are there any pending items in the list. |
int |
output(java.io.OutputStream out,
int sendChunkSize)
Write all functions (in order added to list) to OutputStream. |
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResponseFunctions()
| Method Detail |
|---|
public void add(ResponseFunction wmsResponseFunction)
wmsResponseFunction - functionpublic void clear()
public boolean isPending()
public int output(java.io.OutputStream out,
int sendChunkSize)
out - OutputStream
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||