DCT Lightfoot v3 API specification

Uses of Interface
javax.microedition.io.Connection

Packages that use Connection
com.dctl.j2me.io   
com.dctl.j2me.io.http   
com.dctl.j2me.io.httpserver   
javax.microedition.io   
 

Uses of Connection in com.dctl.j2me.io
 

Classes in com.dctl.j2me.io that implement Connection
 class BaseConnection
          All connections must extend base connections
 

Uses of Connection in com.dctl.j2me.io.http
 

Classes in com.dctl.j2me.io.http that implement Connection
 class BaseHttpConnection
          This is the base for http server and client connections
 class Connection
          An http connection allows information to be retrieved from a web server.
 

Uses of Connection in com.dctl.j2me.io.httpserver
 

Classes in com.dctl.j2me.io.httpserver that implement Connection
 class HttpServerSocket
          An http server socket.
 

Uses of Connection in javax.microedition.io
 

Subinterfaces of Connection in javax.microedition.io
 interface ContentConnection
          A Content connection is a stream connection that passes content
 interface DatagramConnection
          Interface for a connection which uses Datagrams to send and receive data
 interface HttpConnection
          This interface defines an HTTP connection
 interface InputConnection
          Basic Input connection interface
 interface OutputConnection
          Basic Output connection interface
 interface StreamConnection
          Basic Stream connection Interface - a combined Input/Output Connection
 interface StreamConnectionNotifier
          Basic Stream Connection Notifier Interface
 

Methods in javax.microedition.io that return Connection
static Connection Connector.open(java.lang.String url, int mode, boolean timeouts)
          Create and open a connection from the URL
static Connection Connector.open(java.lang.String url)
          Create and open a connection from the URL
Calls open(String url, int mode, boolean timeouts) with the url, mode READ_WRITE and timeouts 'false'.
static Connection Connector.open(java.lang.String url, int mode)
          Create and open a connection from the URL
Calls open(String url, int mode, boolean timeouts) with the url, mode and timeouts 'false'.
 


DCT Lightfoot v3 API specification

DCT Lightfoot v3 API specification