Package | Description |
---|---|
net.grinder.communication |
The Grinder communication subsystem.
|
net.grinder.engine.common |
Common classes used by the Agent and Worker process implementations.
|
Modifier and Type | Method and Description |
---|---|
static ConnectionType |
ConnectionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionType[] |
ConnectionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Acceptor.addListener(ConnectionType connectionType,
Acceptor.Listener listener)
Add a new listener.
|
void |
Acceptor.Listener.connectionAccepted(ConnectionType connectionType,
ConnectionIdentity connection)
A connection has been accepted.
|
void |
Acceptor.Listener.connectionClosed(ConnectionType connectionType,
ConnectionIdentity connection)
A connection has been closed.
|
void |
ServerReceiver.receiveFrom(Acceptor acceptor,
ConnectionType[] connectionTypes,
int numberOfThreads,
long idleThreadPollDelay,
long inactiveClientTimeOut)
Registers a new
Acceptor from which the ServerReceiver
should process messages. |
Constructor and Description |
---|
Connector(String hostString,
int port,
ConnectionType connectionType)
Constructor.
|
FanOutServerSender(Acceptor acceptor,
ConnectionType connectionType,
int numberOfThreads)
Constructor.
|
Constructor and Description |
---|
ConnectorFactory(ConnectionType connectionType)
Constructor.
|
Copyright © 2000-2014. All Rights Reserved.