Package | Description |
---|---|
net.grinder.communication |
The Grinder communication subsystem.
|
net.grinder.console.communication |
Console communication.
|
net.grinder.plugininterface |
Interface that plugins should implement.
|
net.grinder.util |
Miscellaneous utility classes.
|
Constructor and Description |
---|
Acceptor(String addressString,
int port,
int numberOfThreads,
TimeAuthority timeAuthority)
Constructor.
|
Constructor and Description |
---|
ConsoleCommunicationImplementation(Resources resources,
ConsoleProperties properties,
ErrorHandler errorHandler,
TimeAuthority timeAuthority)
Constructor that uses a default idlePollDelay.
|
ConsoleCommunicationImplementation(Resources resources,
ConsoleProperties properties,
ErrorHandler errorHandler,
TimeAuthority timeAuthority,
long idlePollDelay,
long inactiveClientTimeOut)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
TimeAuthority |
PluginProcessContext.getTimeAuthority()
Something that knows the time.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Sleeper
Something that can sleep.
|
Modifier and Type | Class and Description |
---|---|
class |
SleeperImplementation
Manage sleeping.
|
class |
StandardTimeAuthority
A standard
TimeAuthority implementation. |
Constructor and Description |
---|
SleeperImplementation(TimeAuthority timeAuthority,
org.slf4j.Logger logger,
double factor,
double limit9975Factor)
The constructor.
|
Copyright © 2000-2014. All Rights Reserved.