com.atlassian.gzipfilter.util
Class HttpContentType

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

public class HttpContentType
extends java.lang.Object

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

Author:
Scott Farquhar

Constructor Summary
HttpContentType(java.lang.String fullValue)
           
 
Method Summary
 java.lang.String getEncoding()
           
 java.lang.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(java.lang.String fullValue)
Method Detail

getType

public java.lang.String getType()

getEncoding

public java.lang.String getEncoding()


Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.