Klasse Browse
java.lang.Object
org.jupnp.controlpoint.ActionCallback
org.jupnp.support.contentdirectory.callback.Browse
- Alle implementierten Schnittstellen:
Runnable
Invokes a "Browse" action, parses the result.
- Autor:
- Christian Bauer, Amit Kumar Mondal - Code Refactoring
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenVon Klasse geerbte verschachtelte Klassen/Schnittstellen org.jupnp.controlpoint.ActionCallback
ActionCallback.Default -
Feldübersicht
FelderVon Klasse geerbte Felder org.jupnp.controlpoint.ActionCallback
actionInvocation, controlPoint -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedBrowse(Service<?, ?> service, String containerId, BrowseFlag flag) Browse with first result 0 andgetDefaultMaxResults(), filters withCAPS_WILDCARD.protectedBrowse(Service<?, ?> service, String objectID, BrowseFlag flag, String filter, long firstResult, Long maxResults, SortCriterion... orderBy) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibunglongSome media servers will crash if there is no limit on the maximum number of results.abstract voidreceived(ActionInvocation<?> actionInvocation, DIDLContent didl) booleanreceivedRaw(ActionInvocation<?> actionInvocation, BrowseResult browseResult) voidrun()voidsuccess(ActionInvocation invocation) abstract voidupdateStatus(Browse.Status status) Von Klasse geerbte Methoden org.jupnp.controlpoint.ActionCallback
createDefaultFailureMessage, failure, failure, getActionInvocation, getControlPoint, setControlPoint, toString
-
Felddetails
-
CAPS_WILDCARD
- Siehe auch:
-
-
Konstruktordetails
-
Browse
Browse with first result 0 andgetDefaultMaxResults(), filters withCAPS_WILDCARD. -
Browse
protected Browse(Service<?, ?> service, String objectID, BrowseFlag flag, String filter, long firstResult, Long maxResults, SortCriterion... orderBy) - Parameter:
maxResults- Can benull, thengetDefaultMaxResults()is used.
-
-
Methodendetails
-
run
public void run()- Angegeben von:
runin SchnittstelleRunnable- Setzt außer Kraft:
runin KlasseActionCallback
-
success
- Angegeben von:
successin KlasseActionCallback
-
getDefaultMaxResults
public long getDefaultMaxResults()Some media servers will crash if there is no limit on the maximum number of results.- Gibt zurück:
- The default limit.
-
receivedRaw
-
received
-
updateStatus
-