com.acap.rudp.samples
Class SampleMINAServer

java.lang.Object
  extended by com.acap.rudp.samples.SampleMINAServer

public class SampleMINAServer
extends java.lang.Object

Example of how to send and receive messages in as a Mina UDP server


Constructor Summary
SampleMINAServer()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SampleMINAServer

public SampleMINAServer()
                 throws java.io.IOException
Throws:
java.io.IOException
Method Detail

main

public static void main(java.lang.String[] args)