Home
last modified time | relevance | path

Searched refs:StreamConnection (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/bb/asyncrpc/
H A Dclient.py16 from .connection import StreamConnection, WebsocketConnection, DEFAULT_MAX_CHUNK
72 return StreamConnection(reader, writer, self.timeout, self.max_chunk)
89 return StreamConnection(reader, writer, self.timeout, self.max_chunk)
H A Dconnection.py40 class StreamConnection(object): class
H A Dserv.py16 from .connection import StreamConnection, WebsocketConnection
129 socket = StreamConnection(reader, writer, -1)