Class ConsoleAddress

java.lang.Object
com.illumon.iris.web.shared.ide.ConsoleAddress
All Implemented Interfaces:
Serializable

public class ConsoleAddress extends Object implements Serializable
Sent from the server to the client so the client can figure out where to connect to the worker.
See Also:
  • Constructor Details

    • ConsoleAddress

      public ConsoleAddress()
  • Method Details

    • setToken

      public void setToken(ConnectToken token)
    • getToken

      public ConnectToken getToken()
    • setWebsocketUrl

      public void setWebsocketUrl(String websocketUrl)
    • getWebsocketUrl

      public String getWebsocketUrl()
    • getGrpcUrl

      public String getGrpcUrl()
    • setGrpcUrl

      public void setGrpcUrl(String grpcUrl)
    • getStaticUrl

      public String getStaticUrl()
    • setStaticUrl

      public void setStaticUrl(String staticUrl)
    • setServiceId

      public void setServiceId(String serviceId)
    • getServiceId

      public String getServiceId()
    • getProcessInfoId

      public String getProcessInfoId()
    • setProcessInfoId

      public void setProcessInfoId(String processInfoId)
    • getWorkerName

      public String getWorkerName()
    • setWorkerName

      public void setWorkerName(String workerName)
    • getEnvoyPrefix

      public String getEnvoyPrefix()
    • setEnvoyPrefix

      public void setEnvoyPrefix(String envoyPrefix)
    • toString

      public String toString()
      Overrides:
      toString in class Object