- AbstractContent - Class in ej.rest.web
-
Abstract base class of the content being sent to a server.
- AbstractContent() - Constructor for class ej.rest.web.AbstractContent
-
- AbstractJSONExpr - Class in ej.jsonpath.parser
-
- AbstractJSONExpr(int) - Constructor for class ej.jsonpath.parser.AbstractJSONExpr
-
- AbstractResource - Class in ej.rest.web
-
Abstract base class for all resource handlers you want to use with Resty.
- AbstractResource(Resty.Option...) - Constructor for class ej.rest.web.AbstractResource
-
- addAdditionalHeaders(URLConnection) - Method in class ej.rest.web.Resty
-
Add all headers that have been set with the alwaysSend call.
- addContent(URLConnection) - Method in class ej.rest.web.AbstractContent
-
- addContent(URLConnection) - Method in class ej.rest.web.ChunkedContent
-
- addContent(URLConnection) - Method in class ej.rest.web.Content
-
Add the content to the URLConnection used.
- addContent(URLConnection) - Method in class ej.rest.web.Deletion
-
- addContent(URLConnection) - Method in class ej.rest.web.FormData
-
- addContent(URLConnection) - Method in class ej.rest.web.mime.MultipartContent
-
- addContent(URLConnection) - Method in class ej.rest.web.Replacement
-
- addEscapes(String) - Static method in error ej.jsonpath.parser.TokenMgrError
-
Replaces unprintable characters by their escaped (or unicode escaped)
equivalents in the given string
- addStandardHeaders(URLConnection, T) - Method in class ej.rest.web.Resty
-
Add all standard headers (User-Agent, Accept) to the URLConnection.
- adjustBeginLineColumn(int, int) - Method in class ej.jsonpath.parser.SimpleCharStream
-
Method to adjust line and column numbers for the start of a token.
- alwaysSend(String, String) - Method in class ej.rest.web.Resty
-
Deprecated.
- AND - Static variable in interface ej.jsonpath.parser.JSONPathCompilerConstants
-
RegularExpression Id.
- apply(URLConnection) - Method in class ej.rest.web.Resty.Option
-
Override this to get access to the URLConnection before the actual
connection is made.
- apply(URLConnection) - Method in class ej.rest.web.Resty.Timeout
-
- array() - Method in class ej.jsonpath.parser.JSONPathCompiler
-
- array() - Method in class ej.rest.web.JSONResource
-
Parse and return JSON array.
- ascii(String) - Method in class ej.rest.web.AbstractContent
-
- at(int) - Method in class ej.jsonpath.parser.AbstractJSONExpr
-