Home | History | Annotate | Download | only in stack

Lines Matching refs:messageProcessor

156         super.messageProcessor = msgProcessor;
166 * @param messageProcessor -- the message processor that created us.
170 TLSMessageProcessor messageProcessor) throws IOException {
177 this.myPort = messageProcessor.getPort();
180 this.tlsMessageProcessor = messageProcessor;
181 this.myAddress = messageProcessor.getIpAddress().getHostAddress();
183 super.messageProcessor = messageProcessor;
308 Socket sock = this.sipStack.ioHandler.sendBytes(this.messageProcessor.getIpAddress(),
436 ((TLSMessageProcessor) this.messageProcessor).cacheMessageChannel(this);
460 this.messageProcessor.getIpAddress().getHostAddress() + ":"
461 + this.messageProcessor.getPort(), false, receptionTime);