public class MediaTypeCache
extends java.lang.Object
Constructor | Description |
---|---|
MediaTypeCache(int size) |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String[] |
parse(java.lang.String input) |
Looks in the cache and returns the cached value if one is present.
|
public java.lang.String[] parse(java.lang.String input)
input
- The content-type header value to parseCopyright © 2000-2018 Apache Software Foundation. All Rights Reserved.