IP*Works! V9

ipworks
Class RssConnectionStatusEvent

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

public class RssConnectionStatusEvent
extends java.util.EventObject

Fired to indicate changes in connection state.

The ConnectionStatus event is fired when the connection state changes: completion of a firewall or proxy connection, completion of a security handshake, etc.

The ConnectionEvent parameter indicates the type of connection event. Values may include:

Firewall connection complete.
SSL or S/Shell handshake complete (where applicable).
Remote host connection complete.
Remote host disconnected.
SSL or S/Shell connection broken.
Firewall host disconnected.
StatusCode has the error code returned by the TCP/IP stack. Description contains a description of this code. The value of StatusCode is equal to the value of the error.

See Also:
Rss, Rss.ConnectionStatusEvent, Serialized Form

Field Summary
 java.lang.String connectionEvent
           
 java.lang.String description
           
 int statusCode
           
 
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

connectionEvent

public java.lang.String connectionEvent

statusCode

public int statusCode

description

public java.lang.String description

IP*Works! V9

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