Serialized Form
-
Package io.milton.httpclient
-
Exception io.milton.httpclient.GenericHttpException
class GenericHttpException extends HttpException implements Serializable- serialVersionUID:
- 1L
-
Exception io.milton.httpclient.HttpException
class HttpException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
href
String href
-
result
int result
-
-
Exception io.milton.httpclient.InternalServerError
class InternalServerError extends HttpException implements Serializable- serialVersionUID:
- 1L
-
Exception io.milton.httpclient.MethodNotAllowedException
class MethodNotAllowedException extends HttpException implements Serializable- serialVersionUID:
- 1L
-
Exception io.milton.httpclient.RedirectException
class RedirectException extends HttpException implements Serializable- serialVersionUID:
- 1L
-
Exception io.milton.httpclient.Utils.CancelledException
class CancelledException extends IOException implements Serializable
-
-
Package io.milton.zsync
-
Class io.milton.zsync.ChecksumPair
class ChecksumPair extends Object implements Serializable-
Serialized Fields
-
length
int length
The number of bytes these sums are over. -
offset
long offset
The offset in the original data where this pair was generated. -
seq
int seq
The sequence number of these sums. -
strong
byte[] strong
The strong checksum.- Since:
- 1.1
-
weak
int weak
The weak, rolling checksum.- Since:
- 1.1
-
-
-
Class io.milton.zsync.Configuration
class Configuration extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
blockLength
int blockLength
The length of blocks to checksum. -
checksumSeed
byte[] checksumSeed
The seed for the checksum, to perturb the strong checksum and help avoid collisions in plain rsync (or in similar applicaitons). -
chunkSize
int chunkSize
The maximum size of byte arrays to create, when they are needed. This vale defaults to 32 kilobytes. -
doRunLength
boolean doRunLength
Whether or not to do run-length encoding when making Deltas. -
strongSumLength
int strongSumLength
The effective length of the strong sum.
-
-
-
Class io.milton.zsync.JarsyncProvider
class JarsyncProvider extends Provider implements Serializable -
Class io.milton.zsync.Rsum
class Rsum extends Object implements Serializable-
Serialized Fields
-
a
short a
-
b
short b
-
blockLength
int blockLength
-
buffer
byte[] buffer
-
oldByte
int oldByte
-
-
-