|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MediaType | |
---|---|
org.xnap.plugin.freeway | |
org.xnap.plugin.gift | |
org.xnap.plugin.jtella | A Gnutella plugin based on the JTella library. |
org.xnap.plugin.limewire | |
org.xnap.plugin.opennap.net | Provides the OpenNap network communication classes for search, transfer and chat. |
org.xnap.plugin.opennap.net.msg.client | Provides the classes for messages sent by OpenNap clients like XNap. |
org.xnap.plugin.overnet | |
org.xnap.search | Provides interfaces and classes that enable searching for files. |
Uses of MediaType in org.xnap.plugin.freeway |
---|
Methods in org.xnap.plugin.freeway that return MediaType | |
---|---|
MediaType[] |
FreewayPlugin.getSupportedMediaTypes()
|
Uses of MediaType in org.xnap.plugin.gift |
---|
Methods in org.xnap.plugin.gift that return MediaType | |
---|---|
MediaType[] |
GiFTPlugin.getSupportedMediaTypes()
|
Uses of MediaType in org.xnap.plugin.jtella |
---|
Methods in org.xnap.plugin.jtella that return MediaType | |
---|---|
MediaType[] |
JTellaPlugin.getSupportedMediaTypes()
Returns all supported search media types. |
Uses of MediaType in org.xnap.plugin.limewire |
---|
Methods in org.xnap.plugin.limewire that return MediaType | |
---|---|
MediaType[] |
LimeWireSearchManager.getSupportedMediaTypes()
|
Uses of MediaType in org.xnap.plugin.opennap.net |
---|
Methods in org.xnap.plugin.opennap.net that return MediaType | |
---|---|
MediaType |
OpenNapSearchManager.getMediaType(java.lang.String realm)
|
MediaType[] |
OpenNapSearchManager.getSupportedMediaTypes()
|
Methods in org.xnap.plugin.opennap.net with parameters of type MediaType | |
---|---|
java.lang.String |
OpenNapSearchManager.getRealm(MediaType mt)
|
Uses of MediaType in org.xnap.plugin.opennap.net.msg.client |
---|
Methods in org.xnap.plugin.opennap.net.msg.client with parameters of type MediaType | |
---|---|
static java.lang.String |
SearchRequestMessage.mediaString(MediaType mt)
|
Uses of MediaType in org.xnap.plugin.overnet |
---|
Methods in org.xnap.plugin.overnet that return MediaType | |
---|---|
MediaType[] |
OvernetPlugin.getSupportedMediaTypes()
|
Uses of MediaType in org.xnap.search |
---|
Classes in org.xnap.search that implement MediaType | |
---|---|
class |
AnythingMediaType
Provides the media type that matches any file. |
class |
DefaultMediaType
Provides a default implementation for the MediaType
interface. |
Fields in org.xnap.search declared as MediaType | |
---|---|
static MediaType[] |
SearchManager.DEFAULT_MEDIA_TYPES
|
static MediaType |
SearchManager.MEDIA_ANYTHING
Default media type that matches anything. |
static MediaType |
SearchManager.MEDIA_AUDIO
Default media type that matches audio files. |
static MediaType |
SearchManager.MEDIA_DOCUMENTS
Default media type that matches document files. |
static MediaType |
SearchManager.MEDIA_IMAGES
Default media type that matches image files. |
static MediaType |
SearchManager.MEDIA_SOFTWARE
Default media type that matches software files. |
static MediaType |
SearchManager.MEDIA_VIDEO
Default media type that matches video files. |
Methods in org.xnap.search that return MediaType | |
---|---|
MediaType |
DefaultSearchFilter.getMediaType()
Returns the media type. |
MediaType |
SearchFilter.getMediaType()
Returns the media type. |
static MediaType |
SearchManager.getMediaType(java.lang.String filename)
|
MediaType[] |
SearchProvider.getSupportedMediaTypes()
Returns an array of MediaType objects that are supported
by the provider. |
MediaType[] |
SearchProviderContainer.getSupportedMediaTypes()
Returns the average of all supported media types. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |