A C D E G H I J L O P R S T V X

A

AbstractCometdTest - Class in org.cometd
 
AbstractCometdTest() - Constructor for class org.cometd.AbstractCometdTest
 

C

cancel() - Method in class org.cometd.XMLHttpRequestExchange.CometdExchange
 
clear() - Method in class org.cometd.HttpCookieStore
 
cometdURL - Variable in class org.cometd.AbstractCometdTest
 
cometServletPath - Variable in class org.cometd.AbstractCometdTest
 
contextURL - Variable in class org.cometd.AbstractCometdTest
 
customizeBayeux(BayeuxServerImpl) - Method in class org.cometd.AbstractCometdTest
 
customizeContext(ServletContextHandler) - Method in class org.cometd.AbstractCometdTest
 

D

define(Class) - Method in class org.cometd.JavaScriptThreadModel
 
define(Class) - Method in interface org.cometd.ThreadModel
 
defineClass(Class) - Method in class org.cometd.AbstractCometdTest
 
destroy() - Method in class org.cometd.JavaScriptThreadModel
 
destroy() - Method in interface org.cometd.ThreadModel
 
destroyCometServer() - Method in class org.cometd.AbstractCometdTest
 
destroyJavaScript() - Method in class org.cometd.AbstractCometdTest
 

E

evaluate(URL) - Method in class org.cometd.JavaScriptThreadModel
 
evaluate(String) - Method in class org.cometd.JavaScriptThreadModel
 
evaluate(URL) - Method in interface org.cometd.ThreadModel
 
evaluate(String) - Method in interface org.cometd.ThreadModel
 
evaluateScript(String) - Method in class org.cometd.AbstractCometdTest
 
evaluateURL(URL) - Method in class org.cometd.AbstractCometdTest
 
execute(Scriptable, Scriptable, Function, Object...) - Method in class org.cometd.JavaScriptThreadModel
 
execute(Scriptable, Scriptable, Function, Object...) - Method in interface org.cometd.ThreadModel
 

G

get(String) - Method in class org.cometd.AbstractCometdTest
 
get(String) - Method in class org.cometd.JavaScriptThreadModel
 
get(String) - Method in interface org.cometd.ThreadModel
 
getAllResponseHeaders() - Method in class org.cometd.XMLHttpRequestExchange.CometdExchange
 
getClassName() - Method in class org.cometd.HttpCookieStore
 
getClassName() - Method in class org.cometd.JavaScriptThreadModel
 
getClassName() - Method in class org.cometd.XMLHttpRequestClient
 
getClassName() - Method in class org.cometd.XMLHttpRequestExchange
 
getHttpExchange() - Method in class org.cometd.XMLHttpRequestExchange
 
getMaxConnections() - Method in class org.cometd.AbstractCometdTest
 
getReadyState() - Method in class org.cometd.XMLHttpRequestExchange.CometdExchange
 
getResponseHeader(String) - Method in class org.cometd.XMLHttpRequestExchange.CometdExchange
 
getResponseStatusText() - Method in class org.cometd.XMLHttpRequestExchange.CometdExchange
 
getResponseText() - Method in class org.cometd.XMLHttpRequestExchange.CometdExchange
 

H

HttpCookieStore - Class in org.cometd
 
HttpCookieStore() - Constructor for class org.cometd.HttpCookieStore
 

I

init() - Method in class org.cometd.JavaScriptThreadModel
 
init() - Method in interface org.cometd.ThreadModel
 
initCometServer() - Method in class org.cometd.AbstractCometdTest
 
initJavaScript() - Method in class org.cometd.AbstractCometdTest
 

J

JavaScriptThreadModel - Class in org.cometd
The thread model object, that runs all javascript in a single thread to simulate browser's environment.
JavaScriptThreadModel() - Constructor for class org.cometd.JavaScriptThreadModel
 
JavaScriptThreadModel(ScriptableObject) - Constructor for class org.cometd.JavaScriptThreadModel
 
jsConstructor(int) - Method in class org.cometd.XMLHttpRequestClient
 
jsConstructor(Object, Scriptable, Scriptable, Function, String, String) - Method in class org.cometd.XMLHttpRequestExchange
 
jsFunction_addRequestHeader(String, String) - Method in class org.cometd.XMLHttpRequestExchange
 
jsFunction_cancel() - Method in class org.cometd.XMLHttpRequestExchange
 
jsFunction_execute(Scriptable, Scriptable, Function) - Method in class org.cometd.JavaScriptThreadModel
 
jsFunction_get(String, String, String) - Method in class org.cometd.HttpCookieStore
 
jsFunction_getAllResponseHeaders() - Method in class org.cometd.XMLHttpRequestExchange
 
jsFunction_getResponseHeader(String) - Method in class org.cometd.XMLHttpRequestExchange
 
jsFunction_send(XMLHttpRequestExchange) - Method in class org.cometd.XMLHttpRequestClient
 
jsFunction_set(String, String, String, String) - Method in class org.cometd.HttpCookieStore
 
jsFunction_setRequestContent(String) - Method in class org.cometd.XMLHttpRequestExchange
 
jsGet_method() - Method in class org.cometd.XMLHttpRequestExchange
 
jsGet_readyState() - Method in class org.cometd.XMLHttpRequestExchange
 
jsGet_responseStatus() - Method in class org.cometd.XMLHttpRequestExchange
 
jsGet_responseStatusText() - Method in class org.cometd.XMLHttpRequestExchange
 
jsGet_responseText() - Method in class org.cometd.XMLHttpRequestExchange
 
jsToJava(Object) - Static method in class org.cometd.AbstractCometdTest
 

L

longPollingPeriod - Variable in class org.cometd.AbstractCometdTest
 

O

onResponseComplete() - Method in class org.cometd.XMLHttpRequestExchange.CometdExchange
 
onResponseContent(Buffer) - Method in class org.cometd.XMLHttpRequestExchange.CometdExchange
 
onResponseHeaderComplete() - Method in class org.cometd.XMLHttpRequestExchange.CometdExchange
 
onResponseStatus(Buffer, int, Buffer) - Method in class org.cometd.XMLHttpRequestExchange.CometdExchange
 
org.cometd - package org.cometd
 

P

port - Variable in class org.cometd.AbstractCometdTest
 
putAll(HttpCookieStore) - Method in class org.cometd.HttpCookieStore
 

R

run() - Method in class org.cometd.JavaScriptThreadModel
 

S

setRequestContent(String) - Method in class org.cometd.XMLHttpRequestExchange.CometdExchange
 
setUp() - Method in class org.cometd.AbstractCometdTest
 

T

tearDown() - Method in class org.cometd.AbstractCometdTest
 
ThreadModel - Interface in org.cometd
 

V

valueOf(String) - Static method in enum org.cometd.XMLHttpRequestExchange.CometdExchange.ReadyState
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.cometd.XMLHttpRequestExchange.CometdExchange.ReadyState
Returns an array containing the constants of this enum type, in the order they are declared.

X

XMLHttpRequestClient - Class in org.cometd
Implementation of the XMLHttpRequest functionality using Jetty's HttpClient.
XMLHttpRequestClient() - Constructor for class org.cometd.XMLHttpRequestClient
 
XMLHttpRequestExchange - Class in org.cometd
 
XMLHttpRequestExchange() - Constructor for class org.cometd.XMLHttpRequestExchange
 
XMLHttpRequestExchange.CometdExchange - Class in org.cometd
 
XMLHttpRequestExchange.CometdExchange(ThreadModel, Scriptable, Scriptable, Function, String, String) - Constructor for class org.cometd.XMLHttpRequestExchange.CometdExchange
 
XMLHttpRequestExchange.CometdExchange.ReadyState - Enum in org.cometd
 

A C D E G H I J L O P R S T V X

Copyright © 2010 Dojo Foundation. All Rights Reserved.