Savarese.Org

example
Class Ping.PingerIPv6

java.lang.Object
  extended by example.Ping.Pinger
      extended by example.Ping.PingerIPv6
Enclosing class:
Ping

public static class Ping.PingerIPv6
extends Ping.Pinger


Field Summary
 
Fields inherited from class example.Ping.Pinger
dataOffset, identifier, length, listener, offset, recvData, recvPacket, replyType, requestType, sendData, sendPacket, sequence, socket, srcAddress
 
Constructor Summary
Ping.PingerIPv6(int id)
           
 
Method Summary
protected  void computeSendChecksum(java.net.InetAddress host)
           
 void receive()
           
 
Methods inherited from class example.Ping.Pinger
close, getRequestDataLength, getRequestPacketLength, ping, receiveEchoReply, sendEchoRequest, setEchoReplyListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Ping.PingerIPv6

public Ping.PingerIPv6(int id)
                throws java.io.IOException
Throws:
java.io.IOException
Method Detail

computeSendChecksum

protected void computeSendChecksum(java.net.InetAddress host)
                            throws java.io.IOException
Overrides:
computeSendChecksum in class Ping.Pinger
Throws:
java.io.IOException

receive

public void receive()
             throws java.io.IOException
Overrides:
receive in class Ping.Pinger
Throws:
java.io.IOException

Savarese.Org

Copyright © 2004-2007 Daniel F. Savarese. All Rights Reserved.