|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LocalDevice | |
---|---|
org.teleal.cling.model.message.discovery | |
org.teleal.cling.model.meta | |
org.teleal.cling.protocol | |
org.teleal.cling.protocol.async | |
org.teleal.cling.registry |
Uses of LocalDevice in org.teleal.cling.model.message.discovery |
---|
Constructors in org.teleal.cling.model.message.discovery with parameters of type LocalDevice | |
---|---|
OutgoingNotificationRequest(java.net.InetAddress localAddress,
int localStreamPort,
LocalDevice device,
NotificationSubtype type)
|
|
OutgoingNotificationRequestDeviceType(java.net.InetAddress localAddress,
int localStreamPort,
LocalDevice device,
NotificationSubtype type)
|
|
OutgoingNotificationRequestRootDevice(java.net.InetAddress localAddress,
int localStreamPort,
byte[] localHardwareAddress,
LocalDevice device,
NotificationSubtype type)
|
|
OutgoingNotificationRequestServiceType(java.net.InetAddress localAddress,
int localStreamPort,
LocalDevice device,
NotificationSubtype type,
ServiceType serviceType)
|
|
OutgoingNotificationRequestUDN(java.net.InetAddress localAddress,
int localStreamPort,
LocalDevice device,
NotificationSubtype type)
|
|
OutgoingSearchResponse(IncomingDatagramMessage request,
int localStreamPort,
byte[] localHardwareAddress,
LocalDevice device)
|
|
OutgoingSearchResponseDeviceType(IncomingDatagramMessage request,
int localStreamPort,
byte[] localHardwareAddress,
LocalDevice device)
|
|
OutgoingSearchResponseRootDevice(IncomingDatagramMessage request,
int localStreamPort,
byte[] localHardwareAddress,
LocalDevice device)
|
|
OutgoingSearchResponseRootDeviceUDN(IncomingDatagramMessage request,
int localStreamPort,
byte[] localHardwareAddress,
LocalDevice device)
|
|
OutgoingSearchResponseServiceType(IncomingDatagramMessage request,
int localStreamPort,
byte[] localHardwareAddress,
LocalDevice device,
ServiceType serviceType)
|
|
OutgoingSearchResponseUDN(IncomingDatagramMessage request,
int localStreamPort,
byte[] localHardwareAddress,
LocalDevice device)
|
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.findDevices(DeviceType deviceType)
|
LocalDevice[] |
LocalDevice.findDevices(ServiceType serviceType)
|
LocalDevice[] |
LocalDevice.findEmbeddedDevices()
|
LocalDevice |
LocalDevice.getRoot()
|
LocalDevice |
LocalDevice.newInstance(UDN udn,
UDAVersion version,
DeviceType type,
DeviceDetails details,
Icon[] icons,
DeviceService<LocalService>[] deviceServices,
java.util.List<LocalDevice> embeddedDevices)
|
Methods in org.teleal.cling.model.meta that return types with arguments of type LocalDevice | |
---|---|
static java.lang.reflect.Constructor<LocalDevice> |
LocalDevice.getConstructor()
|
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,
DeviceService<LocalService>[] deviceServices,
java.util.List<LocalDevice> embeddedDevices)
|
Constructors in org.teleal.cling.model.meta with parameters of type LocalDevice | |
---|---|
LocalDevice(DeviceIdentity identity,
DeviceType type,
DeviceDetails details,
Icon[] icons,
DeviceService<LocalService>[] deviceServices,
LocalDevice[] embeddedDevices)
|
|
LocalDevice(DeviceIdentity identity,
UDAVersion version,
DeviceType type,
DeviceDetails details,
Icon[] icons,
DeviceService<LocalService>[] deviceServices,
LocalDevice[] embeddedDevices)
|
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 java.util.List<OutgoingNotificationRequest> |
SendingNotification.createDeviceMessages(LocalDevice device)
|
protected java.util.List<OutgoingSearchResponse> |
ReceivingSearch.createDeviceMessages(LocalDevice device)
|
protected java.util.List<OutgoingNotificationRequest> |
SendingNotification.createServiceTypeMessages(LocalDevice device)
|
protected java.util.List<OutgoingSearchResponse> |
ReceivingSearch.createServiceTypeMessages(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 | |
---|---|
java.util.Collection<LocalDevice> |
RegistryImpl.getLocalDevices()
|
java.util.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)
|
void |
DefaultRegistryListener.localDeviceAdded(Registry registry,
LocalDevice device)
|
void |
RegistryListener.localDeviceRemoved(Registry registry,
LocalDevice device)
|
void |
DefaultRegistryListener.localDeviceRemoved(Registry registry,
LocalDevice device)
|
boolean |
RegistryImpl.removeDevice(LocalDevice localDevice)
|
boolean |
Registry.removeDevice(LocalDevice localDevice)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |