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 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 Payload.getMimeType()
          Return the mime-type of the payload.
 MIMEType FilePayload.getMimeType()
           
 MIMEType InputStreamPayload.getMimeType()
           
 

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

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
 void Preferences.addMIMEType(MIMEType mimeType)
           
 

Constructors in org.codehaus.httpcache4j.preference with parameters of type MIMEType
MIMETypePreference(MIMEType preference)
           
 



Copyright © 2008. All Rights Reserved.