IP*Works! SSL V9

ipworksssl
Class IpdaemonsConnectionRequestEvent

java.lang.Object
  extended by java.util.EventObject
      extended by ipworksssl.IpdaemonsConnectionRequestEvent
All Implemented Interfaces:
java.io.Serializable

public class IpdaemonsConnectionRequestEvent
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:
Ipdaemons, Ipdaemons.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! SSL V9

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