connectors-3.0.0.jar

download (17965 bytes)

OSGi manifest attributes
Bundle-Name Connection-Factories-IMPL
Bundle-SymbolicName org.knopflerfish.bundle.connectors-IMPL
Bundle-Version 3.0.0
Bundle-Description OSGi IO http, socket and datagram-receive Connectors (IMPL)
Bundle-Vendor Knopflerfish
Bundle-ContactAddress http://www.knopflerfish.org
Bundle-License
Bundle-DocURL http://www.knopflerfish.org/releases/5.1.0/docs/bundledoc/index.html
Bundle-ManifestVersion 2
Bundle-Activator org.knopflerfish.bundle.connectors.Activator
Bundle-Classpath .
Export-Package
Import-Package javax.microedition.io 0.0.0
org.osgi.framework [1.6.0,2.0.0)
org.osgi.service.io [1.0.0,2.0.0)
Dynamic-ImportPackage
Provide-Capability
Require-Capability osgi.ee;filter:="(&(osgi.ee=OSGi/Minimum)(version>=1.2))"
Other manifest attributes
Build-Date Fri June 13 2014, 08:26:36
Built-From /Users/jan/work/release/knopflerfish.org/osgi/bundles/io/connectors
Bundle-Category service
Bundle-SubversionURL https://www.knopflerfish.org/svn/knopflerfish.org/tags/5.1.0/osgi/bundles/io/connectors/
Bundle-UUID org.knopflerfish:connectors:3.0.0:impl
Knopflerfish-Version 5.1.0

Depends on (osgi.wiring.package)

This section lists bundles that can provide one or more of the capabilities that is required in the osgi.wiring.package namespace. Only one provider of each capability is required.

The first column is the providing bundle and the second column lists the sub-set of its provided packages that are required by this bundle.

io_all-4.0.0javax.microedition.io, org.osgi.service.io
io_api-4.0.0javax.microedition.io, org.osgi.service.io
frameworkorg.osgi.framework

Other bundles depending on this bundle (osgi.wiring.package)

This section lists bundles that requires one or more of the capabilities that is provided in the namespace osgi.wiring.package by the current bundle.

The first column is the requiring bundle and the second column lists the sub-set of capabilities that this bundle may provide to the requiring bundle.

None found

Bundle source

Here are links to the source files of this bundle.
org/knopflerfish/bundle/connectors/Activator.java
org/knopflerfish/bundle/connectors/BaseConnectionFactory.java
org/knopflerfish/bundle/connectors/datagram/DatagramConnectionAdapter.java
org/knopflerfish/bundle/connectors/datagram/DatagramConnectionFactory.java
org/knopflerfish/bundle/connectors/datagram/DatagramImpl.java
org/knopflerfish/bundle/connectors/http/HttpConnectionAdapter.java
org/knopflerfish/bundle/connectors/http/HttpConnectionFactory.java
org/knopflerfish/bundle/connectors/socket/ServerSocketConnectionImpl.java
org/knopflerfish/bundle/connectors/socket/SocketConnectionFactory.java
org/knopflerfish/bundle/connectors/socket/SocketConnectionImpl.java