org.cafesip.jiplet
Class EndPointInfo
java.lang.Object
org.cafesip.jiplet.EndPointInfo
public class EndPointInfo
- extends java.lang.Object
|
Constructor Summary |
EndPointInfo()
A constructor for this class. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
EndPointInfo
public EndPointInfo()
- A constructor for this class.
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