Package de.gebit.integrity.remoting
Interface IntegrityRemotingConstants
public interface IntegrityRemotingConstants
Some constant values used by the remoting client and server.
- Author:
- Rene Schneider - initial API and implementation
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe build part of the remoting client/server version.static final intThe default port number.static final intThe major part of the protocol version.static final intThe major part of the remoting client/server version.static final intThe minor part of the protocol version.static final intThe minor part of the remoting client/server version.static final intThe patch part of the remoting client/server version.
-
Field Details
-
MAJOR_PROTOCOL_VERSION
static final int MAJOR_PROTOCOL_VERSIONThe major part of the protocol version. Major version changes mandate an incompatibility to other major versions.- See Also:
-
MINOR_PROTOCOL_VERSION
static final int MINOR_PROTOCOL_VERSIONThe minor part of the protocol version.- See Also:
-
MAJOR_VERSION
static final int MAJOR_VERSIONThe major part of the remoting client/server version.- See Also:
-
MINOR_VERSION
static final int MINOR_VERSIONThe minor part of the remoting client/server version.- See Also:
-
PATCH_VERSION
static final int PATCH_VERSIONThe patch part of the remoting client/server version.- See Also:
-
BUILD_VERSION
static final int BUILD_VERSIONThe build part of the remoting client/server version.- See Also:
-
DEFAULT_PORT
static final int DEFAULT_PORTThe default port number.- See Also:
-