Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

ECF Filetransfer API Bundle

Introduction

The ECF File Transfer API provides services for remote file retrieval and peer-to-peer file transfer.

Bundle-SymbolicName: org.eclipse.ecf.filetransfer

Bundle-Version: 1.0.0

Dependencies

Required ECF Bundles: org.eclipse.ecf

Required Runtime Bundles: org.eclipse.equinox.common, org.eclipse.equinox.registry

Required Packages: org.osgi.framework, org.osgi.service.log, org.osgi.util.tracker, org.osgi.service.url, org.eclipse.osgi.util

Required Execution Environment: J2SE-1.3, CDC-1.0/Foundation 1.0

Approximate Code Size: 18K

Exported Packages

org.eclipse.ecf.filetransfer

org.eclipse.ecf.filetransfer.events

org.eclipse.ecf.filetransfer.identity

org.eclipse.ecf.filetransfer.service

Extension Points

URL Stream Handler Service

  • org.eclipse.ecf.filetransfer.urlStreamHandlerService
    • Description: The URL Stream Handler Service allows OSGi Platform URL Stream Handlers to be created for given protocols.
    • Example Usage:
   <extension
         point="org.eclipse.ecf.filetransfer.urlStreamHandlerService">
      <urlStreamHandlerService
            protocol="foobar"
            serviceClass="org.eclipse.ecf.tests.filetransfer.URLStreamHandlerServiceTest">
      </urlStreamHandlerService>
   </extension>

OSGI Services

Source Access

Project Set: Anonymous, Committer

Source Browsing

Back to the top