|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.teleal.cling.model.types.HostPort
public class HostPort
Constructor Summary | |
---|---|
HostPort()
|
|
HostPort(String host,
int port)
|
Method Summary | |
---|---|
String |
getHost()
|
int |
getPort()
|
void |
setHost(String host)
|
void |
setPort(int port)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public HostPort()
public HostPort(String host, int port)
Method Detail |
---|
public String getHost()
public void setHost(String host)
public int getPort()
public void setPort(int port)
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |