Package AccessGrid :: Package hosting :: Package SOAPpy :: Module Server :: Class InsecureServer
[show private | hide private]
[frames | no frames]

Class InsecureServer

_Server --+
          |
         InsecureServer


The InsecureServer class derives from the SOAPpy server, but doesn't require any authorization information. It uses stock HTTP.
Method Summary
  __init__(self, addr, debug)
  GetURLBase(self)
Return the base URL that represents this server.

Method Details

__init__(self, addr, debug=0)
(Constructor)

Parameters:
addr - the address the server should listen on
           (type=(host, port) tuple)
debug - a debug flag to pass down internally
           (type=0, or 1)
Overrides:
AccessGrid.hosting.SOAPpy.Server._Server.__init__

GetURLBase(self)

Return the base URL that represents this server.
Returns:
the url of the server
Overrides:
AccessGrid.hosting.SOAPpy.Server._Server.GetURLBase

Generated by Epydoc 2.1 on Mon Jan 09 13:23:47 2006 http://epydoc.sf.net