class documentation
class TCPService(TCPROSTransportProtocol):
Constructor: TCPService(resolved_name, service_class, buff_size)
Protocol implementation for Services over TCPROS
Method | __init__ |
ctor. @param resolved_name: name of service @type resolved_name: str @param service_class: Service data type class @type service_class: Service @param buff_size int: size of buffer (bytes) to use for reading incoming requests... |
Method | get |
Protocol API @return: header fields @rtype: dict |
Instance Variable | service |
Undocumented |