- CDL - Class in ej.rest.json
-
This provides static methods to convert comma delimited text into a
JSONArray, and to covert a JSONArray into comma delimited text.
- CDL() - Constructor for class ej.rest.json.CDL
-
- CharStream - Interface in ej.jsonpath.parser
-
This interface describes a character stream that maintains line and
column number positions of the characters.
- children - Variable in class ej.jsonpath.parser.SimpleNode
-
- chunked(String, InputStream) - Static method in class ej.rest.web.Resty
-
Create chunked data
- chunked(String, InputStream, int) - Static method in class ej.rest.web.Resty
-
Create chunked data
- ChunkedContent - Class in ej.rest.web
-
Represents a chunked, streaming content.
- ChunkedContent(String, InputStream, int) - Constructor for class ej.rest.web.ChunkedContent
-
Instantiates a new chunked content.
- clearNodeScope(Node) - Method in class ej.jsonpath.parser.JJTJSONPathCompilerState
-
- CLOSE_ARRAY - Static variable in interface ej.jsonpath.parser.JSONPathCompilerConstants
-
RegularExpression Id.
- closeNodeScope(Node, int) - Method in class ej.jsonpath.parser.JJTJSONPathCompilerState
-
- closeNodeScope(Node, boolean) - Method in class ej.jsonpath.parser.JJTJSONPathCompilerState
-
- CNAME - Static variable in interface ej.jsonpath.parser.JSONPathCompilerConstants
-
RegularExpression Id.
- column - Variable in class ej.jsonpath.parser.SimpleCharStream
-
- Content - Class in ej.rest.web
-
Class to encapsulate content being sent as payload of a POST or PUT request.
- Content(String, byte[]) - Constructor for class ej.rest.web.Content
-
Create a new content object with given mime type and the content as bytes.
- content - Variable in class ej.rest.web.Content
-
- content(JSONObject) - Static method in class ej.rest.web.Resty
-
Create a content object from a JSON object.
- content(JSONArray) - Static method in class ej.rest.web.Resty
-
Create a content object from a JSON array.
- content(String) - Static method in class ej.rest.web.Resty
-
Create a content object from plain text.
- content(byte[]) - Static method in class ej.rest.web.Resty
-
Create a content object from a byte array.
- Cookie - Class in ej.rest.json
-
Convert a web browser cookie specification to a JSONObject and back.
- Cookie() - Constructor for class ej.rest.json.Cookie
-
- CookieList - Class in ej.rest.json
-
Convert a web browser cookie list string to a JSONObject and back.
- CookieList() - Constructor for class ej.rest.json.CookieList
-
- createBinaryResource() - Method in class ej.rest.web.Resty
-
- createJSONResource() - Method in class ej.rest.web.Resty
-
- createTextResource() - Method in class ej.rest.web.Resty
-
- CRLF - Static variable in class ej.rest.json.HTTP
-
Carriage return/line feed.
- CRLF - Static variable in class ej.rest.web.AbstractContent
-
- curChar - Variable in class ej.jsonpath.parser.JSONPathCompilerTokenManager
-
- currentToken - Variable in exception ej.jsonpath.parser.ParseException
-
This is the last token that has been consumed successfully.