Verwendungen von Klasse
org.jupnp.model.meta.LocalDevice
Packages, die LocalDevice verwenden
Package
Beschreibung
-
Verwendungen von LocalDevice in org.jupnp.model.message.discovery
Konstruktoren in org.jupnp.model.message.discovery mit Parametern vom Typ LocalDeviceModifiziererKonstruktorBeschreibungprotectedOutgoingNotificationRequest(Location location, LocalDevice device, NotificationSubtype type) OutgoingNotificationRequestDeviceType(Location location, LocalDevice device, NotificationSubtype type) OutgoingNotificationRequestRootDevice(Location location, LocalDevice device, NotificationSubtype type) OutgoingNotificationRequestServiceType(Location location, LocalDevice device, NotificationSubtype type, ServiceType serviceType) OutgoingNotificationRequestUDN(Location location, LocalDevice device, NotificationSubtype type) OutgoingSearchResponse(IncomingDatagramMessage request, Location location, LocalDevice device) OutgoingSearchResponseDeviceType(IncomingDatagramMessage request, Location location, LocalDevice device) OutgoingSearchResponseRootDevice(IncomingDatagramMessage request, Location location, LocalDevice device) OutgoingSearchResponseServiceType(IncomingDatagramMessage request, Location location, LocalDevice device, ServiceType serviceType) OutgoingSearchResponseUDN(IncomingDatagramMessage request, Location location, LocalDevice device) -
Verwendungen von LocalDevice in org.jupnp.model.meta
Methoden in org.jupnp.model.meta, die LocalDevice zurückgebenModifizierer und TypMethodeBeschreibungLocalDevice.findDevice(UDN udn) LocalDevice.getEmbeddedDevices()LocalDevice.getRoot()LocalDevice.newInstance(UDN udn, UDAVersion version, DeviceType type, DeviceDetails details, Icon[] icons, LocalService[] services, List<LocalDevice> embeddedDevices) LocalDevice.toDeviceArray(Collection<LocalDevice> col) Methodenparameter in org.jupnp.model.meta mit Typargumenten vom Typ LocalDeviceModifizierer und TypMethodeBeschreibungLocalDevice.newInstance(UDN udn, UDAVersion version, DeviceType type, DeviceDetails details, Icon[] icons, LocalService[] services, List<LocalDevice> embeddedDevices) LocalDevice.toDeviceArray(Collection<LocalDevice> col) Konstruktoren in org.jupnp.model.meta mit Parametern vom Typ LocalDeviceModifiziererKonstruktorBeschreibungLocalDevice(DeviceIdentity identity, UDAVersion version, DeviceType type, DeviceDetails details, Icon[] icons, LocalService[] services, LocalDevice[] embeddedDevices) LocalDevice(DeviceIdentity identity, UDAVersion version, DeviceType type, DeviceDetailsProvider deviceDetailsProvider, Icon[] icons, LocalService[] services, LocalDevice[] embeddedDevices) LocalDevice(DeviceIdentity identity, DeviceType type, DeviceDetails details, Icon[] icons, LocalService[] services, LocalDevice[] embeddedDevices) LocalDevice(DeviceIdentity identity, DeviceType type, DeviceDetails details, Icon[] icons, LocalService service, LocalDevice embeddedDevice) LocalDevice(DeviceIdentity identity, DeviceType type, DeviceDetails details, Icon icon, LocalService[] services, LocalDevice[] embeddedDevices) LocalDevice(DeviceIdentity identity, DeviceType type, DeviceDetails details, Icon icon, LocalService service, LocalDevice embeddedDevice) LocalDevice(DeviceIdentity identity, DeviceType type, DeviceDetails details, LocalService[] services, LocalDevice[] embeddedDevices) LocalDevice(DeviceIdentity identity, DeviceType type, DeviceDetails details, LocalService service, LocalDevice embeddedDevice) LocalDevice(DeviceIdentity identity, DeviceType type, DeviceDetailsProvider deviceDetailsProvider, Icon[] icons, LocalService service, LocalDevice embeddedDevice) LocalDevice(DeviceIdentity identity, DeviceType type, DeviceDetailsProvider deviceDetailsProvider, LocalService service, LocalDevice embeddedDevice) -
Verwendungen von LocalDevice in org.jupnp.model.resource
Konstruktoren in org.jupnp.model.resource mit Parametern vom Typ LocalDevice -
Verwendungen von LocalDevice in org.jupnp.protocol
Methoden in org.jupnp.protocol mit Parametern vom Typ LocalDeviceModifizierer und TypMethodeBeschreibungProtocolFactory.createSendingNotificationAlive(LocalDevice localDevice) Called by theRegistry, creates a protocol for announcing local devices.ProtocolFactoryImpl.createSendingNotificationAlive(LocalDevice localDevice) ProtocolFactory.createSendingNotificationByebye(LocalDevice localDevice) Called by theRegistry, creates a protocol for announcing local devices.ProtocolFactoryImpl.createSendingNotificationByebye(LocalDevice localDevice) -
Verwendungen von LocalDevice in org.jupnp.protocol.async
Methoden in org.jupnp.protocol.async, die LocalDevice zurückgebenMethoden in org.jupnp.protocol.async mit Parametern vom Typ LocalDeviceModifizierer und TypMethodeBeschreibungprotected List<OutgoingSearchResponse> ReceivingSearch.createDeviceMessages(LocalDevice device, NetworkAddress activeStreamServer) protected List<OutgoingNotificationRequest> SendingNotification.createDeviceMessages(LocalDevice device, Location descriptorLocation) protected List<OutgoingSearchResponse> ReceivingSearch.createServiceTypeMessages(LocalDevice device, NetworkAddress activeStreamServer) protected List<OutgoingNotificationRequest> SendingNotification.createServiceTypeMessages(LocalDevice device, Location descriptorLocation) protected LocationReceivingSearch.getDescriptorLocation(NetworkAddress activeStreamServer, LocalDevice device) protected booleanReceivingSearch.isAdvertisementDisabled(LocalDevice device) Konstruktoren in org.jupnp.protocol.async mit Parametern vom Typ LocalDeviceModifiziererKonstruktorBeschreibungprotectedSendingNotification(UpnpService upnpService, LocalDevice device) SendingNotificationAlive(UpnpService upnpService, LocalDevice device) SendingNotificationByebye(UpnpService upnpService, LocalDevice device) -
Verwendungen von LocalDevice in org.jupnp.registry
Methoden in org.jupnp.registry, die LocalDevice zurückgebenModifizierer und TypMethodeBeschreibungRegistry.getLocalDevice(UDN udn, boolean rootOnly) RegistryImpl.getLocalDevice(UDN udn, boolean rootOnly) Methoden in org.jupnp.registry, die Typen mit Argumenten vom Typ LocalDevice zurückgebenMethoden in org.jupnp.registry mit Parametern vom Typ LocalDeviceModifizierer und TypMethodeBeschreibungvoidRegistry.addDevice(LocalDevice localDevice) Call this method to add your local device metadata.voidRegistry.addDevice(LocalDevice localDevice, DiscoveryOptions options) Call this method to add your local device metadata.voidRegistryImpl.addDevice(LocalDevice localDevice) voidRegistryImpl.addDevice(LocalDevice localDevice, DiscoveryOptions options) voidDefaultRegistryListener.localDeviceAdded(Registry registry, LocalDevice device) voidRegistryListener.localDeviceAdded(Registry registry, LocalDevice device) Called after you add your own device to theRegistry.voidDefaultRegistryListener.localDeviceRemoved(Registry registry, LocalDevice device) voidRegistryListener.localDeviceRemoved(Registry registry, LocalDevice device) Called after you remove your own device from theRegistry.booleanRegistry.removeDevice(LocalDevice localDevice) Call this to remove your local device metadata.booleanRegistryImpl.removeDevice(LocalDevice localDevice) -
Verwendungen von LocalDevice in org.jupnp.registry.event
Konstruktoren in org.jupnp.registry.event mit Parametern vom Typ LocalDevice