Interface | Description |
---|---|
ConnectionFactory |
A Connection Factory service is called by the implementation of the Connector
Service to create
javax.microedition.io.Connection objects which
implement the scheme named by IO_SCHEME . |
ConnectorService |
The Connector Service should be called to create and open
javax.microedition.io.Connection objects. |
IO Connector Package Version 1.0.
Bundles wishing to use this package must list the package in the Import-Package header of the bundle's manifest. For example:
Import-Package: org.osgi.service.io; version="[1.0,2.0)", javax.microedition.io
Copyright © 2006–2017 OSGi Alliance. All rights reserved.