|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReceivingAsync | |
---|---|
org.teleal.cling.protocol | |
org.teleal.cling.protocol.async | |
org.teleal.cling.protocol.sync |
Uses of ReceivingAsync in org.teleal.cling.protocol |
---|
Subclasses of ReceivingAsync in org.teleal.cling.protocol | |
---|---|
class |
ReceivingSync<IN extends StreamRequestMessage,OUT extends StreamResponseMessage>
Supertype for all synchronously executing protocols, handling reception of UPnP messages and return a response. |
Methods in org.teleal.cling.protocol that return ReceivingAsync | |
---|---|
ReceivingAsync |
ProtocolFactoryImpl.createReceivingAsync(IncomingDatagramMessage message)
|
ReceivingAsync |
ProtocolFactory.createReceivingAsync(IncomingDatagramMessage message)
Creates a ReceivingNotification ,
ReceivingSearch ,
or ReceivingSearchResponse protocol. |
Uses of ReceivingAsync in org.teleal.cling.protocol.async |
---|
Subclasses of ReceivingAsync in org.teleal.cling.protocol.async | |
---|---|
class |
ReceivingNotification
Handles reception of notification messages. |
class |
ReceivingSearch
Handles reception of search requests, responds for local registered devices. |
class |
ReceivingSearchResponse
Handles reception of search response messages. |
Uses of ReceivingAsync in org.teleal.cling.protocol.sync |
---|
Subclasses of ReceivingAsync in org.teleal.cling.protocol.sync | |
---|---|
class |
ReceivingAction
Handles reception of control messages, invoking actions on local services. |
class |
ReceivingEvent
Handles incoming GENA event messages. |
class |
ReceivingRetrieval
Handles reception of device/service descriptor and icon retrieval messages. |
class |
ReceivingSubscribe
Handles reception of GENA event subscription (initial and renewal) messages. |
class |
ReceivingUnsubscribe
Handles reception of GENA event unsubscribe messages. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |