|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsocket.Client
public class Client
Field Summary | |
---|---|
(package private) java.io.InputStream |
is
|
(package private) java.io.OutputStream |
os
|
(package private) javax.microedition.io.SocketConnection |
sc
|
(package private) Sender |
sender
|
Constructor Summary | |
---|---|
Client(SocketMIDlet m)
|
Method Summary | |
---|---|
void |
commandAction(javax.microedition.lcdui.Command c,
javax.microedition.lcdui.Displayable s)
|
void |
run()
|
void |
start()
Start the client thread |
void |
stop()
Close all open streams |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
java.io.InputStream is
java.io.OutputStream os
javax.microedition.io.SocketConnection sc
Sender sender
Constructor Detail |
---|
public Client(SocketMIDlet m)
Method Detail |
---|
public void start()
public void run()
run
in interface java.lang.Runnable
public void commandAction(javax.microedition.lcdui.Command c, javax.microedition.lcdui.Displayable s)
commandAction
in interface javax.microedition.lcdui.CommandListener
public void stop()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |