org.cafesip.jiplet
Class EndPointInfo

java.lang.Object
  extended by org.cafesip.jiplet.EndPointInfo

public class EndPointInfo
extends java.lang.Object


Constructor Summary
EndPointInfo()
          A constructor for this class.
 
Method Summary
 java.lang.String getHost()
           
 int getPort()
           
 java.lang.String getProtocol()
           
 void setHost(java.lang.String host)
           
 void setPort(int port)
           
 void setProtocol(java.lang.String protocol)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EndPointInfo

public EndPointInfo()
A constructor for this class.

Method Detail

getHost

public java.lang.String getHost()
Returns:
Returns the host.

setHost

public void setHost(java.lang.String host)
Parameters:
host - The host to set.

getPort

public int getPort()
Returns:
Returns the port.

setPort

public void setPort(int port)
Parameters:
port - The port to set.

getProtocol

public java.lang.String getProtocol()
Returns:
Returns the protocol.

setProtocol

public void setProtocol(java.lang.String protocol)
Parameters:
protocol - The protocol to set.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


http://www.cafesip.org