J.JSPage(object) : class documentation

Part of JSPage View In Hierarchy

No class docstring
Line # Kind Name Docs
35 Method __init__ Undocumented
47 Method read_some Read a block of data into the input buffer. Discard any data in the input buffer that has already been processed. Set the EOF marker if there is no more input.
61 Method output Put a string into the output buffer. If the total length of the output buffer is at least BLKSIZE, write it to the output stream.
77 Method flush At the end, flush any remaining data in the output buffer.
83 Method rewrite_part Undocumented
124 Method rewrite Undocumented
def __init__(self, config, ssl, reader, writer, remote_host):
Undocumented
def read_some(self):

Read a block of data into the input buffer. Discard any data in the input buffer that has already been processed. Set the EOF marker if there is no more input.

def output(self, s):

Put a string into the output buffer. If the total length of the output buffer is at least BLKSIZE, write it to the output stream.

def flush(self):

At the end, flush any remaining data in the output buffer.

def rewrite_part(self, s):
Undocumented
def rewrite(self):
Undocumented
API Documentation for SwiperProxy, generated by pydoctor at 2015-10-22 17:52:21.