X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FNodeHello.java;h=01b05153e9fede026ca0f2a9c2985c988ef68d76;hb=dd605aee444057a874fabf7fb0045b8448b0d1cd;hp=7c6e27f22fdf207636b179e73e67041685b3ca84;hpb=64c2c9bd494f3ea9d1ae84f8d86827dea025bee6;p=jFCPlib.git diff --git a/src/net/pterodactylus/fcp/NodeHello.java b/src/net/pterodactylus/fcp/NodeHello.java index 7c6e27f..01b0515 100644 --- a/src/net/pterodactylus/fcp/NodeHello.java +++ b/src/net/pterodactylus/fcp/NodeHello.java @@ -1,6 +1,5 @@ /* - * jSite2 - NodeHello.java - - * Copyright © 2008 David Roden + * jFCPlib - NodeHello.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 @@ -21,14 +20,14 @@ package net.pterodactylus.fcp; /** * Some convenience methods for parsing a “NodeHello” message from the node. - * - * @author David Roden + * + * @author David ‘Bombe’ Roden <bombe@freenetproject.org> */ public class NodeHello extends BaseMessage { /** * Createa a new “NodeHello” message that wraps the received message. - * + * * @param receivedMessage * The received FCP message */ @@ -39,7 +38,7 @@ public class NodeHello extends BaseMessage { /** * Returns the build of the node. This may not be a number but also a string * like “@custom@” in case you built the node yourself. - * + * * @return The build of the node */ public String getBuild() { @@ -49,7 +48,7 @@ public class NodeHello extends BaseMessage { /** * Returns the build number of the node. This may not be a number but also a * string like “@custom@” in case you built the node yourself. - * + * * @return The build number of the node, or -1 if the build * number could not be determined */ @@ -59,7 +58,7 @@ public class NodeHello extends BaseMessage { /** * Returns the number of compression codecs. - * + * * @return The number of compression codecs */ public String getCompressionCodecs() { @@ -68,7 +67,7 @@ public class NodeHello extends BaseMessage { /** * Returns the number of compression codecs. - * + * * @return The number of compression codecs, or -1 if the * number of compression codecs could not be determined */ @@ -78,7 +77,7 @@ public class NodeHello extends BaseMessage { /** * Returns the unique connection identifier. - * + * * @return The connection identifier */ public String getConnectionIdentifier() { @@ -87,7 +86,7 @@ public class NodeHello extends BaseMessage { /** * Returns the build of the external library file. - * + * * @return The build of the external library file */ public String getExtBuild() { @@ -96,7 +95,7 @@ public class NodeHello extends BaseMessage { /** * Returns the build number of the external library file. - * + * * @return The build number of the external library file, or -1 * if the build number could not be determined */ @@ -106,7 +105,7 @@ public class NodeHello extends BaseMessage { /** * Returns the revision of the external library file. - * + * * @return The revision of the external library file */ public String getExtRevision() { @@ -115,7 +114,7 @@ public class NodeHello extends BaseMessage { /** * Returns the revision number of the external library file. - * + * * @return The revision number of the external library file, or * -1 if the revision number could not be determined */ @@ -125,7 +124,7 @@ public class NodeHello extends BaseMessage { /** * Returns the FCP version the node speaks. - * + * * @return The FCP version the node speaks */ public String getFCPVersion() { @@ -135,7 +134,7 @@ public class NodeHello extends BaseMessage { /** * Returns the make of the node, e.g. “Fred” (freenet reference * implementation). - * + * * @return The make of the node */ public String getNode() { @@ -144,7 +143,7 @@ public class NodeHello extends BaseMessage { /** * Returns the language of the node as 2-letter code, e.g. “en” or “de”. - * + * * @return The language of the node */ public String getNodeLanguage() { @@ -153,7 +152,7 @@ public class NodeHello extends BaseMessage { /** * Returns the revision of the node. - * + * * @return The revision of the node */ public String getRevision() { @@ -162,7 +161,7 @@ public class NodeHello extends BaseMessage { /** * Returns the revision number of the node. - * + * * @return The revision number of the node, or -1 if the * revision number coult not be determined */ @@ -172,7 +171,7 @@ public class NodeHello extends BaseMessage { /** * Returns whether the node is currently is testnet mode. - * + * * @return true if the node is currently in testnet mode, * false otherwise */ @@ -182,7 +181,7 @@ public class NodeHello extends BaseMessage { /** * Returns the version of the node. - * + * * @return The version of the node */ public String getVersion() {