Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
javax.microedition.io.Connection

Uses of Connection in javax.microedition.io
 

Subinterfaces of Connection in javax.microedition.io
 interface ContentConnection
           
 interface DatagramConnection
           
 interface HttpConnection
           
 interface InputConnection
           
 interface OutputConnection
           
 interface StreamConnection
           
 interface StreamConnectionNotifier
           
 

Methods in javax.microedition.io that return Connection
static Connection Connector.open(java.lang.String name)
           
static Connection Connector.open(java.lang.String name, int mode)
           
static Connection Connector.open(java.lang.String name, int mode, boolean timeouts)