|
JAIN SIP API v1.1 - 23rd June 2003 |
|||||||||
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 | |
java.lang.String |
getHost()
Returns the host part of this Hop. |
int |
getPort()
Returns the port part of this Hop. |
java.lang.String |
getTransport()
Returns the transport part of this Hop. |
java.lang.String |
toString()
This method returns the Hop as a string. |
Method Detail |
public java.lang.String getHost()
public int getPort()
public java.lang.String getTransport()
public java.lang.String toString()
toString
in class java.lang.Object
|
JAIN SIP API v1.1 - 23rd June 2003 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |