From a4c0d3d6d878da55435cb9d9cc8cff6199644199 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sun, 19 Oct 2003 15:08:35 +0000 Subject: Support random path creation --- src/org/noreply/fancydress/type3/routing/RoutingIP4.java | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'src/org/noreply/fancydress/type3/routing/RoutingIP4.java') diff --git a/src/org/noreply/fancydress/type3/routing/RoutingIP4.java b/src/org/noreply/fancydress/type3/routing/RoutingIP4.java index e0527a0..9db61dd 100644 --- a/src/org/noreply/fancydress/type3/routing/RoutingIP4.java +++ b/src/org/noreply/fancydress/type3/routing/RoutingIP4.java @@ -102,5 +102,21 @@ public class RoutingIP4 extends RoutingForward { return result; } + /** + * Get the hostname needed for connectig to the node. + * + * @return hostname. + */ + public String getHostname() { + return ip.getHostAddress(); + } + /** + * Get the port needed for connectig to the node. + * + * @return port + */ + public int getPort() { + return port; + } } -- cgit v1.2.3