Skip to content

Use InetSocketAddress instead of DataStoreServerAddress #11

@cyenyxe

Description

@cyenyxe

The Java API already provides a class for representing (host, port) pairs, including port number validations: http://docs.oracle.com/javase/7/docs/api/java/net/InetSocketAddress.html.

If possible, standard classes should be favoured over custom ones.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions