Table of Contents

Class: ResourceSubscription Twisted-0.19.0/twisted/web/distrib.py
Base Classes   
resource.Resource
Methods   
__getstate__
__init__
booted
connected
notConnected
render
  __getstate__ 
__getstate__ ( self )

Get persistent state for this ResourceSubscription.

  __init__ 
__init__ (
        self,
        host,
        port,
        )

  booted 
booted ( self )

  connected 
connected ( self,  publisher )

I've connected to a publisher; I'll now send all my requests.

  notConnected 
notConnected ( self,  msg )

I can't connect to a publisher; I'll now reply to all pending requests.

  render 
render ( self,  request )

Render this request, from my server.

This will always be asynchronous, and therefore return NOT_DONE_YET. It spins off a request to the pb client, and either adds it to the list of pending issues or requests it immediately, depending on if the client is already connected.


Table of Contents

This document was automatically generated on Sun Jul 14 19:53:39 2002 by HappyDoc version 2.0