HomeSort by relevance Sort by last modified time
    Searched refs:ioHandler (Results 1 - 4 of 4) sorted by null

  /external/nist-sip/java/gov/nist/javax/sip/stack/
TCPMessageChannel.java 250 // Socket s = this.sipStack.ioHandler.getSocket(IOHandler.makeKey(
252 Socket sock = this.sipStack.ioHandler.sendBytes(this.messageProcessor.getIpAddress(),
310 Socket sock = this.sipStack.ioHandler.sendBytes(this.messageProcessor.getIpAddress(),
468 String key = IOHandler.makeKey(mySock.getInetAddress(), remotePort);
469 sipStack.ioHandler.putSocket(key, mySock);
TLSMessageChannel.java 255 Socket sock = this.sipStack.ioHandler.sendBytes(
308 Socket sock = this.sipStack.ioHandler.sendBytes(this.messageProcessor.getIpAddress(),
438 String key = IOHandler.makeKey(mySock.getInetAddress(), this.peerPort);
439 sipStack.ioHandler.putSocket(key, mySock);
SIPTransactionStack.java 205 protected IOHandler ioHandler;
439 this.ioHandler = new IOHandler(this);
488 this.ioHandler = new IOHandler(this);
530 return this.ioHandler.obtainLocalAddress(
    [all...]
UDPMessageChannel.java 793 Socket outputSocket = sipStack.ioHandler.sendBytes(
    [all...]

Completed in 259 milliseconds