|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Hop
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 |
|---|
String getHost()
int getPort()
String getTransport()
String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||