|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.grinder.communication.Connector
public final class Connector
Connection factory.
| Constructor Summary | |
|---|---|
Connector(String hostString,
int port,
ConnectionType connectionType)
Constructor. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
String |
getEndpointAsString()
Return a description of the connection address. |
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Connector(String hostString,
int port,
ConnectionType connectionType)
hostString - TCP address to connect to.port - TCP port to connect to.connectionType - Connection type.| Method Detail |
|---|
public int hashCode()
hashCode in class Objectpublic boolean equals(Object o)
equals in class Objectpublic String getEndpointAsString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||