-
public final class RemoteLocation
-
-
Constructor Summary
Constructors Constructor Description RemoteLocation(String host, Integer port)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Integercomponent2()final RemoteLocationcopy(String host, Integer port)final StringgetHost()final IntegergetPort()-
-
Method Detail
-
component1
final String component1()
-
component2
final Integer component2()
-
copy
final RemoteLocation copy(String host, Integer port)
-
-
-
-