transport
Class SocketReceiver

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--transport.SocketReceiver
All Implemented Interfaces:
java.lang.Runnable

public class SocketReceiver
extends java.lang.Thread

This class


Field Summary
private  transport.SocketReceiverListener listener
           
private  int port
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
SocketReceiver(transport.SocketReceiverListener listener, int port)
          This constructor initializes the user.
 
Method Summary
 void run()
          This
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, 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

port

private int port

listener

private transport.SocketReceiverListener listener
Constructor Detail

SocketReceiver

public SocketReceiver(transport.SocketReceiverListener listener,
                      int port)
This constructor initializes the user.

Method Detail

run

public void run()
This

Specified by:
run in interface java.lang.Runnable
Overrides:
run in class java.lang.Thread