|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sip.communicator.impl.protocol.sip.MethodProcessorAdapter
public class MethodProcessorAdapter
Provides a default implementation of MethodProcessor which does
no processing and exists only as a convenience to extenders so that they can
override the methods of interest.
| Constructor Summary | |
|---|---|
MethodProcessorAdapter()
|
|
| Method Summary | |
|---|---|
boolean |
processDialogTerminated(javax.sip.DialogTerminatedEvent dialogTerminatedEvent)
Process an asynchronously reported DialogTerminatedEvent. |
boolean |
processIOException(javax.sip.IOExceptionEvent exceptionEvent)
Process an asynchronously reported IO Exception. |
boolean |
processRequest(javax.sip.RequestEvent requestEvent)
Processes a Request received on a ProtocolProviderServiceSipImpl upon which this processor is
registered. |
boolean |
processResponse(javax.sip.ResponseEvent responseEvent)
Processes a Response received on a ProtocolProviderServiceSipImpl upon which this processor is
registered. |
boolean |
processTimeout(javax.sip.TimeoutEvent timeoutEvent)
Processes a retransmit or expiration Timeout of an underlying Transaction handled by this SipListener. |
boolean |
processTransactionTerminated(javax.sip.TransactionTerminatedEvent transactionTerminatedEvent)
Process an asynchronously reported TransactionTerminatedEvent. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MethodProcessorAdapter()
| Method Detail |
|---|
public boolean processDialogTerminated(javax.sip.DialogTerminatedEvent dialogTerminatedEvent)
MethodProcessor
processDialogTerminated in interface MethodProcessordialogTerminatedEvent - an event that indicates that the dialog has
transitioned into the terminated state
public boolean processIOException(javax.sip.IOExceptionEvent exceptionEvent)
MethodProcessor
processIOException in interface MethodProcessorexceptionEvent - the Exception event that is reported to the
application
public boolean processRequest(javax.sip.RequestEvent requestEvent)
MethodProcessorProtocolProviderServiceSipImpl upon which this processor is
registered.
processRequest in interface MethodProcessorrequestEvent - requestEvent fired from the
ProtocolProviderServiceSipImpl to the processor
representing a Request received from the network
public boolean processResponse(javax.sip.ResponseEvent responseEvent)
MethodProcessorProtocolProviderServiceSipImpl upon which this processor is
registered.
processResponse in interface MethodProcessorresponseEvent - the responseEvent fired from the
ProtocolProviderServiceSipImpl to the processor
representing a Response received from the network
public boolean processTimeout(javax.sip.TimeoutEvent timeoutEvent)
MethodProcessorTransaction handled by this SipListener. This Event notifies the
application that a retransmission or transaction Timer expired in the
SipProvider's transaction state machine. The TimeoutEvent encapsulates
the specific timeout type and the transaction identifier either client or
server upon which the timeout occurred. The type of Timeout can by
determined by:
timeoutType = timeoutEvent.getTimeout().getValue();
processTimeout in interface MethodProcessortimeoutEvent - the timeoutEvent received indicating either the
message retransmit or transaction timed out
public boolean processTransactionTerminated(javax.sip.TransactionTerminatedEvent transactionTerminatedEvent)
MethodProcessor
processTransactionTerminated in interface MethodProcessortransactionTerminatedEvent - an event that indicates that the
transaction has transitioned into the terminated state
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||