com.partnersoft.io.net
Interface GuppyConstants

All Known Implementing Classes:
GuppyActivist, WebGuppyClient, WebGuppyServer

public interface GuppyConstants

Important constants for Guppy clients and daemons.

Author:
Paul Reavis Copyright 2004 Partner Software, Inc.

Field Summary
static int BLOCKSIZE
           
static int BUFFERSIZE
           
static boolean GZIP
           
static byte OP_DIFF_FILE
           
static byte OP_EOF
           
static byte OP_EOT
           
static byte OP_EXISTING_BLOCKS
           
static byte OP_FILE_DIFFS
           
static byte OP_FILE_LISTING
           
static byte OP_LIST_FILES
           
static byte OP_MD5
           
static byte OP_MESSAGE
           
static java.lang.String[] OP_NAMES
           
static byte OP_NEW_BYTES
           
static byte OP_NULL
           
 

Field Detail

BLOCKSIZE

static final int BLOCKSIZE
See Also:
Constant Field Values

BUFFERSIZE

static final int BUFFERSIZE
See Also:
Constant Field Values

GZIP

static final boolean GZIP
See Also:
Constant Field Values

OP_NULL

static final byte OP_NULL
See Also:
Constant Field Values

OP_MESSAGE

static final byte OP_MESSAGE
See Also:
Constant Field Values

OP_LIST_FILES

static final byte OP_LIST_FILES
See Also:
Constant Field Values

OP_FILE_LISTING

static final byte OP_FILE_LISTING
See Also:
Constant Field Values

OP_DIFF_FILE

static final byte OP_DIFF_FILE
See Also:
Constant Field Values

OP_FILE_DIFFS

static final byte OP_FILE_DIFFS
See Also:
Constant Field Values

OP_NEW_BYTES

static final byte OP_NEW_BYTES
See Also:
Constant Field Values

OP_EXISTING_BLOCKS

static final byte OP_EXISTING_BLOCKS
See Also:
Constant Field Values

OP_EOF

static final byte OP_EOF
See Also:
Constant Field Values

OP_EOT

static final byte OP_EOT
See Also:
Constant Field Values

OP_MD5

static final byte OP_MD5
See Also:
Constant Field Values

OP_NAMES

static final java.lang.String[] OP_NAMES