2 * © 2008 INA Service GmbH
4 package net.pterodactylus.util.fcp;
7 * Enumeration for the different values for the “UploadFrom” field in
8 * {@link ClientPut} and {@link ClientGet} requests.
10 * @author David ‘Bombe’ Roden <bombe@freenetproject.org>
13 public enum UploadFrom {
15 /** Request data follows the request. */
18 /** Request data is written to or read from disk. */
21 /** Request data is just a redirect. */