Package | Description |
---|---|
net.grinder.communication |
The Grinder communication subsystem.
|
net.grinder.console.communication |
Console communication.
|
net.grinder.console.communication.server |
Console code that dispatches messages received from console clients.
|
net.grinder.engine.communication |
Communication classes used by the Agent and Worker process implementations.
|
net.grinder.synchronisation |
Synchronisation classes.
|
Modifier and Type | Class and Description |
---|---|
class |
MessageDispatchSender
Passive
Sender class that dispatches incoming messages to the
appropriate handler. |
Modifier and Type | Method and Description |
---|---|
MessageDispatchRegistry |
ConsoleCommunication.getMessageDispatchRegistry()
Returns the message dispatch registry which callers can use to register new
message handlers.
|
MessageDispatchRegistry |
ConsoleCommunicationImplementation.getMessageDispatchRegistry()
Returns the message dispatch registry which callers can use to register new
message handlers.
|
Modifier and Type | Method and Description |
---|---|
void |
DispatchClientCommands.registerMessageHandlers(MessageDispatchRegistry messageDispatcher)
Registers message handlers with a dispatcher.
|
Modifier and Type | Method and Description |
---|---|
void |
ConsoleListener.registerMessageHandlers(MessageDispatchRegistry messageDispatcher)
Registers message handlers with a dispatcher.
|
Constructor and Description |
---|
ClientBarrierGroups(Sender sender,
MessageDispatchRegistry messageDispatch)
Constructor.
|
Copyright © 2000-2014. All Rights Reserved.