seda.sandStorm.lib.aSocket
Class AUdpWriteRequest

java.lang.Object
  extended byseda.sandStorm.lib.aSocket.aSocketRequest
      extended byseda.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)
           
 
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)