org.neo4j.server.web
Class HttpHeaderUtils

java.lang.Object
  extended by org.neo4j.server.web.HttpHeaderUtils

public class HttpHeaderUtils
extends Object


Field Summary
static Map<String,String> CHARSET
           
 
Constructor Summary
HttpHeaderUtils()
           
 
Method Summary
static javax.ws.rs.core.MediaType mediaTypeWithCharsetUtf8(javax.ws.rs.core.MediaType mediaType)
           
static javax.ws.rs.core.MediaType mediaTypeWithCharsetUtf8(String mediaType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CHARSET

public static final Map<String,String> CHARSET
Constructor Detail

HttpHeaderUtils

public HttpHeaderUtils()
Method Detail

mediaTypeWithCharsetUtf8

public static javax.ws.rs.core.MediaType mediaTypeWithCharsetUtf8(String mediaType)

mediaTypeWithCharsetUtf8

public static javax.ws.rs.core.MediaType mediaTypeWithCharsetUtf8(javax.ws.rs.core.MediaType mediaType)


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