|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UpnpService | |
---|---|
org.teleal.cling | |
org.teleal.cling.mock | |
org.teleal.cling.protocol | |
org.teleal.cling.protocol.async | |
org.teleal.cling.protocol.sync |
Uses of UpnpService in org.teleal.cling |
---|
Classes in org.teleal.cling that implement UpnpService | |
---|---|
class |
UpnpServiceImpl
|
Uses of UpnpService in org.teleal.cling.mock |
---|
Classes in org.teleal.cling.mock that implement UpnpService | |
---|---|
class |
MockUpnpService
|
Methods in org.teleal.cling.mock with parameters of type UpnpService | |
---|---|
protected ProtocolFactory |
MockUpnpService.createProtocolFactory(UpnpService service,
boolean sendsAlive)
|
Constructors in org.teleal.cling.mock with parameters of type UpnpService | |
---|---|
MockUpnpService.MockProtocolFactory(UpnpService upnpService,
boolean sendsAlive)
|
Uses of UpnpService in org.teleal.cling.protocol |
---|
Fields in org.teleal.cling.protocol declared as UpnpService | |
---|---|
protected UpnpService |
ProtocolFactoryImpl.upnpService
|
Methods in org.teleal.cling.protocol that return UpnpService | |
---|---|
UpnpService |
SendingAsync.getUpnpService()
|
UpnpService |
RetrieveRemoteDescriptors.getUpnpService()
|
UpnpService |
ReceivingAsync.getUpnpService()
|
UpnpService |
ProtocolFactoryImpl.getUpnpService()
|
UpnpService |
ProtocolFactory.getUpnpService()
|
Constructors in org.teleal.cling.protocol with parameters of type UpnpService | |
---|---|
ProtocolFactoryImpl(UpnpService upnpService)
|
|
ReceivingAsync(UpnpService upnpService,
M inputMessage)
|
|
ReceivingSync(UpnpService upnpService,
IN inputMessage)
|
|
RetrieveRemoteDescriptors(UpnpService upnpService,
RemoteDevice rd)
|
|
SendingAsync(UpnpService upnpService)
|
|
SendingAsync(UpnpService upnpService,
InetAddress destinationAddress,
int destinationPort)
|
|
SendingSync(UpnpService upnpService)
|
|
SendingSync(UpnpService upnpService,
IN inputMessage)
|
Uses of UpnpService in org.teleal.cling.protocol.async |
---|
Constructors in org.teleal.cling.protocol.async with parameters of type UpnpService | |
---|---|
ReceivingNotification(UpnpService upnpService,
IncomingDatagramMessage<UpnpRequest> inputMessage)
|
|
ReceivingSearch(UpnpService upnpService,
IncomingDatagramMessage<UpnpRequest> inputMessage)
|
|
ReceivingSearchResponse(UpnpService upnpService,
IncomingDatagramMessage<UpnpResponse> inputMessage)
|
|
SendingNotification(UpnpService upnpService,
LocalDevice device)
|
|
SendingNotificationAlive(UpnpService upnpService,
LocalDevice device)
|
|
SendingNotificationByebye(UpnpService upnpService,
LocalDevice device)
|
|
SendingSearch(UpnpService upnpService)
|
|
SendingSearch(UpnpService upnpService,
UpnpHeader searchTarget)
|
Uses of UpnpService in org.teleal.cling.protocol.sync |
---|
Constructors in org.teleal.cling.protocol.sync with parameters of type UpnpService | |
---|---|
ReceivingAction(UpnpService upnpService,
StreamRequestMessage inputMessage)
|
|
ReceivingEvent(UpnpService upnpService,
StreamRequestMessage inputMessage)
|
|
ReceivingRetrieval(UpnpService upnpService,
StreamRequestMessage inputMessage)
|
|
ReceivingSubscribe(UpnpService upnpService,
StreamRequestMessage inputMessage)
|
|
ReceivingUnsubscribe(UpnpService upnpService,
StreamRequestMessage inputMessage)
|
|
SendingAction(UpnpService upnpService,
ActionInvocation actionInvocation,
URL controlURL)
|
|
SendingEvent(UpnpService upnpService,
LocalGENASubscription subscription)
|
|
SendingRenewal(UpnpService upnpService,
RemoteGENASubscription subscription)
|
|
SendingSubscribe(UpnpService upnpService,
RemoteGENASubscription subscription)
|
|
SendingUnsubscribe(UpnpService upnpService,
RemoteGENASubscription subscription)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |