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(String var0)
           
static Connection Connector.open(String var0, int var1)
           
static Connection Connector.open(String var0, int var1, boolean var2)