|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of LocalDevice in org.teleal.cling.mock |
---|
Methods in org.teleal.cling.mock with parameters of type LocalDevice | |
---|---|
SendingNotificationAlive |
MockUpnpService.MockProtocolFactory.createSendingNotificationAlive(LocalDevice localDevice)
|
Uses of LocalDevice in org.teleal.cling.model.message.discovery |
---|
Uses of LocalDevice in org.teleal.cling.model.meta |
---|
Methods in org.teleal.cling.model.meta that return LocalDevice | |
---|---|
LocalDevice |
LocalDevice.findDevice(UDN udn)
|
LocalDevice[] |
LocalDevice.getEmbeddedDevices()
|
LocalDevice |
LocalDevice.getRoot()
|
LocalDevice |
LocalDevice.newInstance(UDN udn,
UDAVersion version,
DeviceType type,
DeviceDetails details,
Icon[] icons,
LocalService[] services,
List<LocalDevice> embeddedDevices)
|
LocalDevice[] |
LocalDevice.toDeviceArray(Collection<LocalDevice> col)
|
Method parameters in org.teleal.cling.model.meta with type arguments of type LocalDevice | |
---|---|
LocalDevice |
LocalDevice.newInstance(UDN udn,
UDAVersion version,
DeviceType type,
DeviceDetails details,
Icon[] icons,
LocalService[] services,
List<LocalDevice> embeddedDevices)
|
LocalDevice[] |
LocalDevice.toDeviceArray(Collection<LocalDevice> col)
|
Uses of LocalDevice in org.teleal.cling.model.resource |
---|
Constructors in org.teleal.cling.model.resource with parameters of type LocalDevice | |
---|---|
DeviceDescriptorResource(URI localURI,
LocalDevice model)
|
Uses of LocalDevice in org.teleal.cling.protocol |
---|
Methods in org.teleal.cling.protocol with parameters of type LocalDevice | |
---|---|
SendingNotificationAlive |
ProtocolFactoryImpl.createSendingNotificationAlive(LocalDevice localDevice)
|
SendingNotificationAlive |
ProtocolFactory.createSendingNotificationAlive(LocalDevice localDevice)
|
SendingNotificationByebye |
ProtocolFactoryImpl.createSendingNotificationByebye(LocalDevice localDevice)
|
SendingNotificationByebye |
ProtocolFactory.createSendingNotificationByebye(LocalDevice localDevice)
|
Uses of LocalDevice in org.teleal.cling.protocol.async |
---|
Methods in org.teleal.cling.protocol.async that return LocalDevice | |
---|---|
LocalDevice |
SendingNotification.getDevice()
|
Methods in org.teleal.cling.protocol.async with parameters of type LocalDevice | |
---|---|
protected List<OutgoingNotificationRequest> |
SendingNotification.createDeviceMessages(LocalDevice device)
|
protected List<OutgoingSearchResponse> |
ReceivingSearch.createDeviceMessages(LocalDevice device)
|
protected List<OutgoingNotificationRequest> |
SendingNotification.createServiceTypeMessages(LocalDevice device)
|
protected List<OutgoingSearchResponse> |
ReceivingSearch.createServiceTypeMessages(LocalDevice device)
|
protected Locator |
SendingNotification.getDescriptorLocator(InetAddress bindingAddress,
LocalDevice device)
|
protected Locator |
ReceivingSearch.getDescriptorLocator(InetAddress bindingAddress,
LocalDevice device)
|
Constructors in org.teleal.cling.protocol.async with parameters of type LocalDevice | |
---|---|
SendingNotification(UpnpService upnpService,
LocalDevice device)
|
|
SendingNotificationAlive(UpnpService upnpService,
LocalDevice device)
|
|
SendingNotificationByebye(UpnpService upnpService,
LocalDevice device)
|
Uses of LocalDevice in org.teleal.cling.registry |
---|
Methods in org.teleal.cling.registry that return LocalDevice | |
---|---|
LocalDevice |
RegistryImpl.getLocalDevice(UDN udn,
boolean rootOnly)
|
LocalDevice |
Registry.getLocalDevice(UDN udn,
boolean rootOnly)
|
Methods in org.teleal.cling.registry that return types with arguments of type LocalDevice | |
---|---|
Collection<LocalDevice> |
RegistryImpl.getLocalDevices()
|
Collection<LocalDevice> |
Registry.getLocalDevices()
|
Methods in org.teleal.cling.registry with parameters of type LocalDevice | |
---|---|
void |
RegistryImpl.addDevice(LocalDevice localDevice)
|
void |
Registry.addDevice(LocalDevice localDevice)
|
void |
RegistryListener.localDeviceAdded(Registry registry,
LocalDevice device)
Called after you add your own device to the Registry . |
void |
DefaultRegistryListener.localDeviceAdded(Registry registry,
LocalDevice device)
|
void |
RegistryListener.localDeviceRemoved(Registry registry,
LocalDevice device)
Called after you remove your own device from the Registry . |
void |
DefaultRegistryListener.localDeviceRemoved(Registry registry,
LocalDevice device)
|
boolean |
RegistryImpl.removeDevice(LocalDevice localDevice)
|
boolean |
Registry.removeDevice(LocalDevice localDevice)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |