org.testng.remote
Class ConnectionInfo

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

public class ConnectionInfo
extends java.lang.Object


Constructor Summary
ConnectionInfo()
           
 
Method Summary
 java.io.ObjectInputStream getOis()
           
 java.io.ObjectOutputStream getOos()
           
 java.net.Socket getSocket()
           
 void setSocket(java.net.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 java.io.ObjectInputStream getOis()
                                 throws java.io.IOException
Throws:
java.io.IOException

getOos

public java.io.ObjectOutputStream getOos()
                                  throws java.io.IOException
Throws:
java.io.IOException

setSocket

public void setSocket(java.net.Socket s)

getSocket

public java.net.Socket getSocket()


Copyright © 2011. All Rights Reserved.