OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:headerlisttable
(Results
1 - 1
of
1
) sorted by null
/external/nist-sip/java/gov/nist/javax/sip/message/
ListMap.java
48
private static Hashtable<Class<?>,Class<?>>
headerListTable
;
60
headerListTable
= new Hashtable<Class<?>, Class<?>>();
61
headerListTable
.put(ExtensionHeaderImpl.class, ExtensionHeaderList.class);
63
headerListTable
.put(Contact.class, ContactList.class);
65
headerListTable
.put(ContentEncoding.class, ContentEncodingList.class);
67
headerListTable
.put(Via.class, ViaList.class);
69
headerListTable
.put(WWWAuthenticate.class, WWWAuthenticateList.class);
71
headerListTable
.put(Accept.class, AcceptList.class);
73
headerListTable
.put(AcceptEncoding.class, AcceptEncodingList.class);
75
headerListTable
.put(AcceptLanguage.class, AcceptLanguageList.class)
[
all
...]
Completed in 1211 milliseconds