ipcomms
Class Producer

java.lang.Object
  extended by ipcomms.Producer

public class Producer
extends java.lang.Object


Field Summary
(package private) static int BUFFER_SIZE
           
private  java.net.DatagramSocket socket
           
 
Constructor Summary
Producer()
           
 
Method Summary
 void send()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

socket

private java.net.DatagramSocket socket

BUFFER_SIZE

static final int BUFFER_SIZE
See Also:
Constant Field Values
Constructor Detail

Producer

public Producer()
Method Detail

send

public void send()