|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.dpml.transit.model.RequestIdentifier
A request identifier.
| Constructor Summary | |
RequestIdentifier(String address,
int port,
String protocol,
String scheme,
String prompt)
Creation of a new request identifier. |
|
| Method Summary | |
boolean |
equals(Object obj)
Test for equality. |
int |
hashCode()
Return the hascode for this instance. |
String |
toString()
Return the string representation of this instance. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public RequestIdentifier(String address,
int port,
String protocol,
String scheme,
String prompt)
throws NullArgumentException
address - the addressport - the portprotocol - the protocolscheme - the schemeprompt - the prompt
NullArgumentException - if any of the address, protocol, scheme
or prompt arguments is null.| Method Detail |
public boolean equals(Object obj)
obj - the object to test against
public int hashCode()
public String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||