Package org.jupnp.controlpoint
Klasse ControlPointImpl
java.lang.Object
org.jupnp.controlpoint.ControlPointImpl
- Alle implementierten Schnittstellen:
ControlPoint
Default implementation.
This implementation uses the executor returned by
UpnpServiceConfiguration.getSyncProtocolExecutorService().
- Autor:
- Christian Bauer
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected UpnpServiceConfigurationprotected ProtocolFactoryprotected Registry -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedControlPointImpl(UpnpServiceConfiguration configuration, ProtocolFactory protocolFactory, Registry registry) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungexecute(ActionCallback callback) voidexecute(ExecuteAction executeAction) voidexecute(SubscriptionCallback callback) voidsearch()voidsearch(int mxSeconds) voidvoidsearch(UpnpHeader searchType) voidsearch(UpnpHeader searchType, int mxSeconds)
-
Felddetails
-
configuration
-
protocolFactory
-
registry
-
-
Konstruktordetails
-
ControlPointImpl
protected ControlPointImpl() -
ControlPointImpl
public ControlPointImpl(UpnpServiceConfiguration configuration, ProtocolFactory protocolFactory, Registry registry)
-
-
Methodendetails
-
getConfiguration
- Angegeben von:
getConfigurationin SchnittstelleControlPoint
-
getProtocolFactory
- Angegeben von:
getProtocolFactoryin SchnittstelleControlPoint
-
getRegistry
- Angegeben von:
getRegistryin SchnittstelleControlPoint
-
search
-
search
public void search()- Angegeben von:
searchin SchnittstelleControlPoint
-
search
- Angegeben von:
searchin SchnittstelleControlPoint
-
search
public void search(int mxSeconds) - Angegeben von:
searchin SchnittstelleControlPoint
-
search
- Angegeben von:
searchin SchnittstelleControlPoint
-
execute
-
execute
- Angegeben von:
executein SchnittstelleControlPoint
-
execute
- Angegeben von:
executein SchnittstelleControlPoint
-