Package com.illumon.iris.web.shared.ide
Class ConsoleAddress
java.lang.Object
com.illumon.iris.web.shared.ide.ConsoleAddress
- All Implemented Interfaces:
Serializable
Sent from the server to the client so the client can figure out where to connect to the worker.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetToken()voidsetEnvoyPrefix(String envoyPrefix) voidsetGrpcUrl(String grpcUrl) voidsetProcessInfoId(String processInfoId) voidsetServiceId(String serviceId) voidsetStaticUrl(String staticUrl) voidsetToken(ConnectToken token) voidsetWebsocketUrl(String websocketUrl) voidsetWorkerName(String workerName) toString()
-
Constructor Details
-
ConsoleAddress
public ConsoleAddress()
-
-
Method Details