X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FPersistentPut.java;h=383ea9326e2d7d27b5203061f2ead28ee91f3004;hb=a655177a4605236e866ac7e0ce32f7cb5289cbc4;hp=892bd815794790af32fb79a56060d467765796a8;hpb=e0d4c56493b97a16514ca865cad0ae42a2d8a5a2;p=jFCPlib.git diff --git a/src/net/pterodactylus/fcp/PersistentPut.java b/src/net/pterodactylus/fcp/PersistentPut.java index 892bd81..383ea93 100644 --- a/src/net/pterodactylus/fcp/PersistentPut.java +++ b/src/net/pterodactylus/fcp/PersistentPut.java @@ -21,14 +21,14 @@ package net.pterodactylus.fcp; /** * A “PersistentPut” message notifies a client about a persistent * {@link ClientPut} request. - * + * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> */ public class PersistentPut extends BaseMessage { /** * Creates a new “PersistentPut” message that wraps the received message. - * + * * @param receivedMessage * The received message */ @@ -38,7 +38,7 @@ public class PersistentPut extends BaseMessage { /** * Returns the client token of the request. - * + * * @return The client token of the request */ public String getClientToken() { @@ -47,7 +47,7 @@ public class PersistentPut extends BaseMessage { /** * Returns the data length of the request. - * + * * @return The data length of the request, or -1 if the length * could not be parsed */ @@ -57,7 +57,7 @@ public class PersistentPut extends BaseMessage { /** * Returns whether the request is on the global queue. - * + * * @return true if the request is on the global queue, * false otherwise */ @@ -67,7 +67,7 @@ public class PersistentPut extends BaseMessage { /** * Returns the identifier of the request. - * + * * @return The identifier of the request */ public String getIdentifier() { @@ -77,7 +77,7 @@ public class PersistentPut extends BaseMessage { /** * Returns the maximum number of retries for failed blocks. When * -1 is returned each block is tried forever. - * + * * @return The maximum number of retries for failed blocks, or * -1 for unlimited retries, or -2 if the * number of retries could not be parsed @@ -88,7 +88,7 @@ public class PersistentPut extends BaseMessage { /** * Returns the content type of the data. - * + * * @return The content type */ public String getMetadataContentType() { @@ -97,7 +97,7 @@ public class PersistentPut extends BaseMessage { /** * Returns the persistence of the request. - * + * * @return The persistence of the request */ public Persistence getPersistence() { @@ -106,7 +106,7 @@ public class PersistentPut extends BaseMessage { /** * Returns the priority of the request. - * + * * @return The priority of the request, or {@link Priority#unknown} if the * priority could not be parsed */ @@ -116,7 +116,7 @@ public class PersistentPut extends BaseMessage { /** * Returns whether this request has started. - * + * * @return true if the request has started, false * otherwise */ @@ -126,7 +126,7 @@ public class PersistentPut extends BaseMessage { /** * Returns the target filename of the request. - * + * * @return The target filename of the request */ public String getTargetFilename() { @@ -135,7 +135,7 @@ public class PersistentPut extends BaseMessage { /** * Returns the upload source of the request. - * + * * @return The upload source of the request */ public UploadFrom getUploadFrom() { @@ -144,7 +144,7 @@ public class PersistentPut extends BaseMessage { /** * Returns the target URI of the request. - * + * * @return The target URI of the request */ public String getURI() { @@ -153,7 +153,7 @@ public class PersistentPut extends BaseMessage { /** * Returns the verbosity of the request. - * + * * @return The verbosity of the request */ public Verbosity getVerbosity() {