|
TPTP 4.2.0 Testing Tools Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.hyades.execution.recorder.http.remote.CleanupObj
This object is used to clean up any sockets that are still hanging around when we close the HTTP recorder.
| Constructor Summary | |
|---|---|
CleanupObj()
Deprecated. |
|
| Method Summary | |
|---|---|
java.lang.String |
getThisConnection()
Deprecated. |
java.net.Socket |
getThisSocket()
Deprecated. |
PacketWriter |
getThisWriter()
Deprecated. |
void |
setThisConnection(java.lang.String thisConnection)
Deprecated. |
void |
setThisSocket(java.net.Socket thisSocket)
Deprecated. |
void |
setThisWriter(PacketWriter thisWriter)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CleanupObj()
| Method Detail |
public java.net.Socket getThisSocket()
public void setThisSocket(java.net.Socket thisSocket)
thisSocket - The thisSocket to set.public PacketWriter getThisWriter()
public void setThisWriter(PacketWriter thisWriter)
thisWriter - The thisWriter to set.public java.lang.String getThisConnection()
public void setThisConnection(java.lang.String thisConnection)
thisConnection - The thisConnection to set.
|
TPTP 4.2.0 Testing Tools Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||