| 
    YAACC - UPNP Client and Server
    
   | 
 
Default implementation. More...


Public Member Functions | |
| ControlPointImpl (UpnpServiceConfiguration configuration, ProtocolFactory protocolFactory, Registry registry) | |
| UpnpServiceConfiguration | getConfiguration () | 
| ProtocolFactory | getProtocolFactory () | 
| Registry | getRegistry () | 
| void | search (@Observes Search search) | 
| void | search () | 
| void | search (UpnpHeader searchType) | 
| void | search (int mxSeconds) | 
| void | search (UpnpHeader searchType, int mxSeconds) | 
| void | execute (ExecuteAction executeAction) | 
| Future | execute (ActionCallback callback) | 
| void | execute (SubscriptionCallback callback) | 
Protected Attributes | |
| UpnpServiceConfiguration | configuration | 
| ProtocolFactory | protocolFactory | 
| Registry | registry | 
Default implementation.
This implementation uses the executor returned by org.fourthline.cling.UpnpServiceConfiguration#getSyncProtocolExecutorService(). 
| Future org.fourthline.cling.controlpoint.ControlPointImpl.execute | ( | ActionCallback | callback | ) | 
Implements org.fourthline.cling.controlpoint.ControlPoint.
| void org.fourthline.cling.controlpoint.ControlPointImpl.execute | ( | SubscriptionCallback | callback | ) | 
Implements org.fourthline.cling.controlpoint.ControlPoint.
| UpnpServiceConfiguration org.fourthline.cling.controlpoint.ControlPointImpl.getConfiguration | ( | ) | 
Implements org.fourthline.cling.controlpoint.ControlPoint.
| ProtocolFactory org.fourthline.cling.controlpoint.ControlPointImpl.getProtocolFactory | ( | ) | 
Implements org.fourthline.cling.controlpoint.ControlPoint.
| Registry org.fourthline.cling.controlpoint.ControlPointImpl.getRegistry | ( | ) | 
Implements org.fourthline.cling.controlpoint.ControlPoint.
| void org.fourthline.cling.controlpoint.ControlPointImpl.search | ( | ) | 
Implements org.fourthline.cling.controlpoint.ControlPoint.
| void org.fourthline.cling.controlpoint.ControlPointImpl.search | ( | int | mxSeconds | ) | 
Implements org.fourthline.cling.controlpoint.ControlPoint.
| void org.fourthline.cling.controlpoint.ControlPointImpl.search | ( | UpnpHeader | searchType | ) | 
Implements org.fourthline.cling.controlpoint.ControlPoint.
| void org.fourthline.cling.controlpoint.ControlPointImpl.search | ( | UpnpHeader | searchType, | 
| int | mxSeconds | ||
| ) | 
Implements org.fourthline.cling.controlpoint.ControlPoint.