Package voyeur
Class SSDP
-
- All Implemented Interfaces:
SSDPDiscoveryService.Listener,Serializable,Cloneable,ConcurrentMap<URI,SSDPMessage>,ConcurrentNavigableMap<URI,SSDPMessage>,Map<URI,SSDPMessage>,NavigableMap<URI,SSDPMessage>,SortedMap<URI,SSDPMessage>
@Service public class SSDP extends SSDPDiscoveryCache
SSDPDiscoveryCacheService.Injected Field Summary
Annotation(s) Field @Value(value="${ssdp.product}")privateStringproduct- Author:
- Allen D. Ball
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
-
-
Constructor Summary
Constructors Constructor Description SSDP()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()voidinit()-
Methods inherited from class ball.upnp.ssdp.SSDPDiscoveryCache
receiveEvent, register, sendEvent, unregister
-
Methods inherited from class java.util.concurrent.ConcurrentSkipListMap
ceilingEntry, ceilingKey, clear, clone, comparator, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, descendingKeySet, descendingMap, entrySet, equals, firstEntry, firstKey, floorEntry, floorKey, forEach, get, getOrDefault, headMap, headMap, higherEntry, higherKey, isEmpty, keySet, lastEntry, lastKey, lowerEntry, lowerKey, merge, navigableKeySet, pollFirstEntry, pollLastEntry, put, putIfAbsent, remove, remove, replace, replace, replaceAll, size, subMap, subMap, tailMap, tailMap, values
-
Methods inherited from class java.util.AbstractMap
hashCode, putAll, toString
-
-
-
-
Constructor Detail
-
SSDP
public SSDP()
-
-
Method Detail
-
init
@PostConstruct public void init() throws Exception
- Throws:
Exception
-
destroy
@PreDestroy public void destroy()
-
-