Package org.jupnp.controlpoint
Schnittstelle ControlPoint
- Alle bekannten Implementierungsklassen:
ControlPointImpl
public interface ControlPoint
Unified API for the asynchronous execution of network searches, actions, event subscriptions.
- Autor:
- Christian Bauer
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungexecute(ActionCallback callback) voidexecute(SubscriptionCallback callback) voidsearch()voidsearch(int mxSeconds) voidsearch(UpnpHeader searchType) voidsearch(UpnpHeader searchType, int mxSeconds)
-
Methodendetails
-
getConfiguration
UpnpServiceConfiguration getConfiguration() -
getProtocolFactory
ProtocolFactory getProtocolFactory() -
getRegistry
Registry getRegistry() -
search
void search() -
search
-
search
void search(int mxSeconds) -
search
-
execute
-
execute
-