IP*Works! V9

ipworks
Class CaldavStatusEvent

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

public class CaldavStatusEvent
extends java.util.EventObject

Fired when the HTTP status line is received from the server.

HTTPVersion is a string containing the HTTP version string as returned from the server (e.g. "1.1").

StatusCode contains the HTTP status code (e.g. 200), and Description the associated message returned by the server (e.g. "OK").

See Also:
Caldav, Caldav.StatusEvent, Serialized Form

Field Summary
 java.lang.String description
           
 java.lang.String HTTPVersion
           
 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

HTTPVersion

public java.lang.String HTTPVersion

statusCode

public int statusCode

description

public java.lang.String description

IP*Works! V9

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