| java.lang.Object org.cougaar.lib.web.micro.mts.Tokens
Tokens | final public class Tokens (Code) | | These tokens are marker objects in a
Deliverer data list, and
are used to separate byte[] stream data from control options
(flush/close/keep-alive).
|
Field Summary | |
final public static Close | CLOSE | final public static Flush | FLUSH | final public static NoOp | NOOP |
CLOSE | final public static Close CLOSE(Code) | | Close the stream, should only occur at the end of the list
|
FLUSH | final public static Flush FLUSH(Code) | | Flush the stream, can occur anywhere in the list
|
NOOP | final public static NoOp NOOP(Code) | | Noop to keep stream alive, can occur anywhere in the list
|
|
|