| 
 | " 2013 FRC Java API" | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StreamConnection | |
|---|---|
| com.sun.squawk.io | Provides classes from MIDP or unsupportable optional JSRs that are usually in javax.microedition.io, but are not legally in IMP. | 
| com.sun.squawk.io.j2me.channel | |
| com.sun.squawk.io.j2me.serversocket | |
| com.sun.squawk.microedition.io | Provides classes from MIDP or unsupportable optional JSRs that are usually in javax.microedition.io, but are not legally in IMP. | 
| javax.microedition.io | Classes for the Generic Connection framework. | 
| Uses of StreamConnection in com.sun.squawk.io | 
|---|
| Classes in com.sun.squawk.io that implement StreamConnection | |
|---|---|
|  class | ConnectionBaseAdapterProtocol classes extend this class to gain some of the common functionality needed to implement a CLDC Generic Connection. | 
| Uses of StreamConnection in com.sun.squawk.io.j2me.channel | 
|---|
| Classes in com.sun.squawk.io.j2me.channel that implement StreamConnection | |
|---|---|
|  class | ProtocolThis connection is used to 'channel' other connections through to an embedded J2SE VM (if any) that may support additional connection types not supported by the Squawk core code. | 
| Methods in com.sun.squawk.io.j2me.channel that return StreamConnection | |
|---|---|
|  StreamConnection | Protocol.acceptAndOpen()acceptAndOpen | 
| Uses of StreamConnection in com.sun.squawk.io.j2me.serversocket | 
|---|
| Methods in com.sun.squawk.io.j2me.serversocket that return StreamConnection | |
|---|---|
|  StreamConnection | Protocol.acceptAndOpen()Returns a GenericConnection that represents a server side socket connection | 
| Uses of StreamConnection in com.sun.squawk.microedition.io | 
|---|
| Subinterfaces of StreamConnection in com.sun.squawk.microedition.io | |
|---|---|
|  interface | FileConnectionThis class is defined by the JSR-75 specification PDA Optional Packages for the J2ME™ Platform | 
| Uses of StreamConnection in javax.microedition.io | 
|---|
| Subinterfaces of StreamConnection in javax.microedition.io | |
|---|---|
|  interface | ContentConnectionThis interface defines the stream connection over which content is passed. | 
|  interface | HttpConnectionThis interface defines the necessary methods and constants for an HTTP connection. | 
|  interface | SocketConnectionThis interface defines the socket stream connection. | 
| Methods in javax.microedition.io that return StreamConnection | |
|---|---|
|  StreamConnection | StreamConnectionNotifier.acceptAndOpen()Returns a StreamConnectionobject that represents
 a server side socket connection. | 
| 
 | " 2013 FRC Java API" | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||