X-Git-Url: https://git.pterodactylus.net/?p=jFCPlib.git;a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FAllData.java;h=d1541bfedeaafea8bd41ff42c6f3c247d2abc632;hp=aaa0c558f176afe7c13743f69b1db7c0a6a64073;hb=a655177a4605236e866ac7e0ce32f7cb5289cbc4;hpb=e0d4c56493b97a16514ca865cad0ae42a2d8a5a2 diff --git a/src/net/pterodactylus/fcp/AllData.java b/src/net/pterodactylus/fcp/AllData.java index aaa0c55..d1541bf 100644 --- a/src/net/pterodactylus/fcp/AllData.java +++ b/src/net/pterodactylus/fcp/AllData.java @@ -28,7 +28,7 @@ import java.io.InputStream; * {@link #getPayloadInputStream()} to get the data. If an AllData message * passes through all registered {@link FcpListener}s without the payload being * consumed, the payload is discarded! - * + * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> */ public class AllData extends BaseMessage { @@ -38,7 +38,7 @@ public class AllData extends BaseMessage { /** * Creates an “AllData” message that wraps the received message. - * + * * @param receivedMessage * The received message * @param payloadInputStream @@ -51,7 +51,7 @@ public class AllData extends BaseMessage { /** * Returns the identifier of the request. - * + * * @return The identifier of the request */ public String getIdentifier() { @@ -60,7 +60,7 @@ public class AllData extends BaseMessage { /** * Returns the length of the data. - * + * * @return The length of the data, or -1 if the length could * not be parsed */ @@ -70,7 +70,7 @@ public class AllData extends BaseMessage { /** * Returns the startup time of the request. - * + * * @return The startup time of the request (in milliseconds since Jan 1, * 1970 UTC), or -1 if the time could not be parsed */ @@ -80,7 +80,7 @@ public class AllData extends BaseMessage { /** * Returns the completion time of the request. - * + * * @return The completion time of the request (in milliseconds since Jan 1, * 1970 UTC), or -1 if the time could not be parsed */ @@ -92,7 +92,7 @@ public class AllData extends BaseMessage { * Returns the payload input stream. You have consume the * input stream before returning from the * {@link FcpListener#receivedAllData(FcpConnection, AllData)} method! - * + * * @return The payload */ public InputStream getPayloadInputStream() {