Uses of Class
de.aristaflow.ilm.model.common.StringRemoteIteratorData
-
Packages that use StringRemoteIteratorData Package Description de.aristaflow.ilm.model.common de.aristaflow.ilm.ws.model.common de.aristaflow.ilm.ws.rest.model.common -
-
Uses of StringRemoteIteratorData in de.aristaflow.ilm.model.common
Subclasses of StringRemoteIteratorData in de.aristaflow.ilm.model.common Modifier and Type Class Description classInitialStringRemoteIteratorDataMethods in de.aristaflow.ilm.model.common that return StringRemoteIteratorData Modifier and Type Method Description @Valid StringRemoteIteratorDataServerStreamStringHandler. getNext(@NotNull UUID sisId, @Positive Integer count)CallsServerStreamStringHandler.readContentAsString(ServerInputStream, int)on the designated server input stream.protected StringRemoteIteratorDataServerStreamStringHandler. getNext(UUID sisId, ServerInputStream sis, Integer count)CallsServerStreamStringHandler.readContentAsString(ServerInputStream, int)on the designated server input stream. -
Uses of StringRemoteIteratorData in de.aristaflow.ilm.ws.model.common
Methods in de.aristaflow.ilm.ws.model.common that return StringRemoteIteratorData Modifier and Type Method Description @Valid StringRemoteIteratorDataServerStreamStringWebService. getNext(@NotNull UUID id, @Positive Integer count) -
Uses of StringRemoteIteratorData in de.aristaflow.ilm.ws.rest.model.common
Methods in de.aristaflow.ilm.ws.rest.model.common that return StringRemoteIteratorData Modifier and Type Method Description @Valid StringRemoteIteratorDataServerStreamStringIteratorRest. getNext(@NotNull UUID iteratorId, @Positive Integer count)
-