Uses of Interface
com.biglybt.pif.utils.resourceuploader.ResourceUploader
-
Packages that use ResourceUploader Package Description com.biglybt.core.util com.biglybt.pif.utils.resourceuploader com.biglybt.pifimpl.local.utils.resourceuploader -
-
Uses of ResourceUploader in com.biglybt.core.util
Methods in com.biglybt.core.util with parameters of type ResourceUploader Modifier and Type Method Description static void
UrlUtils. setBrowserHeaders(ResourceUploader ru, java.lang.String encoded_headers, java.lang.String referer)
-
Uses of ResourceUploader in com.biglybt.pif.utils.resourceuploader
Methods in com.biglybt.pif.utils.resourceuploader that return ResourceUploader Modifier and Type Method Description ResourceUploader
ResourceUploaderFactory. create(java.net.URL url, java.io.InputStream data)
ResourceUploader
ResourceUploaderFactory. create(java.net.URL url, java.io.InputStream data, java.lang.String user_name, java.lang.String password)
-
Uses of ResourceUploader in com.biglybt.pifimpl.local.utils.resourceuploader
Classes in com.biglybt.pifimpl.local.utils.resourceuploader that implement ResourceUploader Modifier and Type Class Description class
ResourceUploaderURLImpl
Methods in com.biglybt.pifimpl.local.utils.resourceuploader that return ResourceUploader Modifier and Type Method Description ResourceUploader
ResourceUploaderFactoryImpl. create(java.net.URL url, java.io.InputStream data)
ResourceUploader
ResourceUploaderFactoryImpl. create(java.net.URL url, java.io.InputStream data, java.lang.String user_name, java.lang.String password)
-