|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.grinder.console.client.ConsoleConnectionFactory
public class ConsoleConnectionFactory
Something that can create ConsoleConnection instances.
| Constructor Summary | |
|---|---|
|
ConsoleConnectionFactory()
Constructor. |
protected |
ConsoleConnectionFactory(ScheduledExecutorService executor)
Constructor. |
| Method Summary | |
|---|---|
ConsoleConnection |
connect(String host,
int port)
Create a ConsoleConnection. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConsoleConnectionFactory()
protected ConsoleConnectionFactory(ScheduledExecutorService executor)
executor - Scheduled executor used to send keep alive messages.| Method Detail |
|---|
public ConsoleConnection connect(String host,
int port)
throws ConsoleConnectionException
ConsoleConnection.
host - Console host.port - Console port.
ConsoleConnection.
ConsoleConnectionException - Failed to establish a connection.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||