org.apache.jmeter.protocol.http.control

Class HttpMirrorServer


public class HttpMirrorServer
extends Thread

Server daemon thread. Creates main socket and listens on it. For each client request, creates a thread to handle the request.

Constructor Summary

HttpMirrorServer(int port)
Create a new Daemon with the specified port and target.

Method Summary

Exception
getException()
static void
main(args[] )
void
run()
Listen on the daemon port and handle incoming requests.
void
stopServer()

Constructor Details

HttpMirrorServer

public HttpMirrorServer(int port)
Create a new Daemon with the specified port and target.
Parameters:
port - the port to listen on.

Method Details

getException

public Exception getException()

main

public static void main(args[] )

run

public void run()

stopServer

public void stopServer()

Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.