com.aelitis.net.udp.uc.impl
Class PRUDPPacketHandlerRequestImpl
java.lang.Object
  
com.aelitis.net.udp.uc.impl.PRUDPPacketHandlerRequestImpl
- All Implemented Interfaces: 
 - PRUDPPacketHandlerRequest
 
public class PRUDPPacketHandlerRequestImpl
- extends java.lang.Object
- implements PRUDPPacketHandlerRequest
  
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
PRUDPPacketHandlerRequestImpl
protected PRUDPPacketHandlerRequestImpl(PRUDPPacketReceiver _receiver,
                                        long _timeout)
sent
protected void sent()
 
 
getSendTime
protected long getSendTime()
 
 
getTimeout
protected long getTimeout()
 
 
getElapsedTime
public long getElapsedTime()
- Specified by:
 getElapsedTime in interface PRUDPPacketHandlerRequest
 
 
setReply
protected void setReply(PRUDPPacket packet,
                        java.net.InetSocketAddress originator,
                        long receive_time)
 
 
setException
protected void setException(PRUDPPacketHandlerException e)
 
 
getReply
protected PRUDPPacket getReply()
                        throws PRUDPPacketHandlerException
 
- Throws:
 PRUDPPacketHandlerException