org.apache.ws.commons.tcpmon.core.ui
Class RawSender

java.lang.Object
  extended by org.apache.ws.commons.tcpmon.core.ui.RawSender
All Implemented Interfaces:
Runnable

public class RawSender
extends Object
implements Runnable

Sends a raw HTTP request and invokes RequestResponseListener as necessary.


Constructor Summary
RawSender(AbstractListener listener, String targetHost, int targetPort)
           
 
Method Summary
 OutputStream getOutputStream()
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RawSender

public RawSender(AbstractListener listener,
                 String targetHost,
                 int targetPort)
          throws IOException
Throws:
IOException
Method Detail

getOutputStream

public OutputStream getOutputStream()

run

public void run()
Specified by:
run in interface Runnable


Copyright © The Apache Software Foundation. All Rights Reserved.