Searched refs:EchoRequest (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/tools/testserver/
H A Decho_message.py34 """Class to keep header info of the EchoRequest and EchoResponse messages.
80 The string representation of EchoRequest or EchoResponse objects.
121 class EchoRequest(EchoHeader): class in inherits:EchoHeader
131 """Initializes EchoRequest object."""
136 """Parses and Initializes the EchoRequest object from the echo_request_data.
143 The string representation of EchoRequest object.
148 if len(echo_request_data) <= EchoRequest.PAYLOAD_START:
150 self.payload = echo_request_data[EchoRequest.PAYLOAD_START:]
153 """Initializes the EchoRequest object with payload.
155 It calculates checksum for the payload and initializes self (EchoRequest)
[all...]

Completed in 94 milliseconds