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 class
InitialStringRemoteIteratorData
Methods in de.aristaflow.ilm.model.common that return StringRemoteIteratorData Modifier and Type Method Description @Valid StringRemoteIteratorData
ServerStreamStringHandler. getNext(@NotNull UUID sisId, @Positive Integer count)
CallsServerStreamStringHandler.readContentAsString(ServerInputStream, int)
on the designated server input stream.protected StringRemoteIteratorData
ServerStreamStringHandler. 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 StringRemoteIteratorData
ServerStreamStringWebService. 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 StringRemoteIteratorData
ServerStreamStringIteratorRest. getNext(@NotNull UUID iteratorId, @Positive Integer count)
-