X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FGetRequestStatus.java;h=5e2d63b45c0ef9e455153c0e7d7e91d9c607124d;hb=dd605aee444057a874fabf7fb0045b8448b0d1cd;hp=27ca9b4861884645b78fb0f8194d4bd355aced9f;hpb=64c2c9bd494f3ea9d1ae84f8d86827dea025bee6;p=jFCPlib.git diff --git a/src/net/pterodactylus/fcp/GetRequestStatus.java b/src/net/pterodactylus/fcp/GetRequestStatus.java index 27ca9b4..5e2d63b 100644 --- a/src/net/pterodactylus/fcp/GetRequestStatus.java +++ b/src/net/pterodactylus/fcp/GetRequestStatus.java @@ -1,6 +1,5 @@ /* - * jSite2 - GetRequestStatus.java - - * Copyright © 2008 David Roden + * jFCPlib - GetRequestStatus.java - Copyright © 2008 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -23,14 +22,14 @@ package net.pterodactylus.fcp; * The “GetRequestStatus” message is used request status information about a * running request. It is also the only way to trigger a download of a persisted * completed {@link ClientGet} with a return type of {@link ReturnType#direct}. - * + * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> */ public class GetRequestStatus extends FcpMessage { /** * Creates a new “GetRequestStatus” message. - * + * * @param identifier * The identifier of the request */ @@ -41,7 +40,7 @@ public class GetRequestStatus extends FcpMessage { /** * Sets whether the request is on the global queue. - * + * * @param global * true if the request is on the global queue, * false if it is on the client-local queue @@ -53,7 +52,7 @@ public class GetRequestStatus extends FcpMessage { /** * Sets whether the omit the transmission of the request data in a * {@link AllData} message. - * + * * @param onlyData * true to skip transmission of data, * false to download data