public interface IHTTPStreamerSession
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCORSHeaders() |
boolean |
isActive()
Never seen it being false, it is true even after you call @see #rejectSession()
|
boolean |
isSecure()
Returns true if the HTTP streaming happens over SSL
|
void |
rejectSession()
It can be used to get rid of the player using this session, the player gets HTTP 403 when it asks for the next media chunk.
|
boolean |
setSecure(boolean isSecure)
I guess makes no sense for you to call it, this is called by the HTTP Streamers itself to set the flag to true if SSL is used.
|
boolean isActive()
void rejectSession()
boolean isSecure()
boolean setSecure(boolean isSecure)
isSecure - the secure flagjava.lang.String getCORSHeaders()