org.testng.remote
Class ConnectionInfo

java.lang.Object
  extended by org.testng.remote.ConnectionInfo

public class ConnectionInfo
extends Object


Constructor Summary
ConnectionInfo()
           
 
Method Summary
 ObjectInputStream getOis()
           
 ObjectOutputStream getOos()
           
 Socket getSocket()
           
 void setSocket(Socket s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionInfo

public ConnectionInfo()
Method Detail

getOis

public ObjectInputStream getOis()
                         throws IOException
Throws:
IOException

getOos

public ObjectOutputStream getOos()
                          throws IOException
Throws:
IOException

setSocket

public void setSocket(Socket s)

getSocket

public Socket getSocket()


Copyright © 2011. All Rights Reserved.