Search
AND
OR
Front page
|
Reload
|
New
|
List of pages
|
Search
|
Recent changes
|
Help
development/design/classDescription
Main Menu
TOP
Readme
Contents
Download
recent(20)
2023-10-16
noritsuna
2022-03-17
product
2019-01-06
aboutus
member
yamaz
2017-07-22
50usd_ground_station
2016-10-31
Space Probe Contest 2016
hirotaka
2016-08-15
Ene-1 GP SUZUKA KV-BIKE 2016
2014-07-18
slime lamp
2014-01-22
product/ScanningDrone
2013-09-06
product/MakerStyleGoogleGlass
2013-05-23
product/TreasureHuntingRobot
2012-12-27
product/nebula
2012-02-15
product/AutoChasingTurtle
product/pandacloud
2007-11-22
schedule
2007-10-11
sipropproject
2007-10-09
yusuke
masaxmasa
Total:0/Today:0
Start:
[[development/design]]
*Class relations [#g3f65c7b]
-For extended relations, please look at a [[Class figure>...
-For details, please look at [[JavaDoc:http://www.siprop....
*Starting & initialization part [#ka83b232]
***B2BUAMain class [#k23102bb]
-This is a class with the main method for starting.
--This processes instance-ization of Provider.
***Provider interface [#q2a56fab]
-This carries out all the initializes.
***Repository interface [#z963c98c]
-This is initialized in every layer (Manager interface).
*Message part [#m0614606]
***Message interface [#uca54d3a]
-This is a super class of all the messages.
***Context interface [#kd93cb21]
-This is a message holding the information over between l...
--Information until it receives from Opposite UA and is t...
***Packet interface [#m31a8a38]
-This is a message holding the information used only with...
--Information until it receives from Router and is transm...
***FlatMessage interface [#v243ee95]
-This is a message showing the normalized message.
***Info interface [#w153c116]
-This is the message which extracted only required inform...
***ControlMessage interface [#a2d9590a]
-This is a message how it should operate to a layer, and ...
*Router part [#ged73cdd]
***Router interface [#a39c5af3]
-This carries out routing processing of a message.
***RouterInfo interface [#k621d13c]
-This holds routing information.
***Listener interface [#ne8f2658]
-This is an interface showing the entry point of the rout...
***RouteKey interface [#g17c5784]
-This is an interface holding the routing information whi...
***SendToKey class [#caa78378]
-This is a class holding src and dst between layers.
*B2BUA Layer [#o8f86176]
***B2BUAManager interface [#d56b98c4]
-This is an interface used as the entry point of the Rout...
***B2BUAModule interface [#qba96421]
-This is an interface for defining B2BUA sequence.
***B2BUAContext interface [#fa4e63f9]
-This is an interface for holding required dialog informa...
***B2BUAInfo interface [#x173c9ee]
-This is a ControlMessage unit and is an interface for ho...
*UA Layer [#n2dd55d7]
***UAManager interface [#r343bd8f]
-This is an interface used as the entry point of the Rout...
***UACommand interface [#e2f27f3e]
-This is an interface which defines and processes operati...
***UAContext interface [#p0d648d2]
-This is an interface for holding required dialog informa...
***UAInfo interface [#xab893d2]
-This is a ControlMessage unit and is an interface for ho...
*Stack Layer [#c80acbdc]
***StackManager interface [#sc66c302]
-This is an interface used as the entry point of the Rout...
***TransactionUser interface [#kfa60c07]
-This is an interface showing TU of SIP.
***TransactionController interface [#d8c977b4]
-This is an interface which exists for forking.
***TransactionEntry interface [#yc3b1c9a]
-This is an interface for describing concrete transaction...
***TransactionInfo interface [#r5dc2245]
-This is an interface for holding information required of...
*Transport Layer [#f7110add]
-This is MINA base class.
***TransportManager interface [#t6009544]
-This is an interface used as the entry point of the Rout...
End:
[[development/design]]
*Class relations [#g3f65c7b]
-For extended relations, please look at a [[Class figure>...
-For details, please look at [[JavaDoc:http://www.siprop....
*Starting & initialization part [#ka83b232]
***B2BUAMain class [#k23102bb]
-This is a class with the main method for starting.
--This processes instance-ization of Provider.
***Provider interface [#q2a56fab]
-This carries out all the initializes.
***Repository interface [#z963c98c]
-This is initialized in every layer (Manager interface).
*Message part [#m0614606]
***Message interface [#uca54d3a]
-This is a super class of all the messages.
***Context interface [#kd93cb21]
-This is a message holding the information over between l...
--Information until it receives from Opposite UA and is t...
***Packet interface [#m31a8a38]
-This is a message holding the information used only with...
--Information until it receives from Router and is transm...
***FlatMessage interface [#v243ee95]
-This is a message showing the normalized message.
***Info interface [#w153c116]
-This is the message which extracted only required inform...
***ControlMessage interface [#a2d9590a]
-This is a message how it should operate to a layer, and ...
*Router part [#ged73cdd]
***Router interface [#a39c5af3]
-This carries out routing processing of a message.
***RouterInfo interface [#k621d13c]
-This holds routing information.
***Listener interface [#ne8f2658]
-This is an interface showing the entry point of the rout...
***RouteKey interface [#g17c5784]
-This is an interface holding the routing information whi...
***SendToKey class [#caa78378]
-This is a class holding src and dst between layers.
*B2BUA Layer [#o8f86176]
***B2BUAManager interface [#d56b98c4]
-This is an interface used as the entry point of the Rout...
***B2BUAModule interface [#qba96421]
-This is an interface for defining B2BUA sequence.
***B2BUAContext interface [#fa4e63f9]
-This is an interface for holding required dialog informa...
***B2BUAInfo interface [#x173c9ee]
-This is a ControlMessage unit and is an interface for ho...
*UA Layer [#n2dd55d7]
***UAManager interface [#r343bd8f]
-This is an interface used as the entry point of the Rout...
***UACommand interface [#e2f27f3e]
-This is an interface which defines and processes operati...
***UAContext interface [#p0d648d2]
-This is an interface for holding required dialog informa...
***UAInfo interface [#xab893d2]
-This is a ControlMessage unit and is an interface for ho...
*Stack Layer [#c80acbdc]
***StackManager interface [#sc66c302]
-This is an interface used as the entry point of the Rout...
***TransactionUser interface [#kfa60c07]
-This is an interface showing TU of SIP.
***TransactionController interface [#d8c977b4]
-This is an interface which exists for forking.
***TransactionEntry interface [#yc3b1c9a]
-This is an interface for describing concrete transaction...
***TransactionInfo interface [#r5dc2245]
-This is an interface for holding information required of...
*Transport Layer [#f7110add]
-This is MINA base class.
***TransportManager interface [#t6009544]
-This is an interface used as the entry point of the Rout...
Page: