Uses of Class
de.aristaflow.adept2.model.common.communication.ServerInputStream
Packages that use ServerInputStream
Package
Description
-
Uses of ServerInputStream in de.aristaflow.adept2.model.datamanagement
Subclasses of ServerInputStream in de.aristaflow.adept2.model.datamanagementModifier and TypeClassDescriptionclassThis interface resembles aUDTValuebut 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 ServerInputStreamModifier and TypeMethodDescriptionprotected StringRemoteIteratorDataServerStreamStringHandler.getNext(UUID sisId, ServerInputStream sis, Integer count) CallsServerStreamStringHandler.readContentAsString(ServerInputStream, int)on the designated server input stream.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.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 ServerInputStreamModifier and TypeMethodDescriptionServerStreamStringWebService.init(@Valid ServerInputStream sis, String udtName, @Positive Integer count)