Uses of Interface
org.neo4j.driver.net.ServerAddress
Packages that use ServerAddress
-
Uses of ServerAddress in org.neo4j.driver.net
Methods in org.neo4j.driver.net that return ServerAddressModifier and TypeMethodDescriptionstatic ServerAddress
Create a new address with the given host using the default bolt port.static ServerAddress
Create a new address with the given host and port.Methods in org.neo4j.driver.net that return types with arguments of type ServerAddressModifier and TypeMethodDescriptionServerAddressResolver.resolve
(ServerAddress address) Resolve the given address to a set of other addresses.Methods in org.neo4j.driver.net with parameters of type ServerAddressModifier and TypeMethodDescriptionServerAddressResolver.resolve
(ServerAddress address) Resolve the given address to a set of other addresses.