Examples of addFailedTarget()


Examples of com.ericsson.ssa.sip.SipServletRequestImpl.addFailedTarget()

                  resolver.setTargetFailed(req.getRemote(), expireTime);
                }
                // but for the current request we also mark it as failed
                // so regardless of the quarantine time it will not be tried twice
                // for the same request
                req.addFailedTarget(req.getRemote());
                // shortcut to let the dns resolver consider the failed targets
                // for this request by setting them via threadlocal
                DnsResolver.getInstance().setThreadLocalFailedTargets(req.getFailedTargets());
                TargetTuple newDestination = resolver.resolveRequest(req,
                        req.getMessageSize());
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.