Serialized Form
Package com.sun.jersey.api |
Package com.sun.jersey.api.client |
Package com.sun.jersey.api.container |
Package com.sun.jersey.api.representation |
serialVersionUID: 2572713614319991270L
Package com.sun.jersey.core.header |
Package com.sun.jersey.core.util |
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Reconstitute the HashMap instance from a stream (i.e.,
deserialize it).
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- Save the state of the HashMap instance to a stream (i.e.,
serialize it).
- Serial Data:
- The capacity of the HashMap (the length of the
bucket array) is emitted (int), followed by the
size of the HashMap (the number of key-value
mappings), followed by the key (Object) and value (Object)
for each key-value mapping represented by the HashMap
The key-value mappings are emitted in the order that they
are returned by entrySet().iterator().
- Throws:
java.io.IOException
threshold
int threshold
- The next size value at which to resize (capacity * load factor).
-
loadFactor
float loadFactor
- The load factor for the hash table.
-
keyComparator
KeyComparator<K> keyComparator
serialVersionUID: -6052320403766368902L
Package com.sun.jersey.server.wadl.generators.resourcedoc.xhtml |
serialVersionUID: 1L
Package com.sun.jersey.spi.container.servlet |
requestInvoker
com.sun.jersey.server.impl.container.servlet.ThreadLocalInvoker<T> requestInvoker
responseInvoker
com.sun.jersey.server.impl.container.servlet.ThreadLocalInvoker<T> responseInvoker
config
javax.servlet.ServletConfig config
context
javax.servlet.ServletContext context
resourceConfig
ResourceConfig resourceConfig
application
WebApplication application
Package com.sun.jersey.spi.service |
Copyright © 2008 Sun Microsystems, Inc. All Rights Reserved.