|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UpnpServiceConfiguration | |
---|---|
org.teleal.cling | |
org.teleal.cling.android | |
org.teleal.cling.controlpoint | |
org.teleal.cling.mock | |
org.teleal.cling.registry | |
org.teleal.cling.transport |
Uses of UpnpServiceConfiguration in org.teleal.cling |
---|
Classes in org.teleal.cling that implement UpnpServiceConfiguration | |
---|---|
class |
DefaultUpnpServiceConfiguration
Default configuration data of a typical UPnP stack. |
Fields in org.teleal.cling declared as UpnpServiceConfiguration | |
---|---|
protected UpnpServiceConfiguration |
UpnpServiceImpl.configuration
|
Methods in org.teleal.cling that return UpnpServiceConfiguration | |
---|---|
UpnpServiceConfiguration |
UpnpServiceImpl.getConfiguration()
|
UpnpServiceConfiguration |
UpnpService.getConfiguration()
|
Constructors in org.teleal.cling with parameters of type UpnpServiceConfiguration | |
---|---|
UpnpServiceImpl(UpnpServiceConfiguration configuration,
RegistryListener... registryListeners)
|
Uses of UpnpServiceConfiguration in org.teleal.cling.android |
---|
Classes in org.teleal.cling.android that implement UpnpServiceConfiguration | |
---|---|
class |
AndroidUpnpServiceConfiguration
Configuration settings for deployment on Android. |
Methods in org.teleal.cling.android that return UpnpServiceConfiguration | |
---|---|
UpnpServiceConfiguration |
AndroidWifiSwitchingRouter.getConfiguration()
|
UpnpServiceConfiguration |
AndroidUpnpServiceImpl.Binder.getConfiguration()
|
UpnpServiceConfiguration |
AndroidUpnpService.getConfiguration()
|
Constructors in org.teleal.cling.android with parameters of type UpnpServiceConfiguration | |
---|---|
AndroidWifiSwitchingRouter(UpnpServiceConfiguration configuration,
ProtocolFactory protocolFactory,
android.net.wifi.WifiManager wifiManager,
android.net.ConnectivityManager connectivityManager)
|
Uses of UpnpServiceConfiguration in org.teleal.cling.controlpoint |
---|
Fields in org.teleal.cling.controlpoint declared as UpnpServiceConfiguration | |
---|---|
protected UpnpServiceConfiguration |
ControlPointImpl.configuration
|
Methods in org.teleal.cling.controlpoint that return UpnpServiceConfiguration | |
---|---|
UpnpServiceConfiguration |
ControlPointImpl.getConfiguration()
|
UpnpServiceConfiguration |
ControlPoint.getConfiguration()
|
Constructors in org.teleal.cling.controlpoint with parameters of type UpnpServiceConfiguration | |
---|---|
ControlPointImpl(UpnpServiceConfiguration configuration,
ProtocolFactory protocolFactory,
Registry registry)
|
Uses of UpnpServiceConfiguration in org.teleal.cling.mock |
---|
Fields in org.teleal.cling.mock declared as UpnpServiceConfiguration | |
---|---|
protected UpnpServiceConfiguration |
MockUpnpService.configuration
|
Methods in org.teleal.cling.mock that return UpnpServiceConfiguration | |
---|---|
UpnpServiceConfiguration |
MockUpnpService.getConfiguration()
|
Uses of UpnpServiceConfiguration in org.teleal.cling.registry |
---|
Methods in org.teleal.cling.registry that return UpnpServiceConfiguration | |
---|---|
UpnpServiceConfiguration |
RegistryImpl.getConfiguration()
|
UpnpServiceConfiguration |
Registry.getConfiguration()
|
Uses of UpnpServiceConfiguration in org.teleal.cling.transport |
---|
Fields in org.teleal.cling.transport declared as UpnpServiceConfiguration | |
---|---|
protected UpnpServiceConfiguration |
RouterImpl.configuration
|
Methods in org.teleal.cling.transport that return UpnpServiceConfiguration | |
---|---|
UpnpServiceConfiguration |
RouterImpl.getConfiguration()
|
UpnpServiceConfiguration |
Router.getConfiguration()
|
Constructors in org.teleal.cling.transport with parameters of type UpnpServiceConfiguration | |
---|---|
RouterImpl(UpnpServiceConfiguration configuration,
ProtocolFactory protocolFactory)
Creates a NetworkAddressFactory from the given
UpnpServiceConfiguration and initializes listening services. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |