implement getting list of persistent requests
authorDavid ‘Bombe’ Roden <bombe@freenetproject.org>
Mon, 12 May 2008 20:43:45 +0000 (20:43 +0000)
committerDavid ‘Bombe’ Roden <bombe@freenetproject.org>
Mon, 12 May 2008 20:43:45 +0000 (20:43 +0000)
commit17c6a031550816e0976f0c61ca5854092357e73c
treee076fa1ee0739ed8f4b7c527dee84e0d0d05e795
parent5d5496ada7b4c5ff1274933c38f55aebe3583cdb
implement getting list of persistent requests

git-svn-id: http://trooper/svn/projects/jFCPlib/branch/high-level-client@853 c3eda9e8-030b-0410-8277-bc7414b0a119
src/net/pterodactylus/fcp/highlevel/GetRequestResult.java [new file with mode: 0644]
src/net/pterodactylus/fcp/highlevel/HighLevelClient.java
src/net/pterodactylus/fcp/highlevel/PutDirRequestResult.java [new file with mode: 0644]
src/net/pterodactylus/fcp/highlevel/PutRequestResult.java [new file with mode: 0644]
src/net/pterodactylus/fcp/highlevel/RequestListResult.java [new file with mode: 0644]
src/net/pterodactylus/fcp/highlevel/RequestResult.java [new file with mode: 0644]