IP*Works! V9

ipworks
Class IpdaemonConnectionRequestEvent

java.lang.Object
  extended by java.util.EventObject
      extended by ipworks.IpdaemonConnectionRequestEvent
All Implemented Interfaces:
java.io.Serializable

public class IpdaemonConnectionRequestEvent
extends java.util.EventObject

Fired when a request for connection comes from a remote host.

This event indicates an incoming connection. The connection is accepted by default. Address and Port will contain information about remote host requesting the inbound connection. If you want to refuse it, you can set the Accept parameter to False.

See Also:
Ipdaemon, Ipdaemon.ConnectionRequestEvent, Serialized Form

Field Summary
 boolean accept
           
 java.lang.String address
           
 int port
           
 
Fields inherited from class java.util.EventObject
source
 
Method Summary
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

address

public java.lang.String address

port

public int port

accept

public boolean accept

IP*Works! V9

Copyright (c) 2013 /n software inc. - All rights reserved.