/**
* The “FCPPluginReply” is sent by a plugin as a response to a
* {@link FCPPluginMessage} message.
- *
+ *
* @author David ‘Bombe’ Roden <bombe@freenetproject.org>
*/
public class FCPPluginReply extends BaseMessage {
/**
* Creates a new “FCPPluginReply” message that wraps the received message.
- *
+ *
* @param receivedMessage
* The received message
* @param payloadInputStream
/**
* Returns the name of the plugin.
- *
+ *
* @return The name of the plugin
*/
public String getPluginName() {
/**
* Returns the identifier of the request.
- *
+ *
* @return The identifier of the request
*/
public String getIdentifier() {
/**
* Returns the length of the optional payload.
- *
+ *
* @return The length of the payload, or <code>-1</code> if there is no
* payload or the length could not be parsed
*/
/**
* Returns a reply from the plugin.
- *
+ *
* @param key
* The name of the reply
* @return The value of the reply
/**
* Returns the optional payload.
- *
+ *
* @return The payload of the reply, or <code>null</code> if there is no
* payload
*/