org.siprop.v2.ua.sip.command.impl
Class RegisterUA

java.lang.Object
  extended by org.siprop.v2.ua.sip.command.impl.RegisterUA
All Implemented Interfaces:
UACommand

public class RegisterUA
extends java.lang.Object
implements UACommand

UACommand of Register.

Author:
noritsuna

Field Summary
static java.lang.String UA_COMMAND_NAME
          UACommand name.
 
Constructor Summary
RegisterUA()
           
 
Method Summary
 void do_Register_init(Context context, UAContext uaContext)
          Initial command.
 void do_Register_receive401(Context context, UAContext uaContext)
          Receive 401 Response and processing.
 void do_Register_resp_200(Context context, UAContext uaContext)
          Receive 200 Response and processing.
 void do_Register_send(Context context, UAContext uaContext)
          send REGISTER message.
 void do_Register_sendUnRegister(Context context, UAContext uaContext)
          send UnREGISTER message with Auth.
 void do_Register_sendWithAuth(Context context, UAContext uaContext)
          send REGISTER message with Auth.
 java.lang.String getUACommandName()
          get The name which shows this command.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UA_COMMAND_NAME

public static final java.lang.String UA_COMMAND_NAME
UACommand name.

See Also:
Constant Field Values
Constructor Detail

RegisterUA

public RegisterUA()
Method Detail

getUACommandName

public java.lang.String getUACommandName()
Description copied from interface: UACommand
get The name which shows this command.

Specified by:
getUACommandName in interface UACommand
Returns:
The name which shows this command

do_Register_init

public void do_Register_init(Context context,
                             UAContext uaContext)
Initial command.

Parameters:
context -
uaContext -

do_Register_send

public void do_Register_send(Context context,
                             UAContext uaContext)
send REGISTER message.

Parameters:
context -
uaContext -

do_Register_receive401

public void do_Register_receive401(Context context,
                                   UAContext uaContext)
Receive 401 Response and processing.

Parameters:
context -
uaContext -

do_Register_sendWithAuth

public void do_Register_sendWithAuth(Context context,
                                     UAContext uaContext)
send REGISTER message with Auth.

Parameters:
context -
uaContext -

do_Register_resp_200

public void do_Register_resp_200(Context context,
                                 UAContext uaContext)
Receive 200 Response and processing.

Parameters:
context -
uaContext -

do_Register_sendUnRegister

public void do_Register_sendUnRegister(Context context,
                                       UAContext uaContext)
send UnREGISTER message with Auth.

Parameters:
context -
uaContext -