HomeSort by relevance Sort by last modified time
    Searched defs:TcpConnection (Results 1 - 2 of 2) sorted by null

  /external/autotest/client/site_tests/network_FirewallHolePunch/src/tcpserver/
tcp-server.js 157 var tcpConnection = new TcpConnection(info.clientSocketId);
158 this.openSockets.push(tcpConnection);
160 tcpConnection.requestSocketInfo(this._onSocketInfo.bind(this));
181 TcpServer.prototype._onSocketInfo = function(tcpConnection, socketInfo) {
183 this.callbacks.connect(tcpConnection, socketInfo);
192 function TcpConnection(socketId) {
207 TcpConnection.prototype.setSocketInfo = function(socketInfo) {
211 TcpConnection.prototype.requestSocketInfo = function(callback) {
221 TcpConnection.prototype.startListening = function(callback)
    [all...]
  /external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/output/
TcpConnection.java 26 class TcpConnection implements IRemoteCommandVisitor {
38 public TcpConnection(final Socket socket, final RuntimeData data) {

Completed in 524 milliseconds