|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InitializationException | |
|---|---|
| org.teleal.cling.android | |
| org.teleal.cling.transport | |
| org.teleal.cling.transport.impl | |
| org.teleal.cling.transport.impl.apache | |
| org.teleal.cling.transport.spi | |
| Uses of InitializationException in org.teleal.cling.android |
|---|
| Methods in org.teleal.cling.android that throw InitializationException | |
|---|---|
protected void |
AndroidNetworkAddressFactory.discoverBindAddresses()
|
| Constructors in org.teleal.cling.android that throw InitializationException | |
|---|---|
AndroidNetworkAddressFactory(android.net.wifi.WifiManager wifiManager)
Defaults to an ephemeral port. |
|
| Uses of InitializationException in org.teleal.cling.transport |
|---|
| Constructors in org.teleal.cling.transport that throw InitializationException | |
|---|---|
RouterImpl(UpnpServiceConfiguration configuration,
ProtocolFactory protocolFactory)
Creates a NetworkAddressFactory from the given
UpnpServiceConfiguration and initializes listening services. |
|
| Uses of InitializationException in org.teleal.cling.transport.impl |
|---|
| Methods in org.teleal.cling.transport.impl that throw InitializationException | |
|---|---|
protected void |
NetworkAddressFactoryImpl.discoverBindAddresses()
|
protected void |
NetworkAddressFactoryImpl.discoverNetworkInterfaces()
|
void |
StreamServerImpl.init(InetAddress bindAddress,
Router router)
|
void |
DatagramIOImpl.init(InetAddress bindAddress,
Router router,
DatagramProcessor datagramProcessor)
|
void |
MulticastReceiverImpl.init(NetworkInterface networkInterface,
Router router,
DatagramProcessor datagramProcessor)
|
| Constructors in org.teleal.cling.transport.impl that throw InitializationException | |
|---|---|
NetworkAddressFactoryImpl()
Defaults to an ephemeral port. |
|
NetworkAddressFactoryImpl(int streamListenPort)
|
|
StreamClientImpl(StreamClientConfigurationImpl configuration)
|
|
| Uses of InitializationException in org.teleal.cling.transport.impl.apache |
|---|
| Methods in org.teleal.cling.transport.impl.apache that throw InitializationException | |
|---|---|
void |
StreamServerImpl.init(InetAddress bindAddress,
Router router)
|
| Constructors in org.teleal.cling.transport.impl.apache that throw InitializationException | |
|---|---|
StreamClientImpl(StreamClientConfigurationImpl configuration)
|
|
| Uses of InitializationException in org.teleal.cling.transport.spi |
|---|
| Methods in org.teleal.cling.transport.spi that throw InitializationException | |
|---|---|
void |
StreamServer.init(InetAddress bindAddress,
Router router)
Configures the service and starts any listening sockets. |
void |
DatagramIO.init(InetAddress bindAddress,
Router router,
DatagramProcessor datagramProcessor)
Configures the service and starts any listening sockets. |
void |
MulticastReceiver.init(NetworkInterface networkInterface,
Router router,
DatagramProcessor datagramProcessor)
Configures the service and starts any listening sockets. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||