com.atlassian.gzipfilter.util
Class HttpContentType

java.lang.Object
  extended by com.atlassian.gzipfilter.util.HttpContentType

public class HttpContentType
extends Object

Extracts the type and encoding from an HTTP Content-Type header.

Author:
Scott Farquhar

Constructor Summary
HttpContentType(String fullValue)
           
 
Method Summary
 String getEncoding()
           
 String getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpContentType

public HttpContentType(String fullValue)
Method Detail

getType

public String getType()

getEncoding

public String getEncoding()


Copyright © 2015 Atlassian. All rights reserved.