public class AdvertisedSocketAddress extends SocketAddress
Constructor and Description |
---|
AdvertisedSocketAddress(String hostname,
int port) |
Modifier and Type | Method and Description |
---|---|
static String |
advertisedAddress(String hostname,
int port)
Textual representation format for an advertised socket address.
|
equals, getHostname, getPort, hashCode, isIPv6, isWildcard, socketAddress, toString
public AdvertisedSocketAddress(String hostname, int port)
Copyright © 2002–2019 The Neo4j Graph Database Project. All rights reserved.