| 
 | Apache Tomcat 6.0.53 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tomcat.util.http.parser.MediaTypeCache
public class MediaTypeCache
Caches the results of parsing content-type headers.
| Constructor Summary | |
|---|---|
| MediaTypeCache(int size) | |
| Method Summary | |
|---|---|
|  java.lang.String[] | parse(java.lang.String input)Looks in the cache and returns the cached value if one is present. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public MediaTypeCache(int size)
| Method Detail | 
|---|
public java.lang.String[] parse(java.lang.String input)
input - The content-type header value to parse
| 
 | Apache Tomcat 6.0.53 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||