|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReceivingAsync | |
---|---|
org.fourthline.cling.mock | |
org.fourthline.cling.protocol | |
org.fourthline.cling.protocol.async | |
org.fourthline.cling.protocol.sync |
Uses of ReceivingAsync in org.fourthline.cling.mock |
---|
Methods in org.fourthline.cling.mock that return ReceivingAsync | |
---|---|
ReceivingAsync |
MockProtocolFactory.createReceivingAsync(IncomingDatagramMessage message)
|
Uses of ReceivingAsync in org.fourthline.cling.protocol |
---|
Subclasses of ReceivingAsync in org.fourthline.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.fourthline.cling.protocol that return ReceivingAsync | |
---|---|
ReceivingAsync |
ProtocolFactoryImpl.createReceivingAsync(IncomingDatagramMessage message)
|
ReceivingAsync |
ProtocolFactory.createReceivingAsync(IncomingDatagramMessage message)
Creates a ReceivingNotification ,
ReceivingSearch ,
or ReceivingSearchResponse protocol. |
protected ReceivingAsync |
ProtocolFactoryImpl.createReceivingNotification(IncomingDatagramMessage<UpnpRequest> incomingRequest)
|
protected ReceivingAsync |
ProtocolFactoryImpl.createReceivingSearch(IncomingDatagramMessage<UpnpRequest> incomingRequest)
|
protected ReceivingAsync |
ProtocolFactoryImpl.createReceivingSearchResponse(IncomingDatagramMessage<UpnpResponse> incomingResponse)
|
Uses of ReceivingAsync in org.fourthline.cling.protocol.async |
---|
Subclasses of ReceivingAsync in org.fourthline.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.fourthline.cling.protocol.sync |
---|
Subclasses of ReceivingAsync in org.fourthline.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 |