Interface | Description |
---|---|
MessageSender |
A contract of message sender.
|
Class | Description |
---|---|
AbstractJmsSender |
Common ancestor of
JmsSender and Jms11Sender . |
AbstractSender |
The common ancestor for all senders.
|
AbstractSocketSender |
The common ancestor for all senders that are able to send messages through a socket.
|
CamelSender |
Sends requests to a Camel endpoint which extends the variety of protocols PerfCake can support.
|
CoapSender |
CoAP sender.
|
CommandSender |
Invokes external command (specified by
AbstractSender.target property)
in a separate process to send the message payload (if message is specified) passed to the standard input of
the process or as the command argument. |
DummySender |
Serves as a dummy sender to start developing a new sender.
|
GroovySender |
Executes an external Groovy script and pass the message
payload via the standard input or as a command argument.
|
HttpSender |
Sends messages via HTTP protocol.
|
HttpsSender |
Sends messages via HTTPs protocol.
|
ChannelSender |
Common ancestor to all sender's sending messages through NIO channels.
|
ChannelSenderDatagram |
Sends messages through NIO DatagramChannel.
|
ChannelSenderFile |
Sends messages through NIO FileChannel.
|
ChannelSenderSocket |
Sends messages through NIO SocketChannel.
|
JdbcSender |
Sends SQL queries via JDBC.
|
Jms11Sender |
Sends messages via JMS.
|
JmsSender |
Sends messages via JMS.
|
LdapSender |
Queries LDAP server.
|
MessageSenderManager |
Manages concurrent friendly pool of senders.
|
MqttSender |
Sends messages to an MQTT endpoint using Fusesource MQTT client.
|
OauthHttpSender |
Allows token authentication to an HTTP based service.
|
PlainSocketSender |
Sends messages through a plain TCP socket.
|
RequestResponseJms11Sender |
Sends messages and receives responses over JMS.
|
RequestResponseJmsSender |
Sends messages and receives responses over JMS.
|
ScriptSender |
Passes messages to a script compatible with Java Script Engine compliant with JSR-223.
|
SslSocketSender |
Sends messages via a SSL socket.
|
WebSocketSender |
Sends a simple messages via websocket protocol to a remote websocket server endpoint.
|
Enum | Description |
---|---|
AbstractJmsSender.MessageType |
JMS message type.
|
CommandSender.MessageFrom |
The origin where the messages are taken from..
|
HttpSender.Method |
Enumeration on available HTTP methods.
|
WebSocketSender.PayloadType |
Payload type.
|
WebSocketSender.RemoteEndpointType |
Remote endpoint type.
|
Copyright © 2010–2017 PerfCake Community. All rights reserved.