|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.tools.ant.taskdefs.optional.sitraka.Socket
Define a host and port to connect to if you want to do remote viewing. <socket/> defaults to host 127.0.0.1 and port 4444 Otherwise it requires the host and port attributes to be set: <socket host="e;175.30.12.1"e; port="e;4567"e;/>
Constructor Summary | |
Socket()
|
Method Summary | |
void |
setHost(java.lang.String value)
the host name/ip of the machine on which the Viewer is running; defaults to localhost. |
void |
setPort(java.lang.Integer value)
Optional port number for the viewer; default is 4444 |
java.lang.String |
toString()
if no host is set, returning ':<port>', will take localhost |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Socket()
Method Detail |
public void setHost(java.lang.String value)
public void setPort(java.lang.Integer value)
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |