| java.lang.Object org.cougaar.lib.web.micro.mts.OutputPipe
OutputPipe | public class OutputPipe (Code) | | An output stream pipe.
One thread writes to the "output_stream", and another thread (spawned by
this instance) periodically flushes the stream to our message-deliverer.
|
OutputPipe | public OutputPipe(String threadName, LoggingService log, ThreadService threadService, Deliverer sender, Map metaData, long nagle)(Code) | | Parameters: sender - our output sender Parameters: metaData - optional meta-data to be sent in the first "deliver" call. Parameters: nagle - use -1 to send on every write/flush/close, 0 to only send onthe close, or a positive number to only send once that many milliseconds havepassed or a close has occured. |
close | public void close()(Code) | | |
|
|