Handler class for HTTP proxy connections. This is the main class that processes connections for HTTP client, server and proxy services.


Namespace: Benchmarx.Munja
Assembly: Munja (in Munja.dll)

Syntax

Visual Basic (Declaration)
Public Class HTTPHandler
    Inherits Handler
C#
public class HTTPHandler : Handler
C++
ref class HTTPHandler : Handler
J#
public class HTTPHandler extends Handler
JScript
public class HTTPHandler extends Handler

Inheritance Hierarchy

System.Object
   Benchmarx.Munja.Handler
      Benchmarx.Munja.HTTPHandler

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also