Uses of Interface
javax.microedition.io.Connection

Packages that use Connection
com.github.gcf.io   
com.github.gcf.io.jse   
javax.microedition.io   
javax.microedition.io.file   
 

Uses of Connection in com.github.gcf.io
 

Classes in com.github.gcf.io that implement Connection
 class AbstractConnection
           
 

Methods in com.github.gcf.io that return Connection
static Connection FactoryRegistry.openConnection(String protocol, String uriStr, int mode, boolean timeouts)
           
 Connection IConnectionFactory.openPrim(String protocol, String uriStr, int mode, boolean timeouts)
           
 

Uses of Connection in com.github.gcf.io.jse
 

Methods in com.github.gcf.io.jse that return Connection
 Connection ConnectionFactory.openPrim(String protocol, String uriStr, int mode, boolean timeouts)
           
 

Uses of Connection in javax.microedition.io
 

Subinterfaces of Connection in javax.microedition.io
 interface ContentConnection
           
 interface DatagramConnection
           
 interface HttpConnection
           
 interface HttpsConnection
           
 interface InputConnection
           
 interface OutputConnection
           
 interface SecureConnection
           
 interface ServerSocketConnection
           
 interface SocketConnection
           
 interface StreamConnection
           
 interface StreamConnectionNotifier
           
 interface UDPDatagramConnection
           
 

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

Uses of Connection in javax.microedition.io.file
 

Subinterfaces of Connection in javax.microedition.io.file
 interface FileConnection
           
 



Copyright © 2007-2010. All Rights Reserved.