org.metastatic.rsync.v2
Interface Constants
- All Known Implementing Classes:
- Client, Daemon, FileInfo, FileList, Protocol, Receiver, Sender, SocketClient
- public interface Constants
A number of useful constants in rsync.
BLOCK_LENGTH
public static final int BLOCK_LENGTH
- The default block size.
- See Also:
- Constant Field Values
CHUNK_SIZE
public static final int CHUNK_SIZE
- The chunk size.
- See Also:
- Constant Field Values
SUM_LENGTH
public static final int SUM_LENGTH
- The size of MD4 checksums.
- See Also:
- Constant Field Values
RSYNCD_PORT
public static final int RSYNCD_PORT
- The default port for rsyncd connections.
- See Also:
- Constant Field Values
PROTOCOL_VERSION
public static final int PROTOCOL_VERSION
- See Also:
- Constant Field Values
MIN_PROTOCOL_VERSION
public static final int MIN_PROTOCOL_VERSION
- See Also:
- Constant Field Values
MAX_PROTOCOL_VERSION
public static final int MAX_PROTOCOL_VERSION
- See Also:
- Constant Field Values
RSYNCD_GREETING
public static final String RSYNCD_GREETING
- The greeting.
- See Also:
- Constant Field Values
RSYNCD_AUTHREQD
public static final String RSYNCD_AUTHREQD
- Authentication required.
- See Also:
- Constant Field Values
RSYNCD_OK
public static final String RSYNCD_OK
- OK.
- See Also:
- Constant Field Values
AT_ERROR
public static final String AT_ERROR
- Error.
- See Also:
- Constant Field Values
RSYNCD_EXIT
public static final String RSYNCD_EXIT
- Exit message.
- See Also:
- Constant Field Values
URL_PREFIX
public static final String URL_PREFIX
- See Also:
- Constant Field Values
MAXPATHLEN
public static final int MAXPATHLEN
- See Also:
- Constant Field Values
FLAG_DELETE
public static final int FLAG_DELETE
- See Also:
- Constant Field Values
SAME_MODE
public static final int SAME_MODE
- See Also:
- Constant Field Values
SAME_RDEV
public static final int SAME_RDEV
- See Also:
- Constant Field Values
SAME_UID
public static final int SAME_UID
- See Also:
- Constant Field Values
SAME_GID
public static final int SAME_GID
- See Also:
- Constant Field Values
SAME_DIR
public static final int SAME_DIR
- See Also:
- Constant Field Values
SAME_NAME
public static final int SAME_NAME
- See Also:
- Constant Field Values
LONG_NAME
public static final int LONG_NAME
- See Also:
- Constant Field Values
SAME_TIME
public static final int SAME_TIME
- See Also:
- Constant Field Values
_S_IFDIR
public static final int _S_IFDIR
- See Also:
- Constant Field Values
_S_IFMT
public static final int _S_IFMT
- See Also:
- Constant Field Values
_S_IFLNK
public static final int _S_IFLNK
- See Also:
- Constant Field Values
_S_IFREG
public static final int _S_IFREG
- See Also:
- Constant Field Values
INPUT_MASK
public static final int INPUT_MASK
- See Also:
- Constant Field Values
OUTPUT_MASK
public static final int OUTPUT_MASK
- See Also:
- Constant Field Values
STATE_SETUP_PROTOCOL
public static final int STATE_SETUP_PROTOCOL
- See Also:
- Constant Field Values
STATE_RECEIVE_EXCLUDE
public static final int STATE_RECEIVE_EXCLUDE
- See Also:
- Constant Field Values
STATE_SEND_FLIST
public static final int STATE_SEND_FLIST
- See Also:
- Constant Field Values
STATE_RECEIVE_FLIST
public static final int STATE_RECEIVE_FLIST
- See Also:
- Constant Field Values
STATE_SENDER
public static final int STATE_SENDER
- See Also:
- Constant Field Values
STATE_SENDER_INPUT
public static final int STATE_SENDER_INPUT
- See Also:
- Constant Field Values
STATE_SENDER_OUTPUT
public static final int STATE_SENDER_OUTPUT
- See Also:
- Constant Field Values
STATE_RECEIVER
public static final int STATE_RECEIVER
- See Also:
- Constant Field Values
STATE_RECEIVER_INPUT
public static final int STATE_RECEIVER_INPUT
- See Also:
- Constant Field Values
STATE_RECEIVER_OUTPUT
public static final int STATE_RECEIVER_OUTPUT
- See Also:
- Constant Field Values
STATE_DONE
public static final int STATE_DONE
- See Also:
- Constant Field Values
STATE_INPUT_DONE
public static final int STATE_INPUT_DONE
- See Also:
- Constant Field Values
STATE_OUTPUT_DONE
public static final int STATE_OUTPUT_DONE
- See Also:
- Constant Field Values
SETUP_READ_GREETING
public static final int SETUP_READ_GREETING
- See Also:
- Constant Field Values
SETUP_READ_MODULE
public static final int SETUP_READ_MODULE
- See Also:
- Constant Field Values
SETUP_READ_AUTH
public static final int SETUP_READ_AUTH
- See Also:
- Constant Field Values
SETUP_READ_OPTIONS
public static final int SETUP_READ_OPTIONS
- See Also:
- Constant Field Values
SETUP_READ_DONE
public static final int SETUP_READ_DONE
- See Also:
- Constant Field Values
SETUP_WRITE_GREETING
public static final int SETUP_WRITE_GREETING
- See Also:
- Constant Field Values
SETUP_WRITE_MODULES
public static final int SETUP_WRITE_MODULES
- See Also:
- Constant Field Values
SETUP_WRITE_CHALLENGE
public static final int SETUP_WRITE_CHALLENGE
- See Also:
- Constant Field Values
SETUP_WRITE_OK
public static final int SETUP_WRITE_OK
- See Also:
- Constant Field Values
SETUP_WRITE_ERROR
public static final int SETUP_WRITE_ERROR
- See Also:
- Constant Field Values
SETUP_WRITE_WAIT
public static final int SETUP_WRITE_WAIT
- See Also:
- Constant Field Values
SETUP_WRITE_DONE
public static final int SETUP_WRITE_DONE
- See Also:
- Constant Field Values
FLIST_RECEIVE_FILES
public static final int FLIST_RECEIVE_FILES
- See Also:
- Constant Field Values
FLIST_RECEIVE_UIDS
public static final int FLIST_RECEIVE_UIDS
- See Also:
- Constant Field Values
FLIST_RECEIVE_GIDS
public static final int FLIST_RECEIVE_GIDS
- See Also:
- Constant Field Values
FLIST_RECEIVE_DONE
public static final int FLIST_RECEIVE_DONE
- See Also:
- Constant Field Values
FLIST_SEND_FILES
public static final int FLIST_SEND_FILES
- See Also:
- Constant Field Values
FLIST_SEND_UIDS
public static final int FLIST_SEND_UIDS
- See Also:
- Constant Field Values
FLIST_SEND_GIDS
public static final int FLIST_SEND_GIDS
- See Also:
- Constant Field Values
FLIST_SEND_DONE
public static final int FLIST_SEND_DONE
- See Also:
- Constant Field Values
SENDER_WAIT
public static final int SENDER_WAIT
- See Also:
- Constant Field Values
SENDER_DONE
public static final int SENDER_DONE
- See Also:
- Constant Field Values
SENDER_RECEIVE_INDEX
public static final int SENDER_RECEIVE_INDEX
- See Also:
- Constant Field Values
SENDER_RECEIVE_SUMS
public static final int SENDER_RECEIVE_SUMS
- See Also:
- Constant Field Values
SENDER_SEND_DELTAS
public static final int SENDER_SEND_DELTAS
- See Also:
- Constant Field Values
SENDER_SEND_FILE
public static final int SENDER_SEND_FILE
- See Also:
- Constant Field Values
RECV_WAIT
public static final int RECV_WAIT
- See Also:
- Constant Field Values
RECV_RECEIVE_INDEX
public static final int RECV_RECEIVE_INDEX
- See Also:
- Constant Field Values
RECV_RECEIVE_DELTAS
public static final int RECV_RECEIVE_DELTAS
- See Also:
- Constant Field Values
RECV_SEND_INDEX
public static final int RECV_SEND_INDEX
- See Also:
- Constant Field Values
RECV_SEND_SUMS
public static final int RECV_SEND_SUMS
- See Also:
- Constant Field Values