Uses of Class
org.codehaus.httpcache4j.MIMEType

Packages that use MIMEType
org.codehaus.httpcache4j   
org.codehaus.httpcache4j.payload   
org.codehaus.httpcache4j.preference   
 

Uses of MIMEType in org.codehaus.httpcache4j
 

Fields in org.codehaus.httpcache4j declared as MIMEType
static MIMEType MIMEType.ALL
           
static MIMEType MIMEType.APPLICATION_OCTET_STREAM
           
 

Methods in org.codehaus.httpcache4j that return MIMEType
static MIMEType MIMEType.valueOf(java.lang.String MIMEType)
           
static MIMEType MIMEType.valueOf(java.lang.String primaryType, java.lang.String subType)
           
 

Methods in org.codehaus.httpcache4j with parameters of type MIMEType
 boolean MIMEType.includes(MIMEType mimeType)
           
 

Uses of MIMEType in org.codehaus.httpcache4j.payload
 

Methods in org.codehaus.httpcache4j.payload that return MIMEType
 MIMEType InputStreamPayload.getMimeType()
           
 MIMEType ClosedInputStreamPayload.getMimeType()
           
 MIMEType FilePayload.getMimeType()
           
 MIMEType Payload.getMimeType()
          Return the mime-type of the payload.
 MIMEType ByteArrayPayload.getMimeType()
           
 

Constructors in org.codehaus.httpcache4j.payload with parameters of type MIMEType
ByteArrayPayload(java.io.InputStream stream, MIMEType type)
           
ClosedInputStreamPayload(MIMEType mimeType)
           
FilePayload(java.io.File file, MIMEType mimeType)
          Constructs a File payload
InputStreamPayload(java.io.InputStream stream, MIMEType mimeType)
          Constructs an Inputstream payload.
 

Uses of MIMEType in org.codehaus.httpcache4j.preference
 

Methods in org.codehaus.httpcache4j.preference that return types with arguments of type MIMEType
 java.util.List<Preference<MIMEType>> Preferences.getAcceptMIMETypes()
           
 

Methods in org.codehaus.httpcache4j.preference with parameters of type MIMEType
 Preferences Preferences.addMIMEType(MIMEType mimeType)
           
 Preferences Preferences.addMIMEType(MIMEType mimeType, double quality)
           
 



Copyright © 2008-2009. All Rights Reserved.