Serialized Form
-
Package net.toddm.comm
-
Class net.toddm.comm.CommException extends RuntimeException implements Serializable
- serialVersionUID:
- 8605780860152295905L
-
Class net.toddm.comm.ConfigurationException extends RuntimeException implements Serializable
- serialVersionUID:
- -5806421321038017661L
-
Class net.toddm.comm.Response extends Object implements Serializable
- serialVersionUID:
- -6722104702458701972L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
For the implementation ofSerializable.- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
For the implementation ofSerializable.- Throws:
IOException
-
-
Serialized Fields
-
_headers
Map<String,List<String>> _headers
{@serial} -
_instanceCreationTime
long _instanceCreationTime
-
_isFromCache
boolean _isFromCache
-
_logger
net.toddm.cache.LoggingProvider _logger
-
_requestId
int _requestId
{@serial} -
_responseBytes
byte[] _responseBytes
{@serial} -
_responseCode
int _responseCode
{@serial} -
_responseTime
int _responseTime
{@serial}
-
-