Package core :: Package controllers :: Package daemons :: Module proxy :: Class w3afProxyHandler
[hide private]
[frames] | no frames]

Class w3afProxyHandler




Nested Classes [hide private]
  TimeoutError

Inherited from BaseHTTPServer.BaseHTTPRequestHandler: MessageClass


Instance Methods [hide private]
  SIGALRM_handler(sig, stack)
  _connect_to(self, netloc, sock)
  _read_write(self, sock, max_idling=20)
  _sendError(self, exceptionObj)
Send an error to the browser.
  _sendToBrowser(self, res)
Send a response to the browser
  _sendToServer(self)
  doAll(self)
  do_CONNECT(self)
  do_GET(self)
  do_HEAD(self)
  do_POST(self)
  log_message(self, format, *args)
I dont want messages written to stderr, please write them to the om.

Inherited from BaseHTTPServer.BaseHTTPRequestHandler: address_string, date_time_string, end_headers, handle, handle_one_request, log_date_time_string, log_error, log_request, parse_request, send_error, send_header, send_response, version_string

Inherited from SocketServer.StreamRequestHandler: finish, setup

Inherited from SocketServer.BaseRequestHandler: __init__


Class Variables [hide private]

Inherited from BaseHTTPServer.BaseHTTPRequestHandler: error_message_format, monthname, protocol_version, responses, server_version, sys_version, weekdayname

Inherited from SocketServer.StreamRequestHandler: rbufsize, wbufsize


Method Details [hide private]

SIGALRM_handler(sig, stack)

 
None

_connect_to(self, netloc, sock)

 
None

_read_write(self, sock, max_idling=20)

 
None

_sendError(self, exceptionObj)

 
Send an error to the browser.

_sendToBrowser(self, res)

 
Send a response to the browser

_sendToServer(self)

 
None

doAll(self)

 
None

do_CONNECT(self)

 
None

do_GET(self)

 
None

do_HEAD(self)

 
None

do_POST(self)

 
None

log_message(self, format, *args)

 
I dont want messages written to stderr, please write them to the om.
Overrides: BaseHTTPServer.BaseHTTPRequestHandler.log_message