public class TcpInputStream extends DelegatingInputStream
TcpMessageDispatcher
and the TcpMessageReceiver
use this
class as the input parameter to the read() method on the TcpProtocol
interface. If you wish to simply use the InputStream as the message payload
that you're reading in, you just call tcpInputStream.setStreaming(true) so
that Mule knows to stop listening for more messages on that stream.Constructor and Description |
---|
TcpInputStream(InputStream delegate) |
Modifier and Type | Method and Description |
---|---|
boolean |
isStreaming() |
void |
setStreaming(boolean streaming) |
available, close, mark, markSupported, read, read, read, reset, skip
public TcpInputStream(InputStream delegate)
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.