public class SimpleURI extends Object
| Constructor and Description |
|---|
SimpleURI(String uri) |
SimpleURI(String host,
int port) |
| Modifier and Type | Method and Description |
|---|---|
String |
getHost() |
int |
getPort() |
String |
toString() |
static SimpleURI |
withDefaultPort(String uri,
int defaultPort) |
Copyright © 2017 Grakn Labs Ltd. All rights reserved.