org.lastbamboo.common.sip.stack.message
Class SipResponseCode

java.lang.Object
  extended by org.lastbamboo.common.sip.stack.message.SipResponseCode

public final class SipResponseCode
extends Object

Type-safe enumeration of SIP response codes.


Field Summary
static int OK
           
static int REQUEST_TIMEOUT
          408 Response Timeout.
static int TRYING
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TRYING

public static final int TRYING
See Also:
Constant Field Values

OK

public static final int OK
See Also:
Constant Field Values

REQUEST_TIMEOUT

public static final int REQUEST_TIMEOUT
408 Response Timeout.

See Also:
Constant Field Values


Copyright © 2013 LittleShoot. All Rights Reserved.