A B C D E F G H I K L M N O P Q R S T U V W X Y

C

calculateDefaultDownloadLocation() - Method in interface org.gudy.azureus2.plugins.download.Download
Returns a SaveLocationChange object describing the appropriate location for the download (and torrent file) to exist in, based on the download's completion state, the for-completion rules in place, and the SaveLocationManager object in use.
calculateDefaultPaths(boolean) - Method in interface org.gudy.azureus2.plugins.download.Download
Deprecated. Use Download.calculateDefaultDownloadLocation() instead.
calculateSHA1(byte[]) - Method in interface org.gudy.azureus2.plugins.utils.security.SESecurityManager
returns the SHA1 hash of the input data
canBeDeleted() - Method in interface org.gudy.azureus2.plugins.sharing.ShareResource
 
canBeRemoved() - Method in interface org.gudy.azureus2.plugins.download.Download
Tests whether or not a download can be removed.
canBeRemoved() - Method in interface org.gudy.azureus2.plugins.tracker.TrackerTorrent
 
cancel() - Method in interface org.gudy.azureus2.plugins.disk.DiskManagerRequest
 
cancel() - Method in interface org.gudy.azureus2.plugins.messaging.generic.GenericMessageRegistration
 
cancel() - Method in interface org.gudy.azureus2.plugins.peers.PeerReadRequest
 
cancel() - Method in interface org.gudy.azureus2.plugins.torrent.TorrentCreator
 
cancel() - Method in interface org.gudy.azureus2.plugins.update.Update
cancel this update
cancel() - Method in interface org.gudy.azureus2.plugins.update.UpdateCheckInstance
 
cancel() - Method in interface org.gudy.azureus2.plugins.utils.resourcedownloader.ResourceDownloader
Cancel the download.
cancel() - Method in interface org.gudy.azureus2.plugins.utils.search.SearchInstance
 
cancel() - Method in interface org.gudy.azureus2.plugins.utils.UTTimerEvent
 
cancelCompatiblePeersLocation(MessageManagerListener) - Method in interface org.gudy.azureus2.plugins.messaging.MessageManager
Cancel registration for compatible-peer notification.
cancelled(UpdateChecker) - Method in interface org.gudy.azureus2.plugins.update.UpdateCheckerListener
Called when the checking process has been cancelled
cancelled(UpdateCheckInstance) - Method in interface org.gudy.azureus2.plugins.update.UpdateCheckInstanceListener
 
cancelled(Update) - Method in interface org.gudy.azureus2.plugins.update.UpdateListener
 
cancelled() - Method in interface org.gudy.azureus2.plugins.utils.search.SearchObserver
 
cancelOperation() - Method in interface org.gudy.azureus2.plugins.sharing.ShareManager
adding shares can take a long time due to the torrent creation process.
cancelRequest(PeerReadRequest) - Method in interface org.gudy.azureus2.plugins.peers.Peer
 
canMoveDataFiles() - Method in interface org.gudy.azureus2.plugins.download.Download
Returns true if Azureus will allow the data files for the torrent to be moved.
canPauseDownloads() - Method in interface org.gudy.azureus2.plugins.download.DownloadManager
 
canResumeDownloads() - Method in interface org.gudy.azureus2.plugins.download.DownloadManager
 
cell - Variable in class org.gudy.azureus2.plugins.ui.tables.TableCellMouseEvent
TableCell that the mouse trigger applies to
cellAdded(TableCell) - Method in interface org.gudy.azureus2.plugins.ui.tables.TableCellAddedListener
triggered when a cell is being added.
cellHover(TableCell) - Method in interface org.gudy.azureus2.plugins.ui.tables.TableCellToolTipListener
triggered when a cell's tooltip is about to be displayed.
cellHoverComplete(TableCell) - Method in interface org.gudy.azureus2.plugins.ui.tables.TableCellToolTipListener
triggered when a cell's tooltip is about to be removed.
cellMouseTrigger(TableCellMouseEvent) - Method in interface org.gudy.azureus2.plugins.ui.tables.TableCellMouseListener
triggered when a mouse event for the TableCell occurs, excluding mouse move.
cellVisibilityChanged(TableCell, int) - Method in interface org.gudy.azureus2.plugins.ui.tables.TableCellVisibilityListener
 
CertificateListener - Interface in org.gudy.azureus2.plugins.utils.security
 
changeLocation(SaveLocationChange) - Method in interface org.gudy.azureus2.plugins.download.Download
Apply the changes in the given SaveLocationChange object - this includes moving torrent and data file data.
checkForUpdate(UpdateChecker) - Method in interface org.gudy.azureus2.plugins.update.UpdatableComponent
 
checkInstanceCreated(UpdateCheckInstance) - Method in interface org.gudy.azureus2.plugins.update.UpdateManagerListener
 
checkValid() - Method in interface org.gudy.azureus2.plugins.ipfilter.IPRange
For a range to be usable it has to be valid.
ClientIDException - Exception in org.gudy.azureus2.plugins.clientid
 
ClientIDException(String) - Constructor for exception org.gudy.azureus2.plugins.clientid.ClientIDException
 
ClientIDException(String, Throwable) - Constructor for exception org.gudy.azureus2.plugins.clientid.ClientIDException
 
ClientIDGenerator - Interface in org.gudy.azureus2.plugins.clientid
 
ClientIDManager - Interface in org.gudy.azureus2.plugins.clientid
 
close() - Method in interface org.gudy.azureus2.plugins.messaging.generic.GenericMessageConnection
 
close() - Method in interface org.gudy.azureus2.plugins.network.Connection
Close and shutdown this connection.
close(String, boolean, boolean) - Method in interface org.gudy.azureus2.plugins.peers.Peer
 
closedownComplete() - Method in interface org.gudy.azureus2.plugins.PluginListener
 
closedownInitiated() - Method in interface org.gudy.azureus2.plugins.PluginListener
 
closeView() - Method in interface org.gudy.azureus2.plugins.ui.UIPluginView
Closes the view
CLOSING - Static variable in interface org.gudy.azureus2.plugins.peers.Peer
 
ColorParameter - Interface in org.gudy.azureus2.plugins.ui.config
 
compareVersions(String, String) - Method in interface org.gudy.azureus2.plugins.utils.Utilities
Compares two version strings for order.
compatiblePeerFound(Download, Peer, Message) - Method in interface org.gudy.azureus2.plugins.messaging.MessageManagerListener
Notify of new peer connection that supports the given message type.
complete(Torrent) - Method in interface org.gudy.azureus2.plugins.torrent.TorrentCreatorListener
 
complete() - Method in interface org.gudy.azureus2.plugins.update.Update
mark the update as complete and inform any listeners
complete(UpdateCheckInstance) - Method in interface org.gudy.azureus2.plugins.update.UpdateCheckInstanceListener
 
complete(Update) - Method in interface org.gudy.azureus2.plugins.update.UpdateListener
 
complete() - Method in interface org.gudy.azureus2.plugins.utils.search.SearchObserver
 
completed() - Method in interface org.gudy.azureus2.plugins.update.UpdateChecker
Indicate that update checking is complete and that any updates required have been added by the addUpdate methods
completed(UpdateChecker) - Method in interface org.gudy.azureus2.plugins.update.UpdateCheckerListener
Called when the checking process has completed successfully
completed(ResourceDownloader, InputStream) - Method in class org.gudy.azureus2.plugins.utils.resourcedownloader.ResourceDownloaderAdapter
 
completed(ResourceDownloader, InputStream) - Method in interface org.gudy.azureus2.plugins.utils.resourcedownloader.ResourceDownloaderListener
 
ConfigParameter - Interface in org.gudy.azureus2.plugins.config
 
configParameterChanged(ConfigParameter) - Method in interface org.gudy.azureus2.plugins.config.ConfigParameterListener
 
ConfigParameterListener - Interface in org.gudy.azureus2.plugins.config
 
configSaved() - Method in interface org.gudy.azureus2.plugins.PluginConfigListener
 
ConfigSection - Interface in org.gudy.azureus2.plugins.ui.config
Base class for adding "ConfigSection"s.
configSectionCreate(Composite) - Method in interface org.gudy.azureus2.plugins.ui.config.ConfigSectionSWT
Deprecated. Create your own configuration panel here.
configSectionCreate(Composite) - Method in interface org.gudy.azureus2.ui.swt.plugins.UISWTConfigSection
Create your own configuration panel here.
configSectionDelete() - Method in interface org.gudy.azureus2.plugins.ui.config.ConfigSection
Config view is closing
configSectionGetName() - Method in interface org.gudy.azureus2.plugins.ui.config.ConfigSection
In order for the plugin to display its section correctly, a key in the Plugin language file will need to contain ConfigView.section.
configSectionGetParentSection() - Method in interface org.gudy.azureus2.plugins.ui.config.ConfigSection
Returns section you want your configuration panel to be under.
configSectionSave() - Method in interface org.gudy.azureus2.plugins.ui.config.ConfigSection
User selected Save.
ConfigSectionSWT - Interface in org.gudy.azureus2.plugins.ui.config
Deprecated. use UISWTInstance
connect() - Method in interface org.gudy.azureus2.plugins.messaging.generic.GenericMessageConnection
 
connect(ConnectionListener) - Method in interface org.gudy.azureus2.plugins.network.Connection
Connect this connection's transport, i.e. establish the peer connection.
connected(GenericMessageConnection) - Method in interface org.gudy.azureus2.plugins.messaging.generic.GenericMessageConnectionListener
 
connectFailure(Throwable) - Method in interface org.gudy.azureus2.plugins.network.ConnectionListener
The connection attempt failed.
CONNECTING - Static variable in interface org.gudy.azureus2.plugins.peers.Peer
 
Connection - Interface in org.gudy.azureus2.plugins.network
Represents a managed peer connection, over which messages can be sent and received.
ConnectionListener - Interface in org.gudy.azureus2.plugins.network
Listener for notification of connection events.
ConnectionManager - Interface in org.gudy.azureus2.plugins.network
Manages connections.
connectStarted() - Method in interface org.gudy.azureus2.plugins.network.ConnectionListener
The connection establishment process has started, i.e. the connection is actively being attempted.
connectSuccess() - Method in interface org.gudy.azureus2.plugins.network.ConnectionListener
The connection attempt succeeded.
CONTROLTYPE_AWT - Static variable in interface org.gudy.azureus2.ui.swt.plugins.UISWTView
For UISWTView.setControlType(int); When the event UISWTViewEvent.TYPE_INITIALIZE is triggered, getData() will return a Component object.
CONTROLTYPE_SWT - Static variable in interface org.gudy.azureus2.ui.swt.plugins.UISWTView
For UISWTView.setControlType(int); When the event UISWTViewEvent.TYPE_INITIALIZE is triggered, getData() will return a Composite object.
copyToClipBoard(String) - Method in interface org.gudy.azureus2.plugins.ui.UIManager
 
CORE_PARAM_BOOLEAN_AUTO_SPEED_ON - Static variable in interface org.gudy.azureus2.plugins.PluginConfig
 
CORE_PARAM_BOOLEAN_FRIENDLY_HASH_CHECKING - Static variable in interface org.gudy.azureus2.plugins.PluginConfig
 
CORE_PARAM_BOOLEAN_MAX_ACTIVE_SEEDING - Static variable in interface org.gudy.azureus2.plugins.PluginConfig
 
CORE_PARAM_BOOLEAN_MAX_UPLOAD_SPEED_SEEDING - Static variable in interface org.gudy.azureus2.plugins.PluginConfig
 
CORE_PARAM_BOOLEAN_NEW_SEEDS_START_AT_TOP - Static variable in interface org.gudy.azureus2.plugins.PluginConfig
 
CORE_PARAM_BOOLEAN_NEW_TORRENTS_START_AS_STOPPED - Static variable in interface org.gudy.azureus2.plugins.PluginConfig
 
CORE_PARAM_BOOLEAN_SOCKS_PROXY_NO_INWARD_CONNECTION - Static variable in interface org.gudy.azureus2.plugins.PluginConfig
 
CORE_PARAM_INT_INCOMING_TCP_PORT - Static variable in interface org.gudy.azureus2.plugins.PluginConfig
 
CORE_PARAM_INT_INCOMING_UDP_PORT - Static variable in interface org.gudy.azureus2.plugins.PluginConfig
 
CORE_PARAM_INT_MAX_ACTIVE - Static variable in interface org.gudy.azureus2.plugins.PluginConfig
 
CORE_PARAM_INT_MAX_ACTIVE_SEEDING - Static variable in interface org.gudy.azureus2.plugins.PluginConfig
 
CORE_PARAM_INT_MAX_CONNECTIONS_GLOBAL - Static variable in interface org.gudy.azureus2.plugins.PluginConfig
 
CORE_PARAM_INT_MAX_CONNECTIONS_PER_TORRENT - Static variable in interface org.gudy.azureus2.plugins.PluginConfig
 
CORE_PARAM_INT_MAX_DOWNLOAD_SPEED_KBYTES_PER_SEC - Static variable in interface org.gudy.azureus2.plugins.PluginConfig
 
CORE_PARAM_INT_MAX_DOWNLOADS - Static variable in interface org.gudy.azureus2.plugins.PluginConfig
 
CORE_PARAM_INT_MAX_UPLOAD_SPEED_KBYTES_PER_SEC - Static variable in interface org.gudy.azureus2.plugins.PluginConfig
 
CORE_PARAM_INT_MAX_UPLOAD_SPEED_SEEDING_KBYTES_PER_SEC - Static variable in interface org.gudy.azureus2.plugins.PluginConfig
 
CORE_PARAM_INT_MAX_UPLOADS - Static variable in interface org.gudy.azureus2.plugins.PluginConfig
 
CORE_PARAM_INT_MAX_UPLOADS_SEEDING - Static variable in interface org.gudy.azureus2.plugins.PluginConfig
 
CORE_PARAM_STRING_LOCAL_BIND_IP - Static variable in interface org.gudy.azureus2.plugins.PluginConfig
 
create(ByteBuffer) - Method in interface org.gudy.azureus2.plugins.messaging.Message
Create a new instance of this message by decoding the given byte serialization.
create(URL[]) - Method in interface org.gudy.azureus2.plugins.torrent.TorrentAnnounceURLList
create a new set.
create() - Method in interface org.gudy.azureus2.plugins.utils.resourcedownloader.ResourceDownloaderDelayedFactory
 
create(File) - Method in interface org.gudy.azureus2.plugins.utils.resourcedownloader.ResourceDownloaderFactory
Creates a downloader for a local file - in particular this is useful for installing a plugin from a local file as the installer required ResourceDownloader instances to operate
create(URL) - Method in interface org.gudy.azureus2.plugins.utils.resourcedownloader.ResourceDownloaderFactory
creates a basic downloader. current url must be http or https
create(URL, boolean) - Method in interface org.gudy.azureus2.plugins.utils.resourcedownloader.ResourceDownloaderFactory
Creates a basic downloader, where you can force any configured proxy to be avoided.
create(URL, String, String) - Method in interface org.gudy.azureus2.plugins.utils.resourcedownloader.ResourceDownloaderFactory
 
create(ResourceDownloaderDelayedFactory) - Method in interface org.gudy.azureus2.plugins.utils.resourcedownloader.ResourceDownloaderFactory
creates a downloader that will be asked to create a ResourceDownloader when required.
create(URL, String) - Method in interface org.gudy.azureus2.plugins.utils.resourcedownloader.ResourceDownloaderFactory
 
create(URL, InputStream) - Method in interface org.gudy.azureus2.plugins.utils.resourceuploader.ResourceUploaderFactory
 
create(URL, InputStream, String, String) - Method in interface org.gudy.azureus2.plugins.utils.resourceuploader.ResourceUploaderFactory
 
create(File) - Method in interface org.gudy.azureus2.plugins.utils.xml.simpleparser.SimpleXMLParserDocumentFactory
 
create(InputStream) - Method in interface org.gudy.azureus2.plugins.utils.xml.simpleparser.SimpleXMLParserDocumentFactory
 
create(String) - Method in interface org.gudy.azureus2.plugins.utils.xml.simpleparser.SimpleXMLParserDocumentFactory
 
create() - Method in interface org.gudy.azureus2.ui.swt.plugins.UISWTAWTPluginView
Deprecated. Create an AWT component for this view instance
create(Composite) - Method in interface org.gudy.azureus2.ui.swt.plugins.UISWTParameterContext
This method is invoked when the config section is going to be displayed in a SWT user interface.
createAggregatedDispatcher(long, long) - Method in interface org.gudy.azureus2.plugins.utils.Utilities
create a dispatcher that will queue runnable items until either the limit is reached or the dispatcher hasn't had an entry added for the defined idle time
createAggregatedList(AggregatedListAcceptor, long, long) - Method in interface org.gudy.azureus2.plugins.utils.Utilities
 
createAndAddRange(String, String, String, boolean) - Method in interface org.gudy.azureus2.plugins.ipfilter.IPFilter
Creates, validates and adds a range
createBasicPluginConfigModel(String) - Method in interface org.gudy.azureus2.plugins.ui.UIManager
 
createBasicPluginConfigModel(String, String) - Method in interface org.gudy.azureus2.plugins.ui.UIManager
Creates a basic plugin view model and adds it to the plugin in one step.
createBasicPluginViewModel(String) - Method in interface org.gudy.azureus2.plugins.ui.UIManager
Creates a basic plugin view model and adds it to the plugin in one step.
createBooleanParameter(String, String, boolean) - Method in interface org.gudy.azureus2.plugins.ui.config.PluginConfigUIFactory
Creates a boolean parameter.
createChannel() - Method in interface org.gudy.azureus2.plugins.disk.DiskManagerFileInfo
 
createColorParameter(String, String, int, int, int) - Method in interface org.gudy.azureus2.plugins.ui.config.PluginConfigUIFactory
Creates a Color Parameter.
createColumn(String, String) - Method in interface org.gudy.azureus2.plugins.ui.tables.TableManager
Creates a column for a UI table.
createConnection(GenericMessageEndpoint) - Method in interface org.gudy.azureus2.plugins.messaging.generic.GenericMessageRegistration
 
createConnection(InetSocketAddress, MessageStreamEncoder, MessageStreamDecoder) - Method in interface org.gudy.azureus2.plugins.network.ConnectionManager
Create a new unconnected remote connection (for outbound-initiated connections).
createCoreBTCancel(int, int, int) - Static method in class org.gudy.azureus2.plugins.messaging.bittorrent.BTMessageManager
Create a core BT Cancel message instance.
createCoreBTCancelAdaptation(Message) - Static method in class org.gudy.azureus2.plugins.messaging.bittorrent.BTMessageManager
Translate the given core-made BT Cancel message into a specific plugin message adaptation.
createCoreBTPiece(int, int, ByteBuffer) - Static method in class org.gudy.azureus2.plugins.messaging.bittorrent.BTMessageManager
Create a core BT Piece message instance.
createCoreBTPieceAdaptation(Message) - Static method in class org.gudy.azureus2.plugins.messaging.bittorrent.BTMessageManager
Translate the given core-made BT Piece message into a specific plugin message adaptation.
createCoreBTRequest(int, int, int) - Static method in class org.gudy.azureus2.plugins.messaging.bittorrent.BTMessageManager
Create a core BT Request message instance.
createCoreBTRequestAdaptation(Message) - Static method in class org.gudy.azureus2.plugins.messaging.bittorrent.BTMessageManager
Translate the given core-made BT Request message into a specific plugin message adaptation.
createDelayedTask(Runnable) - Method in interface org.gudy.azureus2.plugins.utils.Utilities
Adds a low priority task that will be scheduled at some point after existing tasks have completed.
createDirectoryParameter(String, String, String) - Method in interface org.gudy.azureus2.plugins.ui.config.PluginConfigUIFactory
Creates a Directory Parameter.
createEmptyUpdateCheckInstance(int, String) - Method in interface org.gudy.azureus2.plugins.update.UpdateManager
creates an update check instance with no attached updateable components (as opposed to automatically including all registered
createEndpoint(InetSocketAddress) - Method in interface org.gudy.azureus2.plugins.messaging.generic.GenericMessageRegistration
 
createFileParameter(String, String, String) - Method in interface org.gudy.azureus2.plugins.ui.config.PluginConfigUIFactory
Creates a File Parameter.
createFromBEncodedData(byte[]) - Method in interface org.gudy.azureus2.plugins.torrent.TorrentManager
decodes a torrent encoded using the normal "bencoding" rules from a byte array
createFromBEncodedData(byte[], int) - Method in interface org.gudy.azureus2.plugins.torrent.TorrentManager
decodes a torrent encoded using the normal "bencoding" rules from a byte array
createFromBEncodedFile(File) - Method in interface org.gudy.azureus2.plugins.torrent.TorrentManager
decodes a torrent encoded using the normal "bencoding" rules from a file
createFromBEncodedFile(File, boolean) - Method in interface org.gudy.azureus2.plugins.torrent.TorrentManager
decodes a torrent encoded using the normal "bencoding" rules from a file but discards the piece hashes to save memory. note that this means that if something reads the hashes they will be re-read from the torrent file and if the file has since been deleted things go smelly
createFromBEncodedFile(File, int) - Method in interface org.gudy.azureus2.plugins.torrent.TorrentManager
decodes a torrent encoded using the normal "bencoding" rules from a file
createFromBEncodedInputStream(InputStream) - Method in interface org.gudy.azureus2.plugins.torrent.TorrentManager
decodes a torrent encoded using the normal "bencoding" rules from an InputStream
createFromBEncodedInputStream(InputStream, int) - Method in interface org.gudy.azureus2.plugins.torrent.TorrentManager
decodes a torrent encoded using the normal "bencoding" rules from an InputStream
createFromDataFile(File, URL) - Method in interface org.gudy.azureus2.plugins.torrent.TorrentManager
creates a new torrent from an input file
createFromDataFile(File, URL, boolean) - Method in interface org.gudy.azureus2.plugins.torrent.TorrentManager
 
createFromDataFileEx(File, URL, boolean) - Method in interface org.gudy.azureus2.plugins.torrent.TorrentManager
 
createGraphic(Image) - Method in interface org.gudy.azureus2.plugins.ui.SWT.SWTManager
Deprecated. Creates an UIImageSWT object with the supplied SWT Image
createGraphic(Image) - Method in interface org.gudy.azureus2.ui.swt.plugins.UISWTInstance
Creates an UISWTGraphic object with the supplied SWT Image
createGroup(String, Parameter[]) - Method in interface org.gudy.azureus2.plugins.ui.model.BasicPluginConfigModel
 
createInstaller() - Method in interface org.gudy.azureus2.plugins.update.UpdateChecker
For updates that require a stop, update-action and then start you create an installer.
createInstaller() - Method in interface org.gudy.azureus2.plugins.update.UpdateCheckInstance
 
createInstaller() - Method in interface org.gudy.azureus2.plugins.update.UpdateManager
create a stand alone update installer. you will need to restart Azureus for it to be installed
createIntParameter(String, String, int) - Method in interface org.gudy.azureus2.plugins.ui.config.PluginConfigUIFactory
Creates an int parameter.
createIntParameter(String, String, int, int[], String[]) - Method in interface org.gudy.azureus2.plugins.ui.config.PluginConfigUIFactory
Creates an int parameter.
createKey(Object) - Method in interface org.gudy.azureus2.plugins.ddb.DistributedDatabase
 
createKey(Object, String) - Method in interface org.gudy.azureus2.plugins.ddb.DistributedDatabase
 
createMessage() - Method in interface org.gudy.azureus2.plugins.ui.UIInstance
Creates a UIMessage instance to allow a plugin to inform or ask the user something.
createMessage() - Method in interface org.gudy.azureus2.plugins.ui.UIManager
Retrieves a UIMessage from any interface available, or returns null if one is not available.
createPeerStats(Peer) - Method in interface org.gudy.azureus2.plugins.peers.PeerManager
 
createPluginView(PluginViewModel) - Method in interface org.gudy.azureus2.plugins.ui.UIManager
Deprecated. Use createBasicPluginViewModel
createProcess(String) - Method in interface org.gudy.azureus2.plugins.utils.Utilities
create a child process and executes the supplied command line.
createRange(boolean) - Method in interface org.gudy.azureus2.plugins.ipfilter.IPFilter
creates a new range but *doesn't* add it to the list.
createRequest() - Method in interface org.gudy.azureus2.plugins.disk.DiskManagerChannel
 
createSelfSignedCertificate(String, String, int) - Method in interface org.gudy.azureus2.plugins.utils.security.SESecurityManager
creates and installs a certificate capable of supporting SSL of type MD5withRSA
createSessionSyn(Peer) - Method in interface org.gudy.azureus2.plugins.download.session.SessionAuthenticator
Create bencode-able map info for outgoing session syn.
createStatusEntry() - Method in interface org.gudy.azureus2.ui.swt.plugins.UISWTInstance
Creates an entry in the status bar to display custom status information.
createStringParameter(String, String, String) - Method in interface org.gudy.azureus2.plugins.ui.config.PluginConfigUIFactory
Creates a String parameter.
createStringParameter(String, String, String, String[], String[]) - Method in interface org.gudy.azureus2.plugins.ui.config.PluginConfigUIFactory
Creates an String parameter.
createThread(String, Runnable) - Method in interface org.gudy.azureus2.plugins.utils.Utilities
create and run a thread for the target.
createTimer(String) - Method in interface org.gudy.azureus2.plugins.utils.Utilities
Creates a UTTimer instance.
createTimer(String, boolean) - Method in interface org.gudy.azureus2.plugins.utils.Utilities
Creates a UTTimer instance.
createTimer(String, int) - Method in interface org.gudy.azureus2.plugins.utils.Utilities
Creates a UTTimer instance.
createTransportCipher(String, int, SecretKeySpec, AlgorithmParameterSpec) - Method in interface org.gudy.azureus2.plugins.network.ConnectionManager
 
createTransportFilter(Connection, TransportCipher, TransportCipher) - Method in interface org.gudy.azureus2.plugins.network.ConnectionManager
 
createUpdateCheckInstance() - Method in interface org.gudy.azureus2.plugins.update.UpdateManager
creates an update check instance with currently registered updatable components Default check type is "UCI_UPDATE"
createUpdateCheckInstance(int, String) - Method in interface org.gudy.azureus2.plugins.update.UpdateManager
creates an update check instance with currently registered updatable components
createValue(Object) - Method in interface org.gudy.azureus2.plugins.ddb.DistributedDatabase
 
createWebContext(int, int) - Method in interface org.gudy.azureus2.plugins.tracker.Tracker
 
createWebContext(String, int, int) - Method in interface org.gudy.azureus2.plugins.tracker.Tracker
Create a new web context for the given port and protocol
createWebContext(String, int, int, InetAddress) - Method in interface org.gudy.azureus2.plugins.tracker.Tracker
Creates a new context bound to the supplied ip
createWrapper(byte[]) - Method in interface org.gudy.azureus2.plugins.utils.Utilities
 

A B C D E F G H I K L M N O P Q R S T U V W X Y