Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B C D G H I J L O P R S T W

A

addAttributeToStringBuffer(StringBuffer) - Method in class org.media.mn8.protocol.jabber.JabberDataBlock
Method to add all the attributes to a string buffer
addChild(JabberDataBlock) - Method in class org.media.mn8.protocol.jabber.JabberDataBlock
Method to add a child to the list of child blocks
addText(String) - Method in class org.media.mn8.protocol.jabber.JabberDataBlock
Method to add some text to the text buffer for this block
attributes - Variable in class org.media.mn8.protocol.jabber.JabberDataBlock
The list of attributes in this tag

B

beginConversation() - Method in interface org.media.mn8.protocol.jabber.JabberListener
Method called once the stream has been set up
blockArrived(JabberDataBlock) - Method in interface org.media.mn8.protocol.jabber.JabberListener
Method to handle an incomming block.
broadcastBeginConversation() - Method in class org.media.mn8.protocol.jabber.JabberDataBlockDispatcher
Method to tell the listener the stream is ready for talking to.
broadcastJabberDataBlock(JabberDataBlock) - Method in class org.media.mn8.protocol.jabber.JabberDataBlockDispatcher
Method to add a datablock to the dispatch queue
broadcastTerminatedConnection(Exception) - Method in class org.media.mn8.protocol.jabber.JabberDataBlockDispatcher
Method to tell the listener the connection has been terminated

C

ConnectorInterface - class org.media.mn8.protocol.jabber.ConnectorInterface.
The interface for all connectors which handle creating the input and output stream
ConnectorInterface(String) - Constructor for class org.media.mn8.protocol.jabber.ConnectorInterface
Constructor
childBlocks - Variable in class org.media.mn8.protocol.jabber.JabberDataBlock
The list of child blocks inside this block
close() - Method in class org.media.mn8.protocol.jabber.JabberStream
Method to close the connection to the server and tell the listener that the connection has been terminated.
connectionTerminated(Exception) - Method in interface org.media.mn8.protocol.jabber.JabberListener
Method called when the stream is terminated for some reason
constructReply(JabberDataBlock) - Method in class org.media.mn8.protocol.jabber.JabberDataBlock
Method to construct a reply to this block.
currentBlock - Variable in class org.media.mn8.protocol.jabber.JabberStream
The current class being constructed.

D

dispatcher - Variable in class org.media.mn8.protocol.jabber.JabberStream
The dispatcher thread.
dispatcherActive - Variable in class org.media.mn8.protocol.jabber.JabberDataBlockDispatcher
Flag to watch the dispatching loop

G

getAttribute(String) - Method in class org.media.mn8.protocol.jabber.JabberDataBlock
Method to get an attribute
getBytes() - Method in class org.media.mn8.protocol.jabber.JabberDataBlock
Method to return the data as a byte stream ready to send over the wire
getChildBlocks() - Method in class org.media.mn8.protocol.jabber.JabberDataBlock
Returns a vector holding all of the children of this block
getHostname() - Method in class org.media.mn8.protocol.jabber.ConnectorInterface
Method to get the name of the host being connected to
getParent() - Method in class org.media.mn8.protocol.jabber.JabberDataBlock
Method to get the parent of this block
getTagEnd() - Method in class org.media.mn8.protocol.jabber.JabberDataBlock
Method to return the end of tag string as a string
getTagName() - Method in class org.media.mn8.protocol.jabber.JabberDataBlock
Method to return the tag name
getTagStart() - Method in class org.media.mn8.protocol.jabber.JabberDataBlock
Method to return the start of tag string as a string
getText() - Method in class org.media.mn8.protocol.jabber.JabberDataBlock
Method to get the text element of this block

H

halt() - Method in class org.media.mn8.protocol.jabber.JabberDataBlockDispatcher
Method to stop the dispatcher
hostname - Variable in class org.media.mn8.protocol.jabber.ConnectorInterface
The name of the host being connected to

I

inpStream - Variable in class org.media.mn8.protocol.jabber.JabberStream
The input stream from the server.

J

JabberDataBlock - class org.media.mn8.protocol.jabber.JabberDataBlock.
The base class for Jabber datablocks objects in the datablock sub package
JabberDataBlock() - Constructor for class org.media.mn8.protocol.jabber.JabberDataBlock
Constructor
JabberDataBlock(JabberDataBlock) - Constructor for class org.media.mn8.protocol.jabber.JabberDataBlock
Constructor
JabberDataBlock(JabberDataBlock, Hashtable) - Constructor for class org.media.mn8.protocol.jabber.JabberDataBlock
Constructor including an Attribute list
JabberDataBlock(String, JabberDataBlock, Hashtable) - Constructor for class org.media.mn8.protocol.jabber.JabberDataBlock
Constructor including an Attribute list
JabberDataBlockDispatcher - class org.media.mn8.protocol.jabber.JabberDataBlockDispatcher.
The dispatcher for blocks that have arrived.
JabberDataBlockDispatcher() - Constructor for class org.media.mn8.protocol.jabber.JabberDataBlockDispatcher
Constructor to start the dispatcher in a thread.
JabberListener - interface org.media.mn8.protocol.jabber.JabberListener.
The interface classes that listen for jabber messages should implement
JabberStream - class org.media.mn8.protocol.jabber.JabberStream.
The stream to a jabber server.
JabberStream(ConnectorInterface) - Constructor for class org.media.mn8.protocol.jabber.JabberStream
Constructor.
JabberStream(ConnectorInterface, JabberListener) - Constructor for class org.media.mn8.protocol.jabber.JabberStream
Constructor.
JabberStream(ConnectorInterface, JabberListener, boolean) - Constructor for class org.media.mn8.protocol.jabber.JabberStream
Constructor.

L

listener - Variable in class org.media.mn8.protocol.jabber.JabberDataBlockDispatcher
The recipient waiting on this stream

O

open(ConnectorInterface) - Method in class org.media.mn8.protocol.jabber.JabberStream
Method to open the connection to the server.
openInputStream() - Method in class org.media.mn8.protocol.jabber.ConnectorInterface
Method to return the input stream of the connection
openInputStream() - Method in class org.media.mn8.protocol.jabber.seConnector
Method to return the input stream of the connection
openOutputStream() - Method in class org.media.mn8.protocol.jabber.ConnectorInterface
Method to return the output stream of the connection
openOutputStream() - Method in class org.media.mn8.protocol.jabber.seConnector
Method to return the output stream of the connection
org.media.mn8.protocol.jabber - package org.media.mn8.protocol.jabber
 
outStream - Variable in class org.media.mn8.protocol.jabber.JabberStream
The Output stream to the server.

P

parent - Variable in class org.media.mn8.protocol.jabber.JabberDataBlock
This blocks' parent
plaintextEncountered(String) - Method in class org.media.mn8.protocol.jabber.JabberStream
Method called when some plain text is encountered in the XML stream comming from the server.

R

run() - Method in class org.media.mn8.protocol.jabber.JabberDataBlockDispatcher
The thread loop that handles dispatching any waiting datablocks
run() - Method in class org.media.mn8.protocol.jabber.JabberStream
The threads run method.

S

seConnector - class org.media.mn8.protocol.jabber.seConnector.
Class for getting a connection to the server under java 2 standard edition.
seConnector(String, int) - Constructor for class org.media.mn8.protocol.jabber.seConnector
Constructor
send(byte[]) - Method in class org.media.mn8.protocol.jabber.JabberStream
Method of sending data to the server.
send(String) - Method in class org.media.mn8.protocol.jabber.JabberStream
Method of sending data to the server.
send(JabberDataBlock) - Method in class org.media.mn8.protocol.jabber.JabberStream
Method of sending a Jabber datablock to the server.
serverConnection - Variable in class org.media.mn8.protocol.jabber.seConnector
The socket connected to the Jabber server
setAttribute(String, String) - Method in class org.media.mn8.protocol.jabber.JabberDataBlock
Method to set an attribute value
setJabberListener(JabberListener) - Method in class org.media.mn8.protocol.jabber.JabberDataBlockDispatcher
Set the listener that we are dispatching to.
setJabberListener(JabberListener) - Method in class org.media.mn8.protocol.jabber.JabberStream
Set the listener to this stream.

T

tagEnded(String) - Method in class org.media.mn8.protocol.jabber.JabberStream
The method called when a tag is ended in the stream comming from the server.
tagName - Variable in class org.media.mn8.protocol.jabber.JabberDataBlock
The name of this tag
tagStarted(String, Hashtable) - Method in class org.media.mn8.protocol.jabber.JabberStream
Method called when an XML tag is started in the stream comming from the server.
textData - Variable in class org.media.mn8.protocol.jabber.JabberDataBlock
A string representing all the text within the data block
toString() - Method in class org.media.mn8.protocol.jabber.JabberDataBlock
Method to convert this into a String

W

waitingQueue - Variable in class org.media.mn8.protocol.jabber.JabberDataBlockDispatcher
The list of messages waiting to be dispatched

A B C D G H I J L O P R S T W