Serialized Form
Package com.microstar.xml |
column
int column
line
int line
message
java.lang.String message
systemId
java.lang.String systemId
Package de.knup.jedi.jayshare |
Package de.knup.jedi.jayshare.Fileshare |
language
java.util.Vector language
- Language capabilities.
versions
java.util.Vector versions
- Version definitions.
xTags
java.util.Vector xTags
- Additional capabilities.
hashedID
java.lang.String hashedID
date
MDate date
fileItems
java.util.Vector fileItems
modDate
MDate modDate
version
java.lang.String version
host
java.lang.String host
port
int port
proto
java.lang.String proto
Package org.jabber.jabberbeans |
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)
oldState
ConnectionEvent.EState oldState
reason
ConnectionEvent.EReason reason
state
ConnectionEvent.EState state
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.
connection
ConnectionBean connection
- holds a reference to the main connection bean.
rebroadcaster
IQBean.IQListener rebroadcaster
- rebroadcaster, part of our filter for connectionbean methods
this$0
IQBean this$0
body
java.lang.String body
- Body string
subject
java.lang.String subject
- Subject string
thread
java.lang.String thread
- Thread string
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.
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.
this$0
MessengerBean this$0
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)
packet
Packet packet
- packet which this event is about
listeners
java.util.Vector listeners
- Vector holding people who are listening for packet events
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.
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.
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
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
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
content
java.lang.String content
- Content of the error message. stream errors do not have types,
and thus are hard to react to programmatically
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.
XMLNS
java.lang.String XMLNS
XMLNS
holds the namespace of the protocol being spoken.
Package org.jabber.jabberbeans.Extension |
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.
entries
java.util.Hashtable entries
entries
is a list of all name/value pairs.
Agents
java.util.Vector Agents
- Vector of 'Agent' objects contained
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.
info
java.util.Vector info
- list of UpdateInfo objects associated with this extension. Each
UpdateInfo represents a different software version available.
- See Also:
UpdateInfo
data
Extension data
- Internal
Extension
which is to be stored, or is being
recalled from the server.
searchResults
java.util.Vector searchResults
- Vector of SearchResult items
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
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
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.
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
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.
address
java.lang.String address
String
holding the JID of the update
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 |
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 |
handshake
java.lang.String handshake
- content string
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.
content
java.lang.String content
- A
String
holding 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)
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"
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 |
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
this$0
KeepAlive this$0
this$0
KeepAlive this$0
md
java.security.MessageDigest md
- Message digest object
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.
exception
java.lang.Exception exception
message
java.lang.String message
columnNumber
int columnNumber
lineNumber
int lineNumber
publicId
java.lang.String publicId
systemId
java.lang.String systemId
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.
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.