org.lastbamboo.common.sip.stack.message
Class SipResponseCode
java.lang.Object
org.lastbamboo.common.sip.stack.message.SipResponseCode
public final class SipResponseCode
- extends Object
Type-safe enumeration of SIP response codes.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.