Package com.ericsson.ssa.sip

Examples of com.ericsson.ssa.sip.SipServletResponseImpl.toDebugString()


            if (resp != null) {
                popVia(resp);
                if (_log.isLoggable(Level.FINE)) {
                    _log.log(Level.FINE,
                        "Timer F fired - send 408 Request Timeout " + _state +
                        " , response = " + resp.toDebugString());
                }
                final SipServletResponseImpl respToSend = resp;
                SipContainerThreadPool.getInstance().execute(new Callable() {
                    public Object call() throws Exception {
                        try {
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.