seda.sandStorm.lib.Gnutella
Class GnutellaConnectFailedEvent

java.lang.Object
  extended by seda.sandStorm.lib.Gnutella.GnutellaConnectFailedEvent
All Implemented Interfaces:
QueueElementIF

public class GnutellaConnectFailedEvent
extends java.lang.Object
implements QueueElementIF

This event indicates that an attempt to establish a Gnutella connection failed.


Field Summary
 java.net.InetAddress address
           
 int port
           
 
Constructor Summary
GnutellaConnectFailedEvent(ATcpClientSocket sock)
           
 
Method Summary
 java.net.InetAddress getAddress()
           
 int getPort()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

address

public java.net.InetAddress address

port

public int port
Constructor Detail

GnutellaConnectFailedEvent

GnutellaConnectFailedEvent(ATcpClientSocket sock)
Method Detail

getAddress

public java.net.InetAddress getAddress()

getPort

public int getPort()