Class AbstractGate

  • Direct Known Subclasses:
    HttpGate, SshGate

    public abstract class AbstractGate
    extends Object
    The abstract gateway node of the 1C:Enterprise Standalone server config.
    • Constructor Detail

      • AbstractGate

        public AbstractGate()
    • Method Detail

      • getBaseUrl

        public abstract String getBaseUrl()
        Returns the gate base URL.
        Returns:
        the gate base URL, never null
      • getAddress

        public String getAddress()
        Returns:
        the address
      • setAddress

        public void setAddress​(String address)
        Parameters:
        address - the address to set
      • getPort

        public int getPort()
        Returns:
        the port
      • setPort

        public void setPort​(int port)
        Parameters:
        port - the port to set
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object