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