Searched refs:TcpConnection (Results 1 – 5 of 5) sorted by relevance
24 import org.jacoco.agent.rt.internal.output.TcpConnection;59 final TcpConnection connection = new TcpConnection( in testInvalidHeader()70 final TcpConnection con = new TcpConnection( in testInvalidContent()86 final TcpConnection con = new TcpConnection( in testRemoteClose()107 final TcpConnection con = new TcpConnection( in testRemoteCloseWithoutHeader()134 final TcpConnection con = new TcpConnection( in testLocalClose()159 final TcpConnection con = new TcpConnection( in testRemoteDump()186 final TcpConnection con = new TcpConnection( in testLocalDump()208 final TcpConnection con = new TcpConnection( in testLocalDumpWithoutInit()242 final TcpConnection con = new TcpConnection( in testRemoteReset()
157 var tcpConnection = new TcpConnection(info.clientSocketId);192 function TcpConnection(socketId) { class207 TcpConnection.prototype.setSocketInfo = function(socketInfo) { class211 TcpConnection.prototype.requestSocketInfo = function(callback) {221 TcpConnection.prototype.startListening = function(callback) {238 TcpConnection.prototype.addDataReceivedListener = function(callback) {255 TcpConnection.prototype.sendMessage = function(msg, callback) {270 TcpConnection.prototype.close = function() {286 TcpConnection.prototype._onSocketInfo = function(callback, socketInfo) {304 TcpConnection.prototype._onReceive = function(info) {[all …]
33 private TcpConnection connection;50 connection = new TcpConnection(socket, data); in startup()
26 class TcpConnection implements IRemoteCommandVisitor { class38 public TcpConnection(final Socket socket, final RuntimeData data) { in TcpConnection() method in TcpConnection
33 private TcpConnection connection;59 connection = new TcpConnection( in startup()