Uses of Interface
javax.microedition.io.Connection
-
Packages that use Connection Package Description javax.microedition.io -
-
Uses of Connection in javax.microedition.io
Subinterfaces of Connection in javax.microedition.io Modifier and Type Interface Description interface
ContentConnection
interface
DatagramConnection
interface
HttpConnection
interface
InputConnection
interface
OutputConnection
interface
StreamConnection
interface
StreamConnectionNotifier
Methods in javax.microedition.io that return Connection Modifier and Type Method Description static Connection
Connector. open(String var0)
static Connection
Connector. open(String var0, int var1)
static Connection
Connector. open(String var0, int var1, boolean var2)
-