Uses of Class
de.aristaflow.adept2.model.common.communication.ServerInputStream
-
Packages that use ServerInputStream Package Description de.aristaflow.adept2.model.datamanagement de.aristaflow.ilm.model.common de.aristaflow.ilm.ws.model.common -
-
Uses of ServerInputStream in de.aristaflow.adept2.model.datamanagement
Subclasses of ServerInputStream in de.aristaflow.adept2.model.datamanagement Modifier and Type Class Description class
ServerUDTInputStream
This interface resembles aUDTValue
but does not provide all data at once but as requested, that is, the value of this UDTValue will not be provided as a whole but incrementally as requested. -
Uses of ServerInputStream in de.aristaflow.ilm.model.common
Methods in de.aristaflow.ilm.model.common with parameters of type ServerInputStream Modifier and Type Method Description protected StringRemoteIteratorData
ServerStreamStringHandler. getNext(UUID sisId, ServerInputStream sis, Integer count)
CallsServerStreamStringHandler.readContentAsString(ServerInputStream, int)
on the designated server input stream.@Valid InitialStringRemoteIteratorData
ServerStreamStringHandler. init(@NotNull ServerInputStream sis, String udtName, @Positive Integer count)
Adds the designated input stream to this handler, wraps it in a server input stream, creates an ID for it and callsServerStreamStringHandler.getNext(UUID, Integer)
with the designated count.protected Pair<String,Boolean>
ServerStreamStringHandler. readContentAsString(ServerInputStream sis, int len)
Gets the next content of the designated length of the designated server input stream as string if available. -
Uses of ServerInputStream in de.aristaflow.ilm.ws.model.common
Methods in de.aristaflow.ilm.ws.model.common with parameters of type ServerInputStream Modifier and Type Method Description @Valid InitialStringRemoteIteratorData
ServerStreamStringWebService. init(@Valid ServerInputStream sis, String udtName, @Positive Integer count)
-