Home | History | Annotate | Download | only in stack

Lines Matching refs:peerPort

95     private int peerPort;
154 this.peerPort = mySock.getPort();
176 this.peerPort = port;
182 this.key = MessageChannel.getKey(peerAddress, peerPort, "TLS");
256 this.getMessageProcessor().getIpAddress(), this.peerAddress, this.peerPort,
293 logMessage(sipMessage, peerAddress, peerPort, time);
430 v.setParameter(Via.RPORT, Integer.toString(this.peerPort));
438 String key = IOHandler.makeKey(mySock.getInetAddress(), this.peerPort);
680 this.key = MessageChannel.getKey(this.peerAddress, this.peerPort, "TLS");
709 return peerPort;
713 return this.peerPort;