Home | History | Annotate | Download | only in message

Lines Matching defs:toRemove

726         SIPHeader toRemove = (SIPHeader) nameTable.get(headerNameLowerCase);
728 if (toRemove == null)
730 if (toRemove instanceof SIPHeaderList) {
731 SIPHeaderList< ? > hdrList = (SIPHeaderList< ? >) toRemove;
751 if (toRemove instanceof From) {
753 } else if (toRemove instanceof To) {
755 } else if (toRemove instanceof CSeq) {
757 } else if (toRemove instanceof CallID) {
759 } else if (toRemove instanceof MaxForwards) {
761 } else if (toRemove instanceof ContentLength) {