org.mitre.jsip.messages
Class UnsupportedMessage

java.lang.Object
  |
  +--org.mitre.jsip.SipMessage
        |
        +--org.mitre.jsip.SipRequestMessage
              |
              +--org.mitre.jsip.messages.UnsupportedMessage

public class UnsupportedMessage
extends SipRequestMessage


Fields inherited from class org.mitre.jsip.SipMessage
BadType, Request, Response
 
Constructor Summary
UnsupportedMessage()
          Constructor
 
Method Summary
 void handleCallRequest(SipClient client)
          message specific logic for a request cooresponding to a call.
 boolean handleNewRequest(SipClient client)
          message specific logic for a new request message.
 
Methods inherited from class org.mitre.jsip.SipRequestMessage
cancel, createCallId, createRequestMessage, createRequestMessage, getMethod, getRequestUri, getTimestamp, incrSendCount, lastTimeTick, sendCount, setRequestUri, setTimestamp, setTimeTick
 
Methods inherited from class org.mitre.jsip.SipMessage
addContact, createMessage, getContactList, getContentLength, getCSeqMethod, getHeaderData, getRecordRoute, getSendToAddress, getType, getViaList, hasHeader, hasSendToAddress, haveBody, insertHeader, message, messageBody, setBody, setContactList, setRecordRoute, setSendToAddress, setViaList
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnsupportedMessage

public UnsupportedMessage()
Constructor
Method Detail

handleNewRequest

public boolean handleNewRequest(SipClient client)
Description copied from class: SipRequestMessage
message specific logic for a new request message. The boolean return will designate whether the message has been completely handled (true or not (false)
Overrides:
handleNewRequest in class SipRequestMessage

handleCallRequest

public void handleCallRequest(SipClient client)
Description copied from class: SipRequestMessage
message specific logic for a request cooresponding to a call.
Overrides:
handleCallRequest in class SipRequestMessage