Serialized Form


Package com.microstar.xml

Class com.microstar.xml.XmlException implements Serializable

Serialized Fields

column

int column

line

int line

message

java.lang.String message

systemId

java.lang.String systemId


Package de.knup.jedi.jayshare

Class de.knup.jedi.jayshare.MDate implements Serializable

Class de.knup.jedi.jayshare.NoUserListException implements Serializable


Package de.knup.jedi.jayshare.Fileshare

Class de.knup.jedi.jayshare.Fileshare.Capability implements Serializable

Serialized Fields

language

java.util.Vector language
Language capabilities.

versions

java.util.Vector versions
Version definitions.

xTags

java.util.Vector xTags
Additional capabilities.

Class de.knup.jedi.jayshare.Fileshare.Fileshare implements Serializable

Serialized Fields

hashedID

java.lang.String hashedID

Class de.knup.jedi.jayshare.Fileshare.ListModification implements Serializable

Serialized Fields

date

MDate date

Class de.knup.jedi.jayshare.Fileshare.ListReply implements Serializable

Serialized Fields

fileItems

java.util.Vector fileItems

modDate

MDate modDate

version

java.lang.String version

Class de.knup.jedi.jayshare.Fileshare.ListRequest implements Serializable

Class de.knup.jedi.jayshare.Fileshare.ServiceReply implements Serializable

Serialized Fields

host

java.lang.String host

port

int port

proto

java.lang.String proto

Class de.knup.jedi.jayshare.Fileshare.ServiceRequest implements Serializable


Package org.jabber.jabberbeans

Class org.jabber.jabberbeans.ConnectionAdapter implements Serializable

Class org.jabber.jabberbeans.ConnectionBean implements Serializable

Serialized Fields

connectionListeners

java.util.Vector connectionListeners
list of implementing interfaces which are listening for connection change events.

DisableAutoHeader

boolean DisableAutoHeader
used to disable auto-sending XML stream tag

input

InputStreamHandler input
InputStream handling Thread. This class is responsible for parsing of external data (via a SAX-enabled parser), and also broadcasts received packet events.

output

OutputStreamHandler output
OutputStream handling Thread. This class is responsible for sending packets (providing a more asynchronous sending interface), and also broadcasts sent packet events.

packetListeners

java.util.Vector packetListeners
list of implementing interfaces which are listening for packet broadcast events.

sessionID

java.lang.String sessionID
storage for SessionID

socket

java.net.Socket socket
Socket, if one is used for the connection.

status

ConnectionEvent.EState status
holds the current connection status. (e.g. connecting)

Class org.jabber.jabberbeans.ConnectionEvent implements Serializable

Serialized Fields

oldState

ConnectionEvent.EState oldState

reason

ConnectionEvent.EReason reason

state

ConnectionEvent.EState state

Class org.jabber.jabberbeans.ContentPacket implements Serializable

Serialized Fields

errorCode

java.lang.String errorCode
Error code on event of an error (type=error). This is supposed to always hold the numerical value of the error code (which are very close to the HTTP error codes).

errorText

java.lang.String errorText
Extended description of the error.

extensions

java.util.Vector extensions
A list of extensions attached to this object. Note that some derived classes will support only one extension at a time (e.g. InfoQuery)

fromAddress

JID fromAddress
The address that this packet is coming from - your address (or blank) for outgoing packets, the originator's address for incoming packets.

identifier

java.lang.String identifier
An identifier that is echoed in data replies/errors of this packet. Identifiers are meant to be unique per XML stream, and not duplicated.

toAddress

JID toAddress
The address that this packet is being sent to - the destination for outgoing packets, you (the recipient) for incoming packets.

type

java.lang.String type
A packet subtype. For instance, a message can be a normal message, a message in a one-on-one chat, a groupchat message or a headline.

Class org.jabber.jabberbeans.IdentifierCounter implements Serializable

Class org.jabber.jabberbeans.InfoQuery implements Serializable

Class org.jabber.jabberbeans.InfoQueryBuilder implements Serializable

Class org.jabber.jabberbeans.IQBean implements Serializable

Serialized Fields

connection

ConnectionBean connection
holds a reference to the main connection bean.

rebroadcaster

IQBean.IQListener rebroadcaster
rebroadcaster, part of our filter for connectionbean methods

Class org.jabber.jabberbeans.IQBean.IQListener implements Serializable

Serialized Fields

this$0

IQBean this$0

Class org.jabber.jabberbeans.Message implements Serializable

Serialized Fields

body

java.lang.String body
Body string

subject

java.lang.String subject
Subject string

thread

java.lang.String thread
Thread string

Class org.jabber.jabberbeans.MessageBuilder implements Serializable

Serialized Fields

body

java.lang.String body
body of message.

subject

java.lang.String subject
subject line of message

thread

java.lang.String thread
thread identifier. indicates the message is still in the same 'thread', i.e that it is the same discussion. The client returns the thread unchanged if it is a reply to a message.

Class org.jabber.jabberbeans.MessengerBean implements Serializable

Serialized Fields

connection

ConnectionBean connection
Base connection bean, required for communications

rebroadcaster

PacketRebroadcaster rebroadcaster
rebroadcaster, for filtering the packet listener from the connection bean down and provide another subsribable subset.

Class org.jabber.jabberbeans.MessengerBean.MessageListener implements Serializable

Serialized Fields

this$0

MessengerBean this$0

Class org.jabber.jabberbeans.PacketAdapter implements Serializable

Class org.jabber.jabberbeans.PacketBuilder implements Serializable

Serialized Fields

errorCode

java.lang.String errorCode
Error code of a packet of type="error"

errorText

java.lang.String errorText
Error Textual Description of a packet of type="error"

extensions

java.util.Vector extensions
extensions associated with this packet.

fromAddress

JID fromAddress
JID for the originator of the packet

identifier

java.lang.String identifier
unique identifier for the packet

toAddress

JID toAddress
JID for recipient of the packet

type

java.lang.String type
Subtype of the packet(defined based on the final packet type)

Class org.jabber.jabberbeans.PacketEvent implements Serializable

Serialized Fields

packet

Packet packet
packet which this event is about

Class org.jabber.jabberbeans.PacketRebroadcaster implements Serializable

Serialized Fields

listeners

java.util.Vector listeners
Vector holding people who are listening for packet events

Class org.jabber.jabberbeans.Presence implements Serializable

Serialized Fields

priority

int priority
priority - higher is better.

stateShow

java.lang.String stateShow
stateshow - the icon 'state' of the user

status

java.lang.String status
status string.

Class org.jabber.jabberbeans.PresenceBuilder implements Serializable

Serialized Fields

priority

int priority
priority - higher is better.

stateShow

java.lang.String stateShow
stateshow - the icon 'state' of the user

status

java.lang.String status
status string.

Class org.jabber.jabberbeans.RosterAdapter implements Serializable

Class org.jabber.jabberbeans.RosterBean implements Serializable

Serialized Fields

connection

IQBean connection
parent connection class, an IQBean

currentRoster

java.util.Hashtable currentRoster
we use the roster extension object to store our current roster.

IQBuilder

InfoQueryBuilder IQBuilder
an infoquery builder for sending roster change requests. Not created until first use.

listener

RosterBean.RosterPacketListener listener
Internal object for processing the PacketListener events

rosterBuilder

RosterBuilder rosterBuilder
a roster extension builder for sending roster change requests. Not created until first use.

rosterItemBuilder

RosterItemBuilder rosterItemBuilder
a roster item builder for sending custom roster changes. Not created until first use.

rosterListeners

java.util.Vector rosterListeners
roster subscribed listener list

Class org.jabber.jabberbeans.RosterItem implements Serializable

Serialized Fields

askStateType

java.lang.String askStateType
The Asking State as described above

friendlyName

java.lang.String friendlyName
The 'Friendly Name' as described above

groups

java.util.Vector groups
A vector of groups associated with this item, as described above

jid

JID jid
The JID as described above

subscriptionType

java.lang.String subscriptionType
The Subscription Type as described above

Class org.jabber.jabberbeans.RosterItemBuilder implements Serializable

Serialized Fields

askStateType

java.lang.String askStateType
The Asking State as described above

friendlyName

java.lang.String friendlyName
The 'Friendly Name' as described above

groups

java.util.Vector groups
A vector of groups associated with this item, as described above

jid

JID jid
The JID as described above

subscriptionType

java.lang.String subscriptionType
The Subscription Type as described above

Class org.jabber.jabberbeans.XMLData implements Serializable

Class org.jabber.jabberbeans.XMLStreamError implements Serializable

Serialized Fields

content

java.lang.String content
Content of the error message. stream errors do not have types, and thus are hard to react to programmatically

Class org.jabber.jabberbeans.XMLStreamHeader implements Serializable

Serialized Fields

fromAddress

JID fromAddress

id

java.lang.String id
id is the reserved XML id, it also holds the session ID which is prepended to any keys or passwords and hashed to do any digest-based authentication

toAddress

JID toAddress

XMLNS

java.lang.String XMLNS
XMLNS holds the namespace of the protocol being spoken.

Class org.jabber.jabberbeans.XMLStreamHeaderBuilder implements Serializable

Serialized Fields

XMLNS

java.lang.String XMLNS
XMLNS holds the namespace of the protocol being spoken.


Package org.jabber.jabberbeans.Extension

Class org.jabber.jabberbeans.Extension.Agent implements Serializable

Serialized Fields

description

java.lang.String description
short textual description of the transport.

IQAgent

boolean IQAgent
IQAgent differentiates whether this is a sub-tag of the agents namespace, or our own agent namespace. True means we are our own namespace, jabber:iq:agent.

jid

JID jid
jid holds the address of the agent, if this is a child of the agents namespace. If it is an agent namespace, then the jid is already accessable, it is the address you sent the request to, or the address the packet came back from.

name

java.lang.String name
name of the transport.

register

boolean register
register is true if you must register to play.

search

boolean search
search is true if the agent is searchable.

service

java.lang.String service
service name.

transport

java.lang.String transport
transport holds the formal 'username' of the transport.

Class org.jabber.jabberbeans.Extension.HashExtension implements Serializable

Serialized Fields

entries

java.util.Hashtable entries
entries is a list of all name/value pairs.

Class org.jabber.jabberbeans.Extension.IQAgents implements Serializable

Serialized Fields

Agents

java.util.Vector Agents
Vector of 'Agent' objects contained

Class org.jabber.jabberbeans.Extension.IQAuth implements Serializable

Serialized Fields

password

java.lang.String password
a String which holds the password for this user.

resource

java.lang.String resource
a String which represents the session resource.

SHA1Digest

java.lang.String SHA1Digest
a String which holds the SHA1 Digest for this user. The digest authentication is a way to log in without sending the password over the wire in plaintext. Both entities are still required to know the plaintext password. The server sends a SessionID as part of the initial tag. This values is prepended to the user password, then run through a SHA hash and converted to Hex format. Hashes are non-reversable, so the original password is not discernable, but the server can perform the same steps and compare output to log a user in.
See Also:
SHA1Helper

username

java.lang.String username
a String which represents the user name on the server.

Class org.jabber.jabberbeans.Extension.IQAuthExtension implements Serializable

Class org.jabber.jabberbeans.Extension.IQAutoUpdate implements Serializable

Serialized Fields

info

java.util.Vector info
list of UpdateInfo objects associated with this extension. Each UpdateInfo represents a different software version available.
See Also:
UpdateInfo

Class org.jabber.jabberbeans.Extension.IQPrivate implements Serializable

Serialized Fields

data

Extension data
Internal Extension which is to be stored, or is being recalled from the server.

Class org.jabber.jabberbeans.Extension.IQRegister implements Serializable

Class org.jabber.jabberbeans.Extension.IQRegisterExtension implements Serializable

Class org.jabber.jabberbeans.Extension.IQSearchRequest implements Serializable

Class org.jabber.jabberbeans.Extension.IQSearchResult implements Serializable

Serialized Fields

searchResults

java.util.Vector searchResults
Vector of SearchResult items

Class org.jabber.jabberbeans.Extension.IQTime implements Serializable

Serialized Fields

display

java.lang.String display
A textual description of the time which the client is located

time

java.lang.String time
The time in GMT/UTC, in the ISO format (YYYYMMDDTHH:MM:SS

zone

java.lang.String zone
The zone which the remote party is located

Class org.jabber.jabberbeans.Extension.IQVersion implements Serializable

Serialized Fields

name

java.lang.String name
The name of the client software

OS

java.lang.String OS
A report of the OS on which the software is running

version

java.lang.String version
The version of the client software

Class org.jabber.jabberbeans.Extension.OOB implements Serializable

Serialized Fields

description

java.lang.String description
String holding and description of the data being referenced.

IQ

boolean IQ
This boolean is set true for jabber:iq:oob, left false for jabber:x:oob

URL

java.lang.String URL
String holding the URL of the out-of-band data.

Class org.jabber.jabberbeans.Extension.Roster implements Serializable

Serialized Fields

IsIQRoster

boolean IsIQRoster
IsIQRoster is true if this is a jabber:iq:roster extension, false if it is a jabber:x:roster.

rosterItems

java.util.Vector rosterItems
Vector holding the individual roster items

Class org.jabber.jabberbeans.Extension.RosterExtension implements Serializable

Class org.jabber.jabberbeans.Extension.SearchResult implements Serializable

Class org.jabber.jabberbeans.Extension.UpdateInfo implements Serializable

Serialized Fields

priority

java.lang.String priority
priority indicates how severe the priority of the release has been ranked. Options are "optional" or "mandatory"

type

java.lang.String type
type is the type of update, be it a "release", a "beta", or a "dev" release.

URL

java.lang.String URL
URL holds the unique resource locator value for the client (or user) to get a software update.

version

java.lang.String version
version is the version of the software being reported, hopefully the most recent release available.

Class org.jabber.jabberbeans.Extension.XAutoUpdate implements Serializable

Serialized Fields

address

java.lang.String address
String holding the JID of the update

Class org.jabber.jabberbeans.Extension.XDelay implements Serializable

Serialized Fields

content

java.lang.String content
content holds a string describing why the packet was delayed

fromAddress

JID fromAddress
fromAddress is the party causing the delay

stamp

java.lang.String stamp
stamp is the time stamp from when the message was delayed


Package org.jabber.jabberbeans.sax.Extension

Class org.jabber.jabberbeans.sax.Extension.DefaultExtension implements Serializable

Serialized Fields

element

java.lang.String element
XML base element name

xmlns

java.lang.String xmlns
XML Namespace string

xmlSnippet

java.lang.String xmlSnippet
Full XML from element start to finish


Package org.jabber.jabberbeans.serverside

Class org.jabber.jabberbeans.serverside.Handshake implements Serializable

Serialized Fields

handshake

java.lang.String handshake
content string

Class org.jabber.jabberbeans.serverside.Log implements Serializable

Serialized Fields

content

java.lang.String content
A String holding the loggable message.

fromAddress

JID fromAddress
The address that this packet is coming from - your address (or blank) for outgoing packets, the originator's address for incoming packets.

identifier

java.lang.String identifier
An identifier that is echoed in data replies/errors of this packet. Identifiers are meant to be unique per XML stream, and not duplicated.

type

java.lang.String type
A packet subtype. For instance, a message can be a normal message, a message in a one-on-one chat, a groupchat message or a headline.

Class org.jabber.jabberbeans.serverside.LogBuilder implements Serializable

Serialized Fields

content

java.lang.String content
A Stringholding the loggable message.

fromAddress

JID fromAddress
JID for the originator of the packet

identifier

java.lang.String identifier
unique identifier for the packet

type

java.lang.String type
Subtype of the packet(defined based on the final packet type)

Class org.jabber.jabberbeans.serverside.Route implements Serializable

Class org.jabber.jabberbeans.serverside.RouteBuilder implements Serializable

Class org.jabber.jabberbeans.serverside.XDB implements Serializable

Serialized Fields

action

java.lang.String action
action to indicate partial record updates

match

java.lang.String match
match string to choose partial record updates

namespace

java.lang.String namespace
Namespace for the packet. e.g. ns="jabber:iq:auth"

Class org.jabber.jabberbeans.serverside.XDB12 implements Serializable

Class org.jabber.jabberbeans.serverside.XDB12Builder implements Serializable

Class org.jabber.jabberbeans.serverside.XDBBuilder implements Serializable

Serialized Fields

action

java.lang.String action
action for partial changes to a record (either blank or insert)

match

java.lang.String match
match string for performing partial changes to a record

namespace

java.lang.String namespace
Namespace for the packet. Attribute, e.g. ns="jabber:iq:roster".


Package org.jabber.jabberbeans.util

Class org.jabber.jabberbeans.util.JID implements Serializable

Serialized Fields

resource

java.lang.String resource
optional resource being indexed by this JID

server

java.lang.String server
required server name portion of the JID. (Note in some server setups this will not be a resolvable DNS name

username

java.lang.String username
optional username portion of the JID

Class org.jabber.jabberbeans.util.KeepAlive.KeepAliveConnectionListener implements Serializable

Serialized Fields

this$0

KeepAlive this$0

Class org.jabber.jabberbeans.util.KeepAlive.KeepAlivePacket implements Serializable

Serialized Fields

this$0

KeepAlive this$0

Class org.jabber.jabberbeans.util.SHA1Helper implements Serializable

Serialized Fields

md

java.security.MessageDigest md
Message digest object

Class org.jabber.jabberbeans.util.SyncPacketListener implements Serializable

Serialized Fields

connectionbean

ConnectionBean connectionbean
Parent ConnectionBean

waitClass

java.lang.Class waitClass
internal placeholder value for a Class type representing a packet type to watch out for.

waitPacket

Packet waitPacket
internal packet value, used for reporting a Packet type to watch for, or as a placeholder for returning a packet after a incoming match is found.

waitSuccessful

boolean waitSuccessful
boolean set to indicate to the main thread that the condition was met (as opposed to just timing out

waitType

int waitType
type indicator for a single listener to be able to listen to and respond to different methods of use.


Package org.xml.sax

Class org.xml.sax.SAXException implements Serializable

Serialized Fields

exception

java.lang.Exception exception

message

java.lang.String message

Class org.xml.sax.SAXNotRecognizedException implements Serializable

Class org.xml.sax.SAXNotSupportedException implements Serializable

Class org.xml.sax.SAXParseException implements Serializable

Serialized Fields

columnNumber

int columnNumber

lineNumber

int lineNumber

publicId

java.lang.String publicId

systemId

java.lang.String systemId


Package rheise.jftpd

Class rheise.jftpd.CommandException implements Serializable

Serialized Fields

code

int code
The reply code to send to the user.

text

java.lang.String text
The text message to send with the reply code.

Class rheise.jftpd.ParseException implements Serializable

Serialized Fields

propertyName

java.lang.String propertyName
The name of the property that could not be read.

propertyValue

java.lang.String propertyValue
The value of the property that could not be read. If propertyValue is null, this indicates that the property value was not specified in the configuration file.

reason

int reason
The reason for this exception.