Interface
caplin.sl4badapter.providers

SL4BConnectionService

Provides information about the status of a connection to a streaming server.

Constructor Summary

Attributes Name and Description
caplin.sl4badapter.providers.SL4BConnectionService()

Method Summary

Attributes Name and Description
void addConnectionListener(SL4B_ConnectionListener the)

Adds a connection listener to the underlying Streamlink instance.

void loginOk()

******************************************************************************************* SL4B_ConnectionListener Interface Implementation *********************************************************************************************

void logout()

Logs out the user from Streamlink.

void reconnect()

Causes Streamlink to perform a full reconnection.

void start()

Starts the Streamlink instance

void stop()

Stops the Streamlink instance.

Constructor Detail

caplin.sl4badapter.providers.SL4BConnectionService()

Method Detail

void addConnectionListener(SL4B_ConnectionListener the)

Adds a connection listener to the underlying Streamlink instance.

Parameters
SL4B_ConnectionListener the connection listener to add

void loginOk()

******************************************************************************************* SL4B_ConnectionListener Interface Implementation *********************************************************************************************

void logout()

Logs out the user from Streamlink.

void reconnect()

Causes Streamlink to perform a full reconnection.

void start()

Starts the Streamlink instance

void stop()

Stops the Streamlink instance.