|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OctoshapePortListener
Listener interface which listens for the Octoshape Service to start up.
Once the Octoshape is running it will bind to a port and call #onPortBound(int)
.
Octoshape will on default always connect on localhost.
The Octoshape Service includes a webserver, hosting a minimal flash player which can be used for RTMP playback on Android devices, which do not support HLS playback.
Method Summary | |
---|---|
void |
onPortBound(java.lang.String host,
int port)
Called once Octoshape has launched properbly and has bound to localhost at the specified port. |
Method Detail |
---|
void onPortBound(java.lang.String host, int port)
ip
- of the host the Octoshape client is running onport
- which Octoshape client has bound
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |