| Package | Description |
|---|---|
| org.jupnp.mock | |
| org.jupnp.protocol | |
| org.jupnp.protocol.sync | |
| org.jupnp.transport.spi |
| Modifier and Type | Method and Description |
|---|---|
ReceivingSync |
MockProtocolFactory.createReceivingSync(StreamRequestMessage requestMessage) |
| Modifier and Type | Method and Description |
|---|---|
ReceivingSync |
ProtocolFactory.createReceivingSync(StreamRequestMessage requestMessage)
Creates a
ReceivingRetrieval,
ReceivingAction,
ReceivingSubscribe,
ReceivingUnsubscribe, or
ReceivingEvent protocol. |
ReceivingSync |
ProtocolFactoryImpl.createReceivingSync(StreamRequestMessage message) |
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Field and Description |
|---|---|
protected ReceivingSync |
UpnpStream.syncProtocol |
Copyright © 2023 jUPnP.org. All rights reserved.