Class Host
- java.lang.Object
-
- org.apache.tinkerpop.gremlin.driver.Host
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
Host.Listener
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InetSocketAddress
getAddress()
URI
getHostUri()
boolean
isAvailable()
String
toString()
-
-
-
Method Detail
-
getAddress
public InetSocketAddress getAddress()
-
getHostUri
public URI getHostUri()
-
isAvailable
public boolean isAvailable()
-
-