Searched refs:transport (Results 1 – 2 of 2) sorted by relevance
7 for Attach. This transport requires an address. The address is a single integer10 When this transport begins listening or attaching it will send the13 When this transport stops listening for connections it will send the16 When this transport has successfully received fds from the proxy it sends the19 When this transport has closed its copies of the fds it will send the proxy the22 When this transport accepts or attaches to a connection it will read from the27 to writing any data to write\_fd\_ the transport will _read_ from the31 This transport implements no optional capabilities, though this may change in
456 PacketReader(FdForwardTransport* transport, jdwpPacket* pkt) in PacketReader() argument457 : transport_(transport), in PacketReader()587 PacketWriter(FdForwardTransport* transport, const jdwpPacket* pkt) in PacketWriter() argument588 : transport_(transport), pkt_(pkt), data_() {} in PacketWriter()782 FdForwardTransport* transport = in jdwpTransport_OnLoad() local784 transport->functions = &gTransportInterface; in jdwpTransport_OnLoad()785 *env = transport; in jdwpTransport_OnLoad()