1
0
mirror of https://github.com/Rogiel/httpchannel synced 2025-12-06 07:32:50 +00:00

Implements 4shared.com service

This commit is contained in:
2012-01-20 00:42:10 -02:00
parent cd2b479b5b
commit 95b549da2c
73 changed files with 7397 additions and 217 deletions

View File

@@ -16,7 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package com.rogiel.httpchannel.service.impl;
package com.rogiel.httpchannel.service.hotfile;
import java.io.IOException;
import java.net.URI;

View File

@@ -1 +1 @@
com.rogiel.httpchannel.service.impl.HotFileService
com.rogiel.httpchannel.service.hotfile.HotFileService

View File

@@ -23,6 +23,7 @@ import junit.framework.Assert;
import org.junit.Test;
import com.rogiel.httpchannel.service.helper.Services;
import com.rogiel.httpchannel.service.hotfile.HotFileService;
/**
* @author <a href="http://www.rogiel.com">Rogiel</a>

View File

@@ -47,6 +47,7 @@ import com.rogiel.httpchannel.service.UploaderCapability;
import com.rogiel.httpchannel.service.exception.AuthenticationInvalidCredentialException;
import com.rogiel.httpchannel.service.helper.Services;
import com.rogiel.httpchannel.service.helper.UploadServices;
import com.rogiel.httpchannel.service.hotfile.HotFileService;
import com.rogiel.httpchannel.util.ChannelUtils;
public class HotFileServiceTest {