From 2f848cd91f899fe3de2701085ee720b96ba317c0 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sun, 12 Oct 2003 03:24:56 +0000 Subject: Allow passing a path to the Path class constructor. --- src/org/noreply/fancydress/directory/IncomingMMTPSection.java | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/org/noreply/fancydress/directory/IncomingMMTPSection.java') diff --git a/src/org/noreply/fancydress/directory/IncomingMMTPSection.java b/src/org/noreply/fancydress/directory/IncomingMMTPSection.java index bd1ec67..92e17d7 100644 --- a/src/org/noreply/fancydress/directory/IncomingMMTPSection.java +++ b/src/org/noreply/fancydress/directory/IncomingMMTPSection.java @@ -100,4 +100,14 @@ public class IncomingMMTPSection { protocols = entryProtocols.getValue(); } + + public InetAddress getIP() { + return ip; + } + public String getHostname() { + return hostname; + } + public int getPort() { + return port; + } } -- cgit v1.2.3