com.ibm.portal.streaming.json
Interface JsonStream

All Superinterfaces:
java.nio.channels.Channel, java.io.Closeable
All Known Implementing Classes:
JsonParserReader, JsonParserWriter

public interface JsonStream
extends java.io.Closeable, java.nio.channels.Channel

Base interface for JSON streams

Since:
7.0.0.1

Field Summary
static java.lang.String CONTENT_TYPE_JSON
          Mime type for JSON messages
 
Method Summary
 
Methods inherited from interface java.nio.channels.Channel
close, isOpen
 

Field Detail

CONTENT_TYPE_JSON

static final java.lang.String CONTENT_TYPE_JSON
Mime type for JSON messages

See Also:
Constant Field Values