seda.sandStorm.lib.aSocket
Class AUdpWriteRequest

java.lang.Object
  extended by seda.sandStorm.lib.aSocket.aSocketRequest
      extended by seda.sandStorm.lib.aSocket.AUdpWriteRequest
All Implemented Interfaces:
QueueElementIF

public class AUdpWriteRequest
extends aSocketRequest
implements QueueElementIF

Request to write data to a connection.


Field Summary
 BufferElement buf
           
(package private)  AUdpSocket sock
           
 
Constructor Summary
AUdpWriteRequest(AUdpSocket sock, BufferElement buf)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sock

AUdpSocket sock

buf

public BufferElement buf
Constructor Detail

AUdpWriteRequest

public AUdpWriteRequest(AUdpSocket sock,
                        BufferElement buf)