A simple local upnp server implementation.
More...
|
|
IBinder | onBind (Intent intent) |
| |
|
void | onCreate () |
| |
|
int | onStartCommand (Intent intent, int flags, int startId) |
| |
|
void | onDestroy () |
| |
|
void | onTaskRemoved (Intent rootIntent) |
| |
|
void | updateNotification () |
| | Update notification with current server status.
|
| |
|
void | onSharedPreferenceChanged (SharedPreferences sharedPreferences, String key) |
| |
|
NetworkDeviceListener | getNetworkDeviceListener () |
| |
|
Registry | getRegistry () |
| |
|
void | onNetworkStateChange () |
| |
|
boolean | isInitialized () |
| |
|
SystemAudioCaptureService | getAudioCapture () |
| |
|
ScreenCastCaptureService | getVideoCapture () |
| |
|
CombinedCaptureService | getCombinedCapture () |
| |
|
void | restartServer () |
| |
|
|
static final String | PROXY_LINK_KEY_PREFIX = "proxy_link_" |
| |
|
static final String | PROXY_LINK_MIME_TYPE_KEY_PREFIX = "proxy_link_mime_type" |
| |
|
static final String | PROXY_PATH = "proxy" |
| |
|
static final String | SAF_PATH = "saf" |
| |
|
static final int | LOCK_TIMEOUT = 5000 |
| |
|
static int | PORT = 49157 |
| |
| static ServiceType[] | EXCLUSIVE_SERVER_TYPES |
| |
A simple local upnp server implementation.
This class encapsulate the creation and registration of local upnp services. it is implemented as a android service in order to run in background
- Author
- Tobias Schoene (openbit)
◆ EXCLUSIVE_SERVER_TYPES
| ServiceType [] de.yaacc.upnp.server.YaaccUpnpServerService.EXCLUSIVE_SERVER_TYPES |
|
static |
Initial value:= new ServiceType[]{
new UDAServiceType("AVTransport"),
new UDAServiceType("ContentDirectory"),
new UDAServiceType("ConnectionManager"),
new UDAServiceType("RenderingControl"),
new UDAServiceType("X_MS_MediaReceiverRegistrar")}
The documentation for this class was generated from the following file:
- /github/workspace/yaacc/src/main/java/de/yaacc/upnp/server/YaaccUpnpServerService.java