Class WSTCPURI

    • Field Detail

      • port

        public int port
      • customPort

        public int customPort
    • Constructor Detail

      • WSTCPURI

        public WSTCPURI()
        This constructor should be used just by JAXB runtime
    • Method Detail

      • getParameter

        public String getParameter​(String name)
      • getCustomPort

        public int getCustomPort()
        Get custom TCP port, where connection should be established
        Returns:
        custom TCP port
      • setCustomPort

        public void setCustomPort​(int customPort)
        Set custom TCP port, where connection should be established
        Parameters:
        customPort - custom TCP port
      • getEffectivePort

        public int getEffectivePort()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object