client.net.lan
Class LANClientDescriptor

java.lang.Object
  extended by client.net.lan.LANClientDescriptor

public class LANClientDescriptor
extends java.lang.Object


Constructor Summary
LANClientDescriptor(java.net.InetAddress host, int port, java.lang.String name, java.lang.String description)
          Creates a new instance of LANClientDescriptor
 
Method Summary
 java.lang.String getDescription()
           
 java.net.InetAddress getHost()
           
 java.lang.String getName()
           
 int getPort()
          The connection port of the client.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LANClientDescriptor

public LANClientDescriptor(java.net.InetAddress host,
                           int port,
                           java.lang.String name,
                           java.lang.String description)
Creates a new instance of LANClientDescriptor

Method Detail

getPort

public int getPort()
The connection port of the client.


getHost

public java.net.InetAddress getHost()

getName

public java.lang.String getName()

getDescription

public java.lang.String getDescription()