example.sip
Class Sippy_A

java.lang.Object
  extended by javax.microedition.midlet.MIDlet
      extended by example.sip.BaseUAC
          extended by example.sip.Sippy_A
All Implemented Interfaces:
javax.microedition.lcdui.CommandListener, javax.microedition.sip.SipClientConnectionListener, javax.microedition.sip.SipServerConnectionListener

public class Sippy_A
extends BaseUAC


Nested Class Summary
 
Nested classes/interfaces inherited from class example.sip.BaseUAC
BaseUAC.Status
 
Field Summary
 
Fields inherited from class example.sip.BaseUAC
byeFrm, failFrm, friendDomain, friendName, friendSipPort, friendSocket, inviteFrm, myDisplayName, myName, mySipPort, mySocket, proxyFrm, registerFrm, ringingFrm, sendFrm, talkFrm, waitScreen
 
Constructor Summary
Sippy_A()
          Creates a new instance of client Sippy_A
 
Method Summary
 void startApp()
           
 
Methods inherited from class example.sip.BaseUAC
commandAction, destroyApp, getSocketIStream, getSocketOStream, notifyRequest, notifyResponse, pauseApp, setFriendIdentity, setProxyAddress, setSocket, setUserIdentity, start
 
Methods inherited from class javax.microedition.midlet.MIDlet
checkPermission, getAppProperty, notifyDestroyed, notifyPaused, platformRequest, resumeRequest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Sippy_A

public Sippy_A()
Creates a new instance of client Sippy_A

Method Detail

startApp

public void startApp()
Specified by:
startApp in class javax.microedition.midlet.MIDlet