org.neo4j.server.rest.repr
Interface StreamingFormat

All Known Implementing Classes:
StreamingJsonFormat

public interface StreamingFormat


Field Summary
static javax.ws.rs.core.MediaType MEDIA_TYPE
           
static String STREAM_HEADER
           
 
Method Summary
 org.neo4j.server.rest.repr.RepresentationFormat writeTo(OutputStream output)
           
 

Field Detail

STREAM_HEADER

static final String STREAM_HEADER
See Also:
Constant Field Values

MEDIA_TYPE

static final javax.ws.rs.core.MediaType MEDIA_TYPE
Method Detail

writeTo

org.neo4j.server.rest.repr.RepresentationFormat writeTo(OutputStream output)


Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.