Open SiteSearch 4.1.1
Final

ORG.oclc.jassi
Class MimeTypes

java.lang.Object
  |
  +--java.util.Dictionary
        |
        +--java.util.Hashtable
              |
              +--ORG.oclc.jassi.MimeTypes

public class MimeTypes
extends Hashtable

The MimeTypes class maintains a list of mime type extensions and their associated HTTP header text.

See Also:
RequestManager, Serialized Form

Constructor Summary
MimeTypes(int initialCapacity, String iniName)
          Constructs a MimeTypes object using the initial size and ini file passed as input parameters.
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MimeTypes

public MimeTypes(int initialCapacity,
                 String iniName)
Constructs a MimeTypes object using the initial size and ini file passed as input parameters.
Parameters:
initialCapacity - the initial size of the MimeTypes Hashtable.
iniName - the name of the mime types ini file.

Open SiteSearch 4.1.1
Final