|
NIST SIP Parser and Stack (v1.2) API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The Hop interface defines a location a request can transit on the way to
its destination, i.e. a route. It defines the host, port and transport of
the location. This interface is used to identify locations in the
Router
interface.
Router
Method Summary | |
String |
getHost()
Returns the host part of this Hop. |
int |
getPort()
Returns the port part of this Hop. |
String |
getTransport()
Returns the transport part of this Hop. |
String |
toString()
This method returns the Hop as a string. |
Method Detail |
public String getHost()
public int getPort()
public String getTransport()
public String toString()
toString
in class Object
|
NIST SIP Parser and Stack (v1.2) API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |