org.smallmind.plumber.http
Class HTTPRecorder

java.lang.Object
  extended by org.smallmind.plumber.http.HTTPRecorder

public class HTTPRecorder
extends Object


Constructor Summary
HTTPRecorder(int localPort, String remoteHost, int remotePort, int buffer, Logger logger)
           
 
Method Summary
static void main(String[] args)
           
 void record()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTTPRecorder

public HTTPRecorder(int localPort,
                    String remoteHost,
                    int remotePort,
                    int buffer,
                    Logger logger)
Method Detail

record

public void record()
            throws IOException
Throws:
IOException

main

public static void main(String[] args)
                 throws CommandException,
                        IOException
Throws:
CommandException
IOException


Copyright © 2011. All Rights Reserved.