Cliser

cliser
Class UDPServer

java.lang.Object
  |
  +--cliser.CommunicatorUser
        |
        +--cliser.Server
              |
              +--cliser.UDPServer
Direct Known Subclasses:
IterativeUDPServer

public abstract class UDPServer
extends Server


Method Summary
protected  Communicator initCommunicator()
          definition of abstract CommunicatorUser.initCommunicator() PRE: myPort has been initialized.
 
Methods inherited from class cliser.Server
getHost, getPort, getService
 
Methods inherited from class cliser.CommunicatorUser
getCommunicator, receive, send, setCommunicator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

initCommunicator

protected Communicator initCommunicator()
definition of abstract CommunicatorUser.initCommunicator() PRE: myPort has been initialized.
Returns:
a new ServerUDPCommunicator initialized using myPort
Overrides:
initCommunicator in class CommunicatorUser

Cliser

Cliser is open-source freeware distributed under the GNU Public License.