public class StreamingOracle extends ContentOracle
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PATH_START |
theInstance
Constructor and Description |
---|
StreamingOracle() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
demultiplex(Request cReqL,
Response cRepL)
the main function of the oracle, is to demux the request and produce an
output that is relative to the request.
|
byte[] |
getNextBatch(Request cReqL,
Response cRepL) |
int |
getStreamInterval() |
static ContentOracle |
Instance() |
java.lang.String |
publishStream(StreamBundle a,
java.lang.String path) |
getDelegatedOracle
public static final java.lang.String PATH_START
public java.lang.String publishStream(StreamBundle a, java.lang.String path)
public static ContentOracle Instance()
public java.lang.String demultiplex(Request cReqL, Response cRepL)
ContentOracle
demultiplex
in class ContentOracle
public int getStreamInterval()