Uses of Interface
com.levigo.jadice.server.shared.types.StreamBundle
-
-
Uses of StreamBundle in com.levigo.jadice.server.core
Classes in com.levigo.jadice.server.core that implement StreamBundle Modifier and Type Class Description class
BufferedStreamBundle
Extends StreamBundle for usage of BufferManager and BufferManagerDynamicPipeMethods in com.levigo.jadice.server.core that return StreamBundle Modifier and Type Method Description StreamBundle
NodeWorker. getInputBundle()
Get the input stream bundle.StreamBundle
NodeWorker. getOutputBundle()
Returns the output stream bundleMethods in com.levigo.jadice.server.core that return types with arguments of type StreamBundle Modifier and Type Method Description List<StreamBundle>
NodeWorker. getInputBundles()
Get the list of input stream bundles.List<StreamBundle>
NodeWorker. getOutputBundles()
Get the list of output bundles.Methods in com.levigo.jadice.server.core with parameters of type StreamBundle Modifier and Type Method Description void
NodeWorker. addInputBundle(StreamBundle inputBundle)
Set the input stream bundlevoid
NodeWorker. addOutputBundle(StreamBundle sb)
Set the output stream bundleSubPipeline
SubPipeline. endWith(Node lastChild, StreamBundle output)
The sub pipeline shall end at the givenNode
and shall provide its processed data through the givenStreamBundle
.SubPipeline
SubPipeline. startWith(StreamBundle input, Node firstChild)
The sub pipeline shall start at the givenNode
and will be feed with data through the givenStreamBundle
. -
Uses of StreamBundle in com.levigo.jadice.server.mail.worker.internal.converter
Methods in com.levigo.jadice.server.mail.worker.internal.converter with parameters of type StreamBundle Modifier and Type Method Description Stream
HTMLConversionHandler. convert(NodeWorker worker, StreamBundle inputBundle)
Perform the html conversion.Stream
RTFConversionHandler. convert(NodeWorker worker, StreamBundle inputBundle)
Perform the rtf conversion. -
Uses of StreamBundle in com.levigo.jadice.server.nodes
Methods in com.levigo.jadice.server.nodes that return StreamBundle Modifier and Type Method Description StreamBundle
StreamInputNode. getStreamBundle()
Get theStream
s that the client has sent.StreamBundle
StreamOutputNode. getStreamBundle()
-
Uses of StreamBundle in com.levigo.jadice.server.nodes.worker
Methods in com.levigo.jadice.server.nodes.worker that return StreamBundle Modifier and Type Method Description StreamBundle
StreamScriptContext. process(Node inputNode, Node outputNode)
Execute the sub-pipeline defined by the input and output node and return the result as aStreamBundle
.StreamBundle
StreamScriptContext. process(Stream s, Node inputNode, Node outputNode)
StreamBundle
StreamScriptContext. process(List<Stream> s, Node inputNode, Node outputNode)
-
Uses of StreamBundle in com.levigo.jadice.server.shared.types.internal
Classes in com.levigo.jadice.server.shared.types.internal with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw StreamBundle Modifier and Type Class Description class
com.levigo.jadice.server.shared.types.internal.DefaultStreamBundle
Default implementation forStreamBundle
-