Package ganeti :: Package http :: Module client :: Class _HttpServerToClientMessageReader
[hide private]
[frames] | no frames]

Class _HttpServerToClientMessageReader

source code


Instance Methods [hide private]
 
ParseStartLine(self, start_line)
Parses the status line sent by the server.
source code

Inherited from HttpMessageReader: __init__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  START_LINE_LENGTH_MAX = 512
  HEADER_LENGTH_MAX = 4096

Inherited from HttpMessageReader: PS_BODY, PS_COMPLETE, PS_HEADERS, PS_START_LINE

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

ParseStartLine(self, start_line)

source code 

Parses the status line sent by the server.

Parameters:
  • start_line - Start line string
Overrides: HttpMessageReader.ParseStartLine