example.sip
Class Sippy_B

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

public class Sippy_B
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_B()
          Creates a new instance of Sippy_B
 
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_B

public Sippy_B()
Creates a new instance of Sippy_B

Method Detail

startApp

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