Toggle navigation
Home
org.neo4j.helpers.HostnamePort to org.neo4j.helpers.ListenSocketAddress
No. of Instances - 28
No. of Commits - 2
No. of Projects - {'neo4j'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
setting("address",HOSTNAME_PORT,"localhost:7474")
to
legacyAddressSetting
setting("address",HOSTNAME_PORT,"localhost:7687")
to
legacyAddressSetting
address.getHost()
to
address.getHostname()