KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > microedition > io > Connection > Top Examples

  • org.osgi.service.io.ConnectorService
    The Connector Service should be called to create and open <code>javax.microedition.io.Connection</code> objects. When an <code>open*</code> method is called, the implementation of the Connector Service will examine the specified name for a scheme. The Connector Service wil ...
  • org.osgi.service.io.ConnectionFactory
    A Connection Factory service is called by the implementation of the Connector Service to create <code>javax.microedition.io.Connection</code> objects which implement the scheme named by <code>IO_SCHEME</code>. When a <code>ConnectorService.open</code> method is ...
Popular Tags