Uses of Class
adams.core.base.BaseURI
-
Packages that use BaseURI Package Description adams.flow.websocket.client -
-
Uses of BaseURI in adams.flow.websocket.client
Fields in adams.flow.websocket.client declared as BaseURI Modifier and Type Field Description protected BaseURI
AbstractWebSocketClientGenerator. m_URL
the URL to connect to.Methods in adams.flow.websocket.client that return BaseURI Modifier and Type Method Description BaseURI
AbstractWebSocketClientGenerator. getURL()
Returns the URL to connect to.Methods in adams.flow.websocket.client with parameters of type BaseURI Modifier and Type Method Description void
AbstractWebSocketClientGenerator. setURL(BaseURI value)
Sets the URL to connect to.
-