Interface IntegrityRemotingConstants


public interface IntegrityRemotingConstants
Some constant values used by the remoting client and server.
Author:
Rene Schneider - initial API and implementation
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    The build part of the remoting client/server version.
    static final int
    The default port number.
    static final int
    The major part of the protocol version.
    static final int
    The major part of the remoting client/server version.
    static final int
    The minor part of the protocol version.
    static final int
    The minor part of the remoting client/server version.
    static final int
    The patch part of the remoting client/server version.
  • Field Details

    • MAJOR_PROTOCOL_VERSION

      static final int MAJOR_PROTOCOL_VERSION
      The 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_VERSION
      The minor part of the protocol version.
      See Also:
    • MAJOR_VERSION

      static final int MAJOR_VERSION
      The major part of the remoting client/server version.
      See Also:
    • MINOR_VERSION

      static final int MINOR_VERSION
      The minor part of the remoting client/server version.
      See Also:
    • PATCH_VERSION

      static final int PATCH_VERSION
      The patch part of the remoting client/server version.
      See Also:
    • BUILD_VERSION

      static final int BUILD_VERSION
      The build part of the remoting client/server version.
      See Also:
    • DEFAULT_PORT

      static final int DEFAULT_PORT
      The default port number.
      See Also: