Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JSR 216 (Maintenance Release)

Uses of Interface
javax.microedition.io.StreamConnection

Packages that use StreamConnection
javax.microedition.io Provides a simplified mechanism for applications to use various types of I/O protocols in resource-constrained environments. 
 

Uses of StreamConnection in javax.microedition.io
 

Subinterfaces of StreamConnection in javax.microedition.io
 interface CommConnection
          This interface defines a logical serial port connection.
 interface ContentConnection
          This interface defines the stream connection over which content is passed.
 interface HttpConnection
          This interface defines the necessary methods and constants for an HTTP connection.
 interface HttpsConnection
          This interface defines the necessary methods and constants to establish a secure network connection.
 interface SecureConnection
          This interface defines the secure socket stream connection.
 interface SocketConnection
          This interface defines the socket stream connection.
 

Methods in javax.microedition.io that return StreamConnection
 StreamConnection StreamConnectionNotifier.acceptAndOpen()
          Returns a StreamConnection object that represents a server side socket connection.
 


JSR 216 (Maintenance Release)

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 216 specification.