|
|||||||||
| Home >> All >> com >> iborg >> robo >> [ client overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.iborg.robo.client
Class RoboClientLoginProcessor

java.lang.Objectjava.lang.Thread
com.iborg.robo.client.RoboClientLoginProcessor
- All Implemented Interfaces:
- java.lang.Runnable
- public class RoboClientLoginProcessor
- extends java.lang.Thread
- Version:
| Nested Class Summary |
| Nested classes inherited from class java.lang.Thread |
java.lang.Thread.UncaughtExceptionHandler |
| Field Summary | |
(package private) java.io.InputStream |
is
|
(package private) int |
maxPixels
|
(package private) int |
maxUpdateChunk
|
(package private) java.io.OutputStream |
os
|
(package private) RoboClient |
roboClient
|
| Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
| Constructor Summary | |
(package private) |
RoboClientLoginProcessor(com.iborg.hsocket.ISocket s,
RoboClient roboClient)
|
| Method Summary | |
void |
advancedSetupDialog()
|
private static void |
centerFrame(java.awt.Window w)
|
void |
login()
|
private void |
loginFailed()
|
private void |
loginSuccesful()
|
void |
run()
The method of Thread that will be run if there is no Runnable object associated with the Thread. |
private void |
sendLogin(int command,
byte[] buffer)
|
| Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
is
java.io.InputStream is
os
java.io.OutputStream os
roboClient
RoboClient roboClient
maxPixels
int maxPixels
maxUpdateChunk
int maxUpdateChunk
| Constructor Detail |
RoboClientLoginProcessor
RoboClientLoginProcessor(com.iborg.hsocket.ISocket s, RoboClient roboClient)
| Method Detail |
run
public void run()
- Description copied from class:
java.lang.Thread - The method of Thread that will be run if there is no Runnable object
associated with the Thread. Thread's implementation does nothing at all.
login
public void login()
centerFrame
private static void centerFrame(java.awt.Window w)
advancedSetupDialog
public void advancedSetupDialog()
sendLogin
private void sendLogin(int command,
byte[] buffer)
loginSuccesful
private void loginSuccesful()
loginFailed
private void loginFailed()
|
|||||||||
| Home >> All >> com >> iborg >> robo >> [ client overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC