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