X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FEndListPeers.java;h=6e23341b78fd3afab1377a786d46d9ccccae1be3;hb=e661a133eb50f60545cbb0b6ffb6b2f581155abe;hp=12dedbe9023218fac1700c85595111f5a2c70b22;hpb=f553531be78d6d6d95dc152728f2b8d40242b57d;p=jFCPlib.git diff --git a/src/net/pterodactylus/fcp/EndListPeers.java b/src/net/pterodactylus/fcp/EndListPeers.java index 12dedbe..6e23341 100644 --- a/src/net/pterodactylus/fcp/EndListPeers.java +++ b/src/net/pterodactylus/fcp/EndListPeers.java @@ -37,4 +37,13 @@ public class EndListPeers extends BaseMessage { super(receivedMessage); } + /** + * Returns the identifier of the request. + * + * @return The identifier of the request + */ + public String getIdentifier() { + return getField("Identifier"); + } + }