Uses of Class
com.biglybt.core.content.ContentException
-
Packages that use ContentException Package Description com.biglybt.core.content -
-
Uses of ContentException in com.biglybt.core.content
Methods in com.biglybt.core.content with parameters of type ContentException Modifier and Type Method Description void
RelatedAttributeLookupListener. lookupFailed(ContentException error)
void
RelatedContentLookupListener. lookupFailed(ContentException error)
Methods in com.biglybt.core.content that throw ContentException Modifier and Type Method Description static RelatedContentManager
RelatedContentManager. getSingleton()
void
RelatedContentManager. lookupAttributes(byte[] from_hash, RelatedAttributeLookupListener listener)
void
RelatedContentManager. lookupAttributes(byte[] from_hash, java.lang.String[] networks, RelatedAttributeLookupListener listener)
(package private) void
RelatedContentManager. lookupAttributesSupport(byte[] from_hash, byte networks, RelatedAttributeLookupListener listener)
void
RelatedContentManager. lookupContent(byte[] hash, RelatedContentLookupListener listener)
void
RelatedContentManager. lookupContent(byte[] hash, java.lang.String[] networks, RelatedContentLookupListener listener)
void
RelatedContentManager. lookupContent(long file_size, RelatedContentLookupListener listener)
void
RelatedContentManager. lookupContent(long file_size, java.lang.String[] networks, RelatedContentLookupListener listener)
(package private) void
RelatedContentManager. lookupContentSupport(byte[] from_hash, int level, byte networks, boolean explicit, RelatedContentLookupListener listener)
(package private) void
RelatedContentManager. lookupContentSupport(long file_size, byte networks, RelatedContentLookupListener listener)
private void
RelatedContentManager. lookupContentSupport0(byte[] from_hash, byte[] key_bytes, java.lang.String op_str, int level, byte networks, boolean explicit, RelatedContentLookupListener listener)
Constructors in com.biglybt.core.content that throw ContentException Constructor Description RelatedContentManager()
-