Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W 

A

ACCEPT - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Names
"Accept"
ACCEPT_CHARSET - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Names
"Accept-Charset"
ACCEPT_ENCODING - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Names
"Accept-Encoding"
ACCEPT_LANGUAGE - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Names
"Accept-Language"
ACCEPT_PATCH - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Names
"Accept-Patch"
ACCEPT_RANGES - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Names
"Accept-Ranges"
ACCEPTED - Static variable in class com.wedeploy.api.sdk.Response.Status
 
ACCESS_CONTROL_ALLOW_CREDENTIALS - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Names
"Access-Control-Allow-Credentials"
ACCESS_CONTROL_ALLOW_HEADERS - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Names
"Access-Control-Allow-Headers"
ACCESS_CONTROL_ALLOW_METHODS - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Names
"Access-Control-Allow-Methods"
ACCESS_CONTROL_ALLOW_ORIGIN - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Names
"Access-Control-Allow-Origin"
ACCESS_CONTROL_EXPOSE_HEADERS - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Names
"Access-Control-Expose-Headers"
ACCESS_CONTROL_MAX_AGE - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Names
"Access-Control-Max-Age"
ACCESS_CONTROL_REQUEST_HEADERS - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Names
"Access-Control-Request-Headers"
ACCESS_CONTROL_REQUEST_METHOD - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Names
"Access-Control-Request-Method"
add(String, String) - Method in class com.wedeploy.api.sdk.ErrorData
Adds error reason and a message.
add(String, String, Throwable) - Method in class com.wedeploy.api.sdk.ErrorData
Adds error reason, message and throwable details.
add(String, V) - Method in interface com.wedeploy.api.sdk.MultiMap
Adds a new value with the specified name and value.
addAll(Map<String, V>) - Method in interface com.wedeploy.api.sdk.MultiMap
Adds all values from the map.
addAll(String, Iterable<V>) - Method in interface com.wedeploy.api.sdk.MultiMap
Adds new values under the specified name.
addParametersToQueryString(String, MultiMap<String>) - Static method in class com.wedeploy.api.util.Util
Adds parameters into the url querystring.
addToComposite(Filter) - Method in class com.wedeploy.api.query.Filter
 
addToComposite(String, Filter) - Method in class com.wedeploy.api.query.Filter
 
AGE - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Names
"Age"
aggregate(Aggregation) - Static method in interface com.wedeploy.api.query.Query
 
aggregate(String, String, String) - Static method in interface com.wedeploy.api.query.Query
 
aggregate(Aggregation) - Method in class com.wedeploy.api.query.Query.Builder
 
aggregate(String, String, String) - Method in class com.wedeploy.api.query.Query.Builder
 
aggregate(Aggregation) - Method in class com.wedeploy.api.WeDeploy
See Query.Builder
aggregate(String, String, String) - Method in class com.wedeploy.api.WeDeploy
See Query.Builder
Aggregation - Class in com.wedeploy.api.query
Aggregation builder.
Aggregation.DistanceAggregation - Class in com.wedeploy.api.query
 
Aggregation.RangeAggregation - Class in com.wedeploy.api.query
 
ALL - Static variable in class com.wedeploy.api.query.Filter
 
ALLOW - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Names
"Allow"
allowHeader(String...) - Method in class com.wedeploy.api.sdk.Error405
 
and(Filter) - Method in class com.wedeploy.api.query.Filter
 
and(String, Object) - Method in class com.wedeploy.api.query.Filter
 
and(String, String, Object) - Method in class com.wedeploy.api.query.Filter
 
any(String, Iterable) - Static method in class com.wedeploy.api.query.Filter
 
any(String, Object...) - Static method in class com.wedeploy.api.query.Filter
 
AppConfig - Interface in com.wedeploy.api.sdk
 
appConfig() - Method in interface com.wedeploy.api.sdk.Context
Returns application configuration.
appData() - Method in interface com.wedeploy.api.sdk.Context
Returns application shared data map.
APPLICATION_X_WWW_FORM_URLENCODED - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Values
"application/x-www-form-urlencoded"
assetsFile(String) - Method in interface com.wedeploy.api.sdk.Context
Returns assets file from assets folder.
assetsFiles(String...) - Method in interface com.wedeploy.api.sdk.Context
Returns assets files from assets folder that matches provided glob patterns.
assetsFiles(String, String) - Method in interface com.wedeploy.api.sdk.Context
Returns static files from rootFolder that matches provided glob pattern.
AsyncTransport - Class in com.wedeploy.api.transport.impl
Asynchronous implementation of the transport for 3rd party implementations that are natively asynchronous.
AsyncTransport() - Constructor for class com.wedeploy.api.transport.impl.AsyncTransport
 
Auth - Interface in com.wedeploy.api.sdk
Auth.
auth() - Method in interface com.wedeploy.api.sdk.Request
Returns the auth.
auth() - Method in class com.wedeploy.api.sdk.RequestImpl
 
auth() - Method in class com.wedeploy.api.sdk.RequestWrapper
 
auth - Variable in class com.wedeploy.api.WeDeploy
 
auth(Auth) - Method in class com.wedeploy.api.WeDeploy
Authenticates with an auth instance.
auth(String) - Method in class com.wedeploy.api.WeDeploy
Authenticates with token.
auth(String, String) - Method in class com.wedeploy.api.WeDeploy
 
AuthImpl - Class in com.wedeploy.api.sdk
Auth implementation.
AuthImpl(String) - Constructor for class com.wedeploy.api.sdk.AuthImpl
Creates Auth implementation usage.
AuthImpl(String, String) - Constructor for class com.wedeploy.api.sdk.AuthImpl
Creates authentication instance.
AUTHORIZATION - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Names
"Authorization"
avg(String, String) - Static method in class com.wedeploy.api.query.Aggregation
 

B

BAD_GATEWAY - Static variable in class com.wedeploy.api.sdk.Response.Status
 
BAD_REQUEST - Static variable in class com.wedeploy.api.sdk.Response.Status
 
badContent() - Method in class com.wedeploy.api.sdk.Error400
 
badContent(String) - Method in class com.wedeploy.api.sdk.Error400
 
badRequest() - Method in class com.wedeploy.api.sdk.Error400
 
badRequest(String) - Method in class com.wedeploy.api.sdk.Error400
 
badRequest() - Static method in class com.wedeploy.api.sdk.ResponseError
Creates error 400 response.
badRequest(String) - Static method in class com.wedeploy.api.sdk.ResponseError
Creates error 400 response.
Base<R> - Class in com.wedeploy.api.sdk
 
Base() - Constructor for class com.wedeploy.api.sdk.Base
 
BASE64 - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Values
"base64"
baseUrl() - Method in interface com.wedeploy.api.sdk.Request
Returns the base URL corresponding to the the HTTP request.
baseUrl - Variable in class com.wedeploy.api.sdk.RequestImpl
 
baseUrl() - Method in class com.wedeploy.api.sdk.RequestImpl
 
baseUrl() - Method in class com.wedeploy.api.sdk.RequestWrapper
 
BINARY - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Values
"binary"
blacklist(String) - Method in interface com.wedeploy.api.sdk.realtime.SocketIO
Blacklist an event for the sockets in this server.
BlockingTransport - Class in com.wedeploy.api.transport.impl
Blocking transport is base implementation for blocking 3rd party implementations.
BlockingTransport() - Constructor for class com.wedeploy.api.transport.impl.BlockingTransport
 
BlockingTransport(boolean) - Constructor for class com.wedeploy.api.transport.impl.BlockingTransport
Creates new transport with dynamic thread pool.
BlockingTransport(int) - Constructor for class com.wedeploy.api.transport.impl.BlockingTransport
Creates new transport with fixed number of threads.
body() - Method in class com.wedeploy.api.query.Aggregation
 
body() - Method in interface com.wedeploy.api.query.Embodied
 
body() - Method in class com.wedeploy.api.query.Filter
 
body - Variable in class com.wedeploy.api.query.Geo
 
body() - Method in class com.wedeploy.api.query.Geo
 
body() - Method in class com.wedeploy.api.query.Query.Builder
 
body() - Method in class com.wedeploy.api.query.Range
 
body() - Method in class com.wedeploy.api.sdk.Base
 
body(byte[]) - Method in class com.wedeploy.api.sdk.Base
 
body(Object) - Method in class com.wedeploy.api.sdk.Base
 
body(String) - Method in class com.wedeploy.api.sdk.Base
 
body(String, ContentType) - Method in class com.wedeploy.api.sdk.Base
 
body() - Method in interface com.wedeploy.api.sdk.Request
Returns the body content as a string.
body(byte[]) - Method in interface com.wedeploy.api.sdk.Request
Sets the raw body content.
body(Object) - Method in interface com.wedeploy.api.sdk.Request
Sets the body content, assuming JSON content type.
body(String) - Method in interface com.wedeploy.api.sdk.Request
Sets the body content by passing the string value.
body(String, ContentType) - Method in interface com.wedeploy.api.sdk.Request
Sets the raw body content and the content-type.
body() - Method in class com.wedeploy.api.sdk.RequestWrapper
 
body(byte[]) - Method in class com.wedeploy.api.sdk.RequestWrapper
 
body(Object) - Method in class com.wedeploy.api.sdk.RequestWrapper
 
body(String) - Method in class com.wedeploy.api.sdk.RequestWrapper
 
body(String, ContentType) - Method in class com.wedeploy.api.sdk.RequestWrapper
 
body() - Method in interface com.wedeploy.api.sdk.Response
Returns body content.
body(byte[]) - Method in interface com.wedeploy.api.sdk.Response
Sets the raw body content.
body(Object) - Method in interface com.wedeploy.api.sdk.Response
Sets the JSON body content.
body(String) - Method in interface com.wedeploy.api.sdk.Response
Sets the body content.
body(String, ContentType) - Method in interface com.wedeploy.api.sdk.Response
Sets the body content and common content-type.
body() - Method in class com.wedeploy.api.sdk.ResponseWrapper
 
body(byte[]) - Method in class com.wedeploy.api.sdk.ResponseWrapper
 
body(Object) - Method in class com.wedeploy.api.sdk.ResponseWrapper
 
body(String) - Method in class com.wedeploy.api.sdk.ResponseWrapper
 
body(String, ContentType) - Method in class com.wedeploy.api.sdk.ResponseWrapper
 
BODY_ENCODING - Static variable in class com.wedeploy.api.sdk.Base
 
bodyAsJson() - Method in interface com.wedeploy.api.query.Embodied
 
bodyBytes() - Method in class com.wedeploy.api.sdk.Base
 
bodyBytes() - Method in interface com.wedeploy.api.sdk.Request
Returns the raw body content.
bodyBytes() - Method in class com.wedeploy.api.sdk.RequestWrapper
 
bodyBytes() - Method in interface com.wedeploy.api.sdk.Response
Returns the raw body content.
bodyBytes() - Method in class com.wedeploy.api.sdk.ResponseWrapper
 
bodyList(Class<T>) - Method in class com.wedeploy.api.sdk.Base
 
bodyList(Class<T>) - Method in interface com.wedeploy.api.sdk.Request
Returns parsed body content as a List.
bodyList(Class<T>) - Method in class com.wedeploy.api.sdk.RequestWrapper
 
bodyList(Class<T>) - Method in interface com.wedeploy.api.sdk.Response
Returns parsed body content.
bodyList(Class<T>) - Method in class com.wedeploy.api.sdk.ResponseWrapper
 
bodyMap(Class<K>, Class<V>) - Method in class com.wedeploy.api.sdk.Base
 
bodyMap(Class<K>, Class<V>) - Method in interface com.wedeploy.api.sdk.Request
Returns parsed body content.
bodyMap(Class<V>) - Method in interface com.wedeploy.api.sdk.Request
REturns parsed body content.
bodyMap(Class<K>, Class<V>) - Method in class com.wedeploy.api.sdk.RequestWrapper
 
bodyMap(Class<V>) - Method in class com.wedeploy.api.sdk.RequestWrapper
 
bodyMap(Class<K>, Class<V>) - Method in interface com.wedeploy.api.sdk.Response
Returns parsed body content.
bodyMap(Class<V>) - Method in interface com.wedeploy.api.sdk.Response
REturns parsed body content.
bodyMap(Class<K>, Class<V>) - Method in class com.wedeploy.api.sdk.ResponseWrapper
 
bodyMap(Class<V>) - Method in class com.wedeploy.api.sdk.ResponseWrapper
 
bodyValue() - Method in class com.wedeploy.api.sdk.Base
 
bodyValue(Class<T>) - Method in class com.wedeploy.api.sdk.Base
 
bodyValue() - Method in interface com.wedeploy.api.sdk.Request
Parses the body depending on content-type.
bodyValue(Class<T>) - Method in interface com.wedeploy.api.sdk.Request
Parses the body depending on content-type into the target type.
bodyValue() - Method in class com.wedeploy.api.sdk.RequestWrapper
 
bodyValue(Class<T>) - Method in class com.wedeploy.api.sdk.RequestWrapper
 
bodyValue() - Method in interface com.wedeploy.api.sdk.Response
Returns parsed body content.
bodyValue(Class<T>) - Method in interface com.wedeploy.api.sdk.Response
Returns parsed body content.
bodyValue() - Method in class com.wedeploy.api.sdk.ResponseWrapper
 
bodyValue(Class<T>) - Method in class com.wedeploy.api.sdk.ResponseWrapper
 
BOUNDARY - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Values
"boundary"
boundingBox(String, Geo.BoundingBox) - Static method in class com.wedeploy.api.query.Filter
 
boundingBox(String, Object, Object) - Static method in class com.wedeploy.api.query.Filter
 
boundingBox(Object, Object) - Static method in class com.wedeploy.api.query.Geo
 
BoundingBox(Object, Object) - Constructor for class com.wedeploy.api.query.Geo.BoundingBox
 
broadcast(String, Object...) - Method in interface com.wedeploy.api.sdk.realtime.Socket
Sets broadcast flag to true.
builder() - Static method in interface com.wedeploy.api.query.Query
 
BYTES - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Values
"bytes"

C

CACHE_CONTROL - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Names
"Cache-Control"
call(Object...) - Method in interface com.wedeploy.api.realtime.RealTime.Listener
 
call(Object...) - Method in interface com.wedeploy.api.sdk.realtime.SocketAck
 
call(Object...) - Method in interface com.wedeploy.api.sdk.realtime.SocketListener
 
call(Socket, SocketMiddlewareFunction) - Method in interface com.wedeploy.api.sdk.realtime.SocketMiddleware
 
call(SocketIOException) - Method in interface com.wedeploy.api.sdk.realtime.SocketMiddlewareFunction
 
center() - Method in class com.wedeploy.api.query.Geo.Circle
 
charset() - Method in class com.wedeploy.api.sdk.ContentType
Returns content-type charset.
CHARSET - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Values
"charset"
checkHash(String, String) - Method in interface com.wedeploy.api.security.HashGenerator
 
child(String...) - Method in interface com.wedeploy.api.sdk.DataSnapshot
Navigates in key path, e.g.
CHUNKED - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Values
"chunked"
circle(Object, String) - Static method in class com.wedeploy.api.query.Geo
 
Circle(Object, String) - Constructor for class com.wedeploy.api.query.Geo.Circle
 
clear() - Method in interface com.wedeploy.api.sdk.MultiMap
Removes all values.
clear() - Method in interface com.wedeploy.api.sdk.SharedData
Clear all entries in the map
clearEngine() - Method in class com.wedeploy.api.security.HashEngine
 
clearEngines() - Method in class com.wedeploy.api.serializer.SerializerEngine
 
close() - Method in class com.wedeploy.api.realtime.RealTime
Closes real-time connection.
CLOSE - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Values
"close"
com.wedeploy.api - package com.wedeploy.api
 
com.wedeploy.api.log - package com.wedeploy.api.log
 
com.wedeploy.api.query - package com.wedeploy.api.query
 
com.wedeploy.api.realtime - package com.wedeploy.api.realtime
 
com.wedeploy.api.sdk - package com.wedeploy.api.sdk
 
com.wedeploy.api.sdk.realtime - package com.wedeploy.api.sdk.realtime
 
com.wedeploy.api.security - package com.wedeploy.api.security
 
com.wedeploy.api.serializer - package com.wedeploy.api.serializer
 
com.wedeploy.api.transport.impl - package com.wedeploy.api.transport.impl
 
com.wedeploy.api.util - package com.wedeploy.api.util
 
com.wedeploy.api.uuid - package com.wedeploy.api.uuid
 
comment() - Method in class com.wedeploy.api.sdk.Cookie
Returns the comment describing the purpose of this cookie, or null if the cookie has no comment.
comment(String) - Method in class com.wedeploy.api.sdk.Cookie
Specifies a comment that describes a cookie's purpose.
commit() - Method in interface com.wedeploy.api.sdk.Data
Commits the data operation wrapped by this request handler.
commit(Object) - Method in interface com.wedeploy.api.sdk.Data
Commits the data operation using the given value as request body.
composite(String, Filter...) - Static method in class com.wedeploy.api.query.Filter
 
COMPRESS - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Values
"compress"
conflict() - Method in class com.wedeploy.api.sdk.Error409
 
conflict(String) - Method in class com.wedeploy.api.sdk.Error409
 
CONFLICT - Static variable in class com.wedeploy.api.sdk.Response.Status
 
conflict() - Static method in class com.wedeploy.api.sdk.ResponseError
Creates error 409 response.
conflict(String) - Static method in class com.wedeploy.api.sdk.ResponseError
Creates error 409 response.
CONNECTION - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Names
"Connection"
contains(String) - Method in interface com.wedeploy.api.sdk.MultiMap
Checks to see if there is a value with the specified name.
CONTENT_BASE - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Names
"Content-Base"
CONTENT_ENCODING - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Names
"Content-Encoding"
CONTENT_LANGUAGE - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Names
"Content-Language"
CONTENT_LENGTH - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Names
"Content-Length"
CONTENT_LOCATION - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Names
"Content-Location"
CONTENT_MD5 - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Names
"Content-MD5"
CONTENT_RANGE - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Names
"Content-Range"
CONTENT_TRANSFER_ENCODING - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Names
"Content-Transfer-Encoding"
CONTENT_TYPE - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Names
"Content-Type"
contentType() - Method in class com.wedeploy.api.sdk.Base
 
contentType(ContentType) - Method in class com.wedeploy.api.sdk.Base
 
ContentType - Class in com.wedeploy.api.sdk
Common content types.
ContentType(String) - Constructor for class com.wedeploy.api.sdk.ContentType
 
ContentType(String, String) - Constructor for class com.wedeploy.api.sdk.ContentType
 
contentType() - Method in class com.wedeploy.api.sdk.ContentType
Returns content-type value.
contentType() - Method in interface com.wedeploy.api.sdk.Request
Gets the content type header.
contentType(ContentType) - Method in interface com.wedeploy.api.sdk.Request
Sets the content type header.
contentType() - Method in class com.wedeploy.api.sdk.RequestWrapper
 
contentType(ContentType) - Method in class com.wedeploy.api.sdk.RequestWrapper
 
contentType() - Method in interface com.wedeploy.api.sdk.Response
Gets the content type header.
contentType(ContentType) - Method in interface com.wedeploy.api.sdk.Response
Sets the content type header.
contentType() - Method in class com.wedeploy.api.sdk.ResponseWrapper
 
contentType(ContentType) - Method in class com.wedeploy.api.sdk.ResponseWrapper
 
contentType(ContentType) - Method in class com.wedeploy.api.WeDeploy
Sets the content type header of the request.
context() - Method in class com.wedeploy.api.sdk.Base
 
Context - Interface in com.wedeploy.api.sdk
Execution context.
context() - Method in interface com.wedeploy.api.sdk.Request
Returns the context that this request belongs to.
context() - Method in class com.wedeploy.api.sdk.RequestWrapper
 
context() - Method in interface com.wedeploy.api.sdk.Response
Returns the context that this response belongs to.
context() - Method in class com.wedeploy.api.sdk.ResponseWrapper
 
CONTINUE - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Values
"100-continue"
cookie(Cookie) - Method in class com.wedeploy.api.sdk.Base
 
cookie(String) - Method in class com.wedeploy.api.sdk.Base
Gets cookie value by name.
Cookie - Class in com.wedeploy.api.sdk
Cookie object.
Cookie(String) - Constructor for class com.wedeploy.api.sdk.Cookie
Parses cookie data from given user-agent string.
Cookie(String, String) - Constructor for class com.wedeploy.api.sdk.Cookie
Creates cookie with specified name and value.
cookie(String) - Static method in class com.wedeploy.api.sdk.Cookie
Create a new cookie.
cookie(String, String) - Static method in class com.wedeploy.api.sdk.Cookie
Create a new cookie.
COOKIE - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Names
"Cookie"
cookie(Cookie) - Method in interface com.wedeploy.api.sdk.Request
Adds a cookie to the response.
cookie(String) - Method in interface com.wedeploy.api.sdk.Request
Gets cookie value by name.
cookie(Cookie) - Method in class com.wedeploy.api.sdk.RequestWrapper
 
cookie(String) - Method in class com.wedeploy.api.sdk.RequestWrapper
 
cookie(Cookie) - Method in interface com.wedeploy.api.sdk.Response
Adds a cookie to the response.
cookie(String) - Method in interface com.wedeploy.api.sdk.Response
Gets cookie value by name.
cookie(Cookie) - Method in class com.wedeploy.api.sdk.ResponseWrapper
 
cookie(String) - Method in class com.wedeploy.api.sdk.ResponseWrapper
 
cookie(Cookie) - Method in class com.wedeploy.api.WeDeploy
 
cookies - Variable in class com.wedeploy.api.sdk.Base
 
cookies() - Method in class com.wedeploy.api.sdk.Base
 
cookies() - Method in interface com.wedeploy.api.sdk.Request
 
cookies() - Method in class com.wedeploy.api.sdk.RequestWrapper
 
cookies() - Method in interface com.wedeploy.api.sdk.Response
 
cookies() - Method in class com.wedeploy.api.sdk.ResponseWrapper
 
cookies - Variable in class com.wedeploy.api.WeDeploy
 
corsRequestOrigin() - Method in class com.wedeploy.api.sdk.Error403
 
corsRequestOrigin(String) - Method in class com.wedeploy.api.sdk.Error403
 
count(String, String) - Static method in class com.wedeploy.api.query.Aggregation
 
count() - Method in class com.wedeploy.api.query.Query.Builder
 
count() - Static method in interface com.wedeploy.api.query.Query
 
count() - Method in class com.wedeploy.api.WeDeploy
See Query.Builder
create(String) - Static method in interface com.wedeploy.api.sdk.Auth
Creates authentication instance.
create(String, String) - Static method in interface com.wedeploy.api.sdk.Auth
Creates authentication instance.
create(String) - Method in interface com.wedeploy.api.security.HashGeneratorFactory
 
CREATED - Static variable in class com.wedeploy.api.sdk.Response.Status
 
createMultiMap(boolean) - Method in interface com.wedeploy.api.sdk.MultiMapFactory
 
createRealTime(String, Map<String, Object>) - Method in interface com.wedeploy.api.realtime.RealTimeFactory
 
currentTransport - Variable in class com.wedeploy.api.WeDeploy
 

D

Data - Interface in com.wedeploy.api.sdk
Data context.
data() - Method in interface com.wedeploy.api.sdk.Error
Accumulates the errors into the ErrorData instance.
data() - Method in interface com.wedeploy.api.sdk.Session
Returns the session data as Map.
DataSnapshot - Interface in com.wedeploy.api.sdk
DataSnapshot.
DATE - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Names
"Date"
debug(String) - Method in interface com.wedeploy.api.log.Logger
Logs a message at DEBUG level.
debug(String, Object...) - Method in interface com.wedeploy.api.log.Logger
Logs a message at DEBUG level.
Default() - Constructor for class com.wedeploy.api.realtime.RealTimeFactory.Default
 
Default() - Constructor for class com.wedeploy.api.sdk.MultiMapFactory.Default
 
DEFAULT_ENCODING - Static variable in class com.wedeploy.api.util.Util
 
defaultClassName - Static variable in class com.wedeploy.api.log.LoggerFactory
 
defaultEngines() - Method in class com.wedeploy.api.serializer.SerializerEngine
 
defaultMessage(int) - Static method in class com.wedeploy.api.sdk.Response.Status
Returns default message for given status.
DefaultTransport - Class in com.wedeploy.api.transport.impl
Static reference to default transport.
DefaultTransport() - Constructor for class com.wedeploy.api.transport.impl.DefaultTransport
 
defaultTransport() - Static method in class com.wedeploy.api.transport.impl.DefaultTransport
Returns default transport or null if default transport is not set.
defaultTransport(Transport) - Static method in class com.wedeploy.api.transport.impl.DefaultTransport
Sets default transport.
DefaultUuidGenerator - Class in com.wedeploy.api.uuid
Static reference to default uuid generator.
DefaultUuidGenerator() - Constructor for class com.wedeploy.api.uuid.DefaultUuidGenerator
 
DEFLATE - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Values
"deflate"
delete() - Method in class com.wedeploy.api.WeDeploy
Executes DELETE request.
delete(Object) - Method in class com.wedeploy.api.WeDeploy
Executes DELETE request.
delete(String) - Method in class com.wedeploy.api.WeDeploy
Executes DELETE request.
deleteAsync() - Method in class com.wedeploy.api.WeDeploy
Executes DELETE request asynchronously.
deleteAsync(Object) - Method in class com.wedeploy.api.WeDeploy
Serializes object and executes DELETE request asynchronously.
deleteAsync(String) - Method in class com.wedeploy.api.WeDeploy
Executes DELETE request asynchronously.
destroy() - Method in interface com.wedeploy.api.sdk.Session
Mark the session to be destroyed.
distance(String, String, Object, Range...) - Static method in class com.wedeploy.api.query.Aggregation
 
distance(String, Geo.Circle) - Static method in class com.wedeploy.api.query.Filter
 
distance(String, Object, Range) - Static method in class com.wedeploy.api.query.Filter
 
distance(String, Object, String) - Static method in class com.wedeploy.api.query.Filter
 
document() - Method in interface com.wedeploy.api.sdk.DataSnapshot
Navigates to the document path, e.g.
domain() - Method in interface com.wedeploy.api.sdk.AppConfig
The public system domain for this application.
domain() - Method in class com.wedeploy.api.sdk.Cookie
Returns the domain name set for this cookie.
domain(String) - Method in class com.wedeploy.api.sdk.Cookie
Specifies the domain within which this cookie should be presented.

E

email() - Method in interface com.wedeploy.api.sdk.Auth
Returns user email.
email - Variable in class com.wedeploy.api.sdk.AuthImpl
 
email() - Method in class com.wedeploy.api.sdk.AuthImpl
 
Embodied - Interface in com.wedeploy.api.query
Represents embodied objects.
emit(String, Object...) - Method in class com.wedeploy.api.realtime.RealTime
Activates all callbacks of type `event` with the given args.
emit(String, Object...) - Method in interface com.wedeploy.api.sdk.realtime.SocketEventEmitter
Emits `event` with the given args.
emit(String, Object...) - Method in interface com.wedeploy.api.sdk.realtime.SocketIO
Expose main namespace (/) emit.
encode() - Method in class com.wedeploy.api.sdk.Cookie
Encode the cookie to a string.
encodeURIComponent(String) - Static method in class com.wedeploy.api.util.Util
Simulates Javascript encodeURIComponent.
end() - Method in class com.wedeploy.api.sdk.Base
 
end() - Method in interface com.wedeploy.api.sdk.Response
Closes the response.
end(Object) - Method in interface com.wedeploy.api.sdk.Response
Sets the body and clsoes the response.
end(String) - Method in interface com.wedeploy.api.sdk.Response
Sets the body content and closes the response.
end(String, ContentType) - Method in interface com.wedeploy.api.sdk.Response
Sets the body content and common content-type and closes the response.
end() - Method in class com.wedeploy.api.sdk.ResponseWrapper
 
end(Object) - Method in class com.wedeploy.api.sdk.ResponseWrapper
 
end(String) - Method in class com.wedeploy.api.sdk.ResponseWrapper
 
end(String, ContentType) - Method in class com.wedeploy.api.sdk.ResponseWrapper
 
Engines - Class in com.wedeploy.api.serializer
 
Engines(Serializer, Parser) - Constructor for class com.wedeploy.api.serializer.Engines
 
entries() - Method in interface com.wedeploy.api.sdk.MultiMap
Returns all entries in the multi-map.
equal(String, Object) - Static method in class com.wedeploy.api.query.Filter
 
equals(Object) - Method in class com.wedeploy.api.sdk.ContentType
 
error(String) - Method in interface com.wedeploy.api.log.Logger
Logs a message at ERROR level.
error(String, Object...) - Method in interface com.wedeploy.api.log.Logger
Logs a message at ERROR level.
error(String, Throwable) - Method in interface com.wedeploy.api.log.Logger
Logs a message at ERROR level.
error(String, Throwable, Object...) - Method in interface com.wedeploy.api.log.Logger
Logs a message at ERROR level.
Error<T> - Interface in com.wedeploy.api.sdk
 
error(String, String) - Method in interface com.wedeploy.api.sdk.Error
Sets the error reason and message.
Error400<T> - Class in com.wedeploy.api.sdk
Error 400 errors.
Error400(ErrorData<T>, String) - Constructor for class com.wedeploy.api.sdk.Error400
 
Error401<T> - Class in com.wedeploy.api.sdk
Error 401 errors.
Error401(ErrorData<T>, String) - Constructor for class com.wedeploy.api.sdk.Error401
 
Error403<T> - Class in com.wedeploy.api.sdk
Error 403 errors.
Error403(ErrorData<T>, String) - Constructor for class com.wedeploy.api.sdk.Error403
 
Error404<T> - Class in com.wedeploy.api.sdk
Error 404 errors.
Error404(ErrorData<T>, String) - Constructor for class com.wedeploy.api.sdk.Error404
 
Error405<T> - Class in com.wedeploy.api.sdk
Error 405 errors.
Error405(ErrorData<T>, String) - Constructor for class com.wedeploy.api.sdk.Error405
 
Error408<T> - Class in com.wedeploy.api.sdk
Error 408 errors.
Error408(ErrorData<T>, String) - Constructor for class com.wedeploy.api.sdk.Error408
 
Error409<T> - Class in com.wedeploy.api.sdk
Error 409 errors.
Error409(ErrorData<T>, String) - Constructor for class com.wedeploy.api.sdk.Error409
 
Error500<T> - Class in com.wedeploy.api.sdk
Error 500 errors.
Error500(ErrorData<T>, String) - Constructor for class com.wedeploy.api.sdk.Error500
 
Error503<T> - Class in com.wedeploy.api.sdk
Error 503 errors.
Error503(ErrorData<T>, String) - Constructor for class com.wedeploy.api.sdk.Error503
 
errorBody() - Method in class com.wedeploy.api.sdk.ErrorData
Creates body string.
ErrorData<T> - Class in com.wedeploy.api.sdk
 
ErrorData() - Constructor for class com.wedeploy.api.sdk.ErrorData
 
ETAG - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Names
"ETag"
executor - Variable in class com.wedeploy.api.transport.impl.BlockingTransport
 
exists(String) - Static method in class com.wedeploy.api.query.Filter
 
exists() - Method in interface com.wedeploy.api.sdk.DataSnapshot
Checks if the data exists.
exists() - Method in class com.wedeploy.api.sdk.Error400
 
exists(String) - Method in class com.wedeploy.api.sdk.Error400
 
EXPECT - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Names
"Expect"
expires() - Method in class com.wedeploy.api.sdk.Cookie
Gets expires date.
expires(String) - Method in class com.wedeploy.api.sdk.Cookie
Sets expires date.
EXPIRES - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Names
"Expires"
extendedStats(String, String) - Static method in class com.wedeploy.api.query.Aggregation
 

F

factory - Static variable in class com.wedeploy.api.realtime.RealTimeFactory.Default
 
factory - Static variable in class com.wedeploy.api.sdk.MultiMapFactory.Default
 
fetch() - Method in class com.wedeploy.api.query.Query.Builder
 
fetch() - Static method in interface com.wedeploy.api.query.Query
 
field - Variable in class com.wedeploy.api.query.Filter
 
field(String, Object) - Static method in class com.wedeploy.api.query.Filter
 
field(String, String, Object) - Static method in class com.wedeploy.api.query.Filter
 
file() - Method in interface com.wedeploy.api.sdk.FileUpload
Returns uploaded file.
fileName() - Method in interface com.wedeploy.api.sdk.FileUpload
Returns file name as provided in form submission.
FileUpload - Interface in com.wedeploy.api.sdk
File upload.
fileUploads() - Method in interface com.wedeploy.api.sdk.Request
Returns array of uploaded files.
fileUploads - Variable in class com.wedeploy.api.sdk.RequestImpl
 
fileUploads() - Method in class com.wedeploy.api.sdk.RequestImpl
 
fileUploads() - Method in class com.wedeploy.api.sdk.RequestWrapper
 
Filter - Class in com.wedeploy.api.query
Filter builder.
Filter(String, Object) - Constructor for class com.wedeploy.api.query.Filter
 
Filter(String, String, Object) - Constructor for class com.wedeploy.api.query.Filter
 
filter(Filter) - Method in class com.wedeploy.api.query.Query.Builder
 
filter(String, Object) - Method in class com.wedeploy.api.query.Query.Builder
 
filter(String, String, Object) - Method in class com.wedeploy.api.query.Query.Builder
 
filter(Filter) - Static method in interface com.wedeploy.api.query.Query
 
filter(String, Object) - Static method in interface com.wedeploy.api.query.Query
 
filter(String, String, Object) - Static method in interface com.wedeploy.api.query.Query
 
filter(Filter) - Method in class com.wedeploy.api.WeDeploy
See Query.Builder
filter(String, Object) - Method in class com.wedeploy.api.WeDeploy
See Query.Builder
filter(String, String, Object) - Method in class com.wedeploy.api.WeDeploy
See Query.Builder
forbidden() - Method in class com.wedeploy.api.sdk.Error403
 
forbidden(String) - Method in class com.wedeploy.api.sdk.Error403
 
FORBIDDEN - Static variable in class com.wedeploy.api.sdk.Response.Status
 
forbidden() - Static method in class com.wedeploy.api.sdk.ResponseError
Creates error 403 response.
forbidden(String) - Static method in class com.wedeploy.api.sdk.ResponseError
Creates error 403 response.
form(String) - Method in interface com.wedeploy.api.sdk.Request
Returns the form parameter.
form(String, Object) - Method in interface com.wedeploy.api.sdk.Request
Sets the form parameter.
form - Variable in class com.wedeploy.api.sdk.RequestImpl
 
form(String) - Method in class com.wedeploy.api.sdk.RequestImpl
 
form(String, Object) - Method in class com.wedeploy.api.sdk.RequestImpl
 
form(String) - Method in class com.wedeploy.api.sdk.RequestWrapper
 
form(String, Object) - Method in class com.wedeploy.api.sdk.RequestWrapper
 
form(String) - Method in class com.wedeploy.api.WeDeploy
Gets the form parameter.
form(String, Object) - Method in class com.wedeploy.api.WeDeploy
Sets the form parameter.
FORM_URLENCODED - Static variable in class com.wedeploy.api.sdk.ContentType
 
forms() - Method in interface com.wedeploy.api.sdk.Request
Returns form parameters.
forms() - Method in class com.wedeploy.api.sdk.RequestImpl
 
forms() - Method in class com.wedeploy.api.sdk.RequestWrapper
 
forms - Variable in class com.wedeploy.api.WeDeploy
 
forms() - Method in class com.wedeploy.api.WeDeploy
Returns the form parameter.
FOUND - Static variable in class com.wedeploy.api.sdk.Response.Status
 
from - Variable in class com.wedeploy.api.query.Range
 
from(Object) - Static method in class com.wedeploy.api.query.Range
 
FROM - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Names
"From"
fuzziness(int) - Method in class com.wedeploy.api.query.FuzzyFilter
 
fuzzy(String) - Static method in class com.wedeploy.api.query.Filter
 
fuzzy(String, Integer) - Static method in class com.wedeploy.api.query.Filter
 
fuzzy(String, String) - Static method in class com.wedeploy.api.query.Filter
 
fuzzy(String, String, Integer) - Static method in class com.wedeploy.api.query.Filter
 
FuzzyFilter - Class in com.wedeploy.api.query
Fuzzy filter.
FuzzyFilter(String, String, String) - Constructor for class com.wedeploy.api.query.FuzzyFilter
 
FuzzyFilter(String, String, String, Integer) - Constructor for class com.wedeploy.api.query.FuzzyFilter
 

G

GATEWAY_TIMEOUT - Static variable in class com.wedeploy.api.sdk.Response.Status
 
generateHash(String, String) - Method in interface com.wedeploy.api.security.HashGenerator
 
generateId() - Method in interface com.wedeploy.api.uuid.UuidGenerator
Generates unique id.
Geo<T> - Class in com.wedeploy.api.query
Geo builder.
Geo.BoundingBox - Class in com.wedeploy.api.query
 
Geo.Circle - Class in com.wedeploy.api.query
 
Geo.Line - Class in com.wedeploy.api.query
 
Geo.Point - Class in com.wedeploy.api.query
 
Geo.Polygon - Class in com.wedeploy.api.query
 
GeoShapeFilter - Class in com.wedeploy.api.query
Geo shape filter.
GeoShapeFilter(String, Object...) - Constructor for class com.wedeploy.api.query.GeoShapeFilter
 
get(String) - Method in interface com.wedeploy.api.sdk.MultiMap
Get the String value associated with a key.
get(String) - Method in interface com.wedeploy.api.sdk.realtime.Socket
Returns the value stored with the specified key.
get(String) - Method in interface com.wedeploy.api.sdk.Session
Get some data from the session.
get(String) - Method in interface com.wedeploy.api.sdk.SharedData
Get a value from the map.
get(String, Class<T>) - Method in interface com.wedeploy.api.sdk.SharedData
Get a value from the map with given type.
get(HashAlgorithm) - Static method in interface com.wedeploy.api.security.HashGenerator
 
get(String) - Static method in interface com.wedeploy.api.security.HashGenerator
 
get() - Static method in interface com.wedeploy.api.serializer.Parser
 
get(ContentType) - Static method in interface com.wedeploy.api.serializer.Parser
 
get(String) - Static method in interface com.wedeploy.api.serializer.Parser
 
get() - Static method in interface com.wedeploy.api.serializer.Serializer
 
get(ContentType) - Static method in interface com.wedeploy.api.serializer.Serializer
 
get(String) - Static method in interface com.wedeploy.api.serializer.Serializer
 
get() - Static method in interface com.wedeploy.api.uuid.UuidGenerator
 
get() - Method in class com.wedeploy.api.WeDeploy
Executes GET request.
get(Object) - Method in class com.wedeploy.api.WeDeploy
Executes GET request.
get(String) - Method in class com.wedeploy.api.WeDeploy
Executes GET request.
getAlgorithm() - Method in enum com.wedeploy.api.security.HashAlgorithm
 
getAll(String) - Method in interface com.wedeploy.api.sdk.MultiMap
Returns the values with the specified name.
getAsync() - Method in class com.wedeploy.api.WeDeploy
Executes GET request asynchronously.
getAsync(Object) - Method in class com.wedeploy.api.WeDeploy
Executes GET request asynchronously.
getAsync(String) - Method in class com.wedeploy.api.WeDeploy
Executes GET request asynchronously.
getBodyAsString() - Method in class com.wedeploy.api.sdk.Base
 
getDefaultGenerator() - Static method in class com.wedeploy.api.uuid.DefaultUuidGenerator
Returns default uuid generator or null if default generator is not set.
getLogger(Class) - Static method in class com.wedeploy.api.log.LoggerFactory
Returns logger for given class.
getLogger(String) - Static method in class com.wedeploy.api.log.LoggerFactory
Returns logger for given name.
getLogger(String) - Method in interface com.wedeploy.api.log.LoggerFactoryInterface
Returns logger wrapper over used implementation for given name.
getName() - Method in interface com.wedeploy.api.log.Logger
Returns Logger name.
getObjectMessage() - Method in class com.wedeploy.api.realtime.RealTimeException
 
getObjectMessage() - Method in interface com.wedeploy.api.sdk.realtime.SocketIOException
 
getParser() - Method in class com.wedeploy.api.serializer.Engines
 
getSerializer() - Method in class com.wedeploy.api.serializer.Engines
 
getSubErrors() - Method in class com.wedeploy.api.sdk.ErrorData
 
GONE - Static variable in class com.wedeploy.api.sdk.Response.Status
 
gt(String, Object) - Static method in class com.wedeploy.api.query.Filter
 
gte(String, Object) - Static method in class com.wedeploy.api.query.Filter
 
GZIP - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Values
"gzip"

H

hasEmail() - Method in interface com.wedeploy.api.sdk.Auth
Returns true if Auth.email() is defined.
HashAlgorithm - Enum in com.wedeploy.api.security
 
hashCode() - Method in class com.wedeploy.api.sdk.ContentType
 
HashEngine - Class in com.wedeploy.api.security
Main class that performs bindings and holds instances of hash generators.
HashEngine() - Constructor for class com.wedeploy.api.security.HashEngine
 
HashEngineException - Exception in com.wedeploy.api.security
 
HashEngineException(String) - Constructor for exception com.wedeploy.api.security.HashEngineException
 
HashEngineException(String, Throwable) - Constructor for exception com.wedeploy.api.security.HashEngineException
 
HashGenerator - Interface in com.wedeploy.api.security
 
HashGeneratorFactory - Interface in com.wedeploy.api.security
 
hasId() - Method in interface com.wedeploy.api.sdk.Auth
Returns true if Auth.id() is defined.
hasListeners(String) - Method in interface com.wedeploy.api.sdk.realtime.SocketEventEmitter
Checks if this emitter has `event` handlers.
hasName() - Method in interface com.wedeploy.api.sdk.Auth
Returns true if Auth.name() is defined.
hasPassword() - Method in interface com.wedeploy.api.sdk.Auth
Returns true if Auth.password() is defined.
hasPhotoUrl() - Method in interface com.wedeploy.api.sdk.Auth
Returns true if Auth.photoUrl() is defined.
hasScope(Collection<String>) - Method in interface com.wedeploy.api.sdk.Auth
Returns true if all of the scopes are defined.
hasScope(String) - Method in interface com.wedeploy.api.sdk.Auth
Returns true if provided scope is defined.
hasScope(String) - Method in class com.wedeploy.api.sdk.AuthImpl
 
hasToken() - Method in interface com.wedeploy.api.sdk.Auth
Returns true if Auth.token() is defined.
head() - Method in class com.wedeploy.api.WeDeploy
Executes HEAD request.
head(Object) - Method in class com.wedeploy.api.WeDeploy
Executes HEAD request.
head(String) - Method in class com.wedeploy.api.WeDeploy
Executes HEAD request.
headAsync() - Method in class com.wedeploy.api.WeDeploy
Executes HEAD request asynchronously.
headAsync(Object) - Method in class com.wedeploy.api.WeDeploy
Serializes object and executes HEAD request asynchronously.
headAsync(String) - Method in class com.wedeploy.api.WeDeploy
Executes HEAD request asynchronously.
header(String) - Method in class com.wedeploy.api.sdk.Base
Gets header value by name.
header(String, String) - Method in class com.wedeploy.api.sdk.Base
 
header(String, String) - Method in interface com.wedeploy.api.sdk.Error
Adds header data.
header(String, String) - Method in class com.wedeploy.api.sdk.ErrorData
 
header(String) - Method in interface com.wedeploy.api.sdk.Request
Gets header value by name.
header(String, String) - Method in interface com.wedeploy.api.sdk.Request
Sets the first header name with the specified value.
header(String) - Method in class com.wedeploy.api.sdk.RequestWrapper
 
header(String, String) - Method in class com.wedeploy.api.sdk.RequestWrapper
 
header(String) - Method in interface com.wedeploy.api.sdk.Response
Gets header value by name.
header(String, String) - Method in interface com.wedeploy.api.sdk.Response
Sets the first header name with the specified value.
header(String) - Method in class com.wedeploy.api.sdk.ResponseWrapper
 
header(String, String) - Method in class com.wedeploy.api.sdk.ResponseWrapper
 
header(String, String) - Method in class com.wedeploy.api.WeDeploy
Adds new header.
headers - Variable in class com.wedeploy.api.sdk.Base
 
headers() - Method in class com.wedeploy.api.sdk.Base
 
headers(BiConsumer<String, String>) - Method in class com.wedeploy.api.sdk.ErrorData
 
headers() - Method in interface com.wedeploy.api.sdk.Request
Returns headers.
headers() - Method in class com.wedeploy.api.sdk.RequestWrapper
 
headers() - Method in interface com.wedeploy.api.sdk.Response
Returns headers.
headers() - Method in class com.wedeploy.api.sdk.ResponseWrapper
 
headers - Variable in class com.wedeploy.api.WeDeploy
 
highlight(String) - Method in class com.wedeploy.api.query.Query.Builder
 
highlight(String) - Static method in interface com.wedeploy.api.query.Query
 
highlight(String) - Method in class com.wedeploy.api.WeDeploy
See Query.Builder
histogram(String, String, int) - Static method in class com.wedeploy.api.query.Aggregation
 
hole(Object...) - Method in class com.wedeploy.api.query.Geo.Polygon
 
HOST - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Names
"Host"
HTML - Static variable in class com.wedeploy.api.sdk.ContentType
 
HttpHeaders - Class in com.wedeploy.api.sdk
 
HttpHeaders() - Constructor for class com.wedeploy.api.sdk.HttpHeaders
 
HttpHeaders.Names - Class in com.wedeploy.api.sdk
 
HttpHeaders.Values - Class in com.wedeploy.api.sdk
 
httpMethodNotAllowed() - Method in class com.wedeploy.api.sdk.Error405
 
httpMethodNotAllowed(String) - Method in class com.wedeploy.api.sdk.Error405
 
httpOnly() - Method in class com.wedeploy.api.sdk.Cookie
If this cookie is HTTP only.
httpOnly(boolean) - Method in class com.wedeploy.api.sdk.Cookie
Determines if this cookie is HTTP only.

I

id() - Method in interface com.wedeploy.api.sdk.AppConfig
The id of this application.
id() - Method in interface com.wedeploy.api.sdk.Auth
Returns user id.
id - Variable in class com.wedeploy.api.sdk.AuthImpl
 
id() - Method in class com.wedeploy.api.sdk.AuthImpl
 
id() - Method in interface com.wedeploy.api.sdk.Context
Returns context id.
id() - Method in interface com.wedeploy.api.sdk.Session
Returns the unique ID of the session.
IDENTITY - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Values
"identity"
IF_MATCH - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Names
"If-Match"
IF_MODIFIED_SINCE - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Names
"If-Modified-Since"
IF_NONE_MATCH - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Names
"If-None-Match"
IF_RANGE - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Names
"If-Range"
IF_UNMODIFIED_SINCE - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Names
"If-Unmodified-Since"
info(String) - Method in interface com.wedeploy.api.log.Logger
Logs a message at INFO level.
info(String, Object...) - Method in interface com.wedeploy.api.log.Logger
Logs a message at INFO level.
instance() - Static method in class com.wedeploy.api.security.HashEngine
Returns singleton instance of the engine.
instance() - Static method in class com.wedeploy.api.serializer.SerializerEngine
Returns singleton instance of the engine.
INTERNAL_SERVER_ERROR - Static variable in class com.wedeploy.api.sdk.Response.Status
 
internalError() - Method in class com.wedeploy.api.sdk.Error500
 
internalError(String) - Method in class com.wedeploy.api.sdk.Error500
 
internalError(String, Throwable) - Method in class com.wedeploy.api.sdk.Error500
 
internalError() - Static method in class com.wedeploy.api.sdk.ResponseError
Creates error 500 response.
internalError(String) - Static method in class com.wedeploy.api.sdk.ResponseError
Creates error 500 response.
into(T) - Method in interface com.wedeploy.api.sdk.Error
Injects error into the target, usually the http response.
into(T) - Method in class com.wedeploy.api.sdk.ErrorData
Writes the response into the target.
invalidDocumentValue() - Method in class com.wedeploy.api.sdk.Error400
 
invalidDocumentValue(String) - Method in class com.wedeploy.api.sdk.Error400
 
invalidQuery() - Method in class com.wedeploy.api.sdk.Error400
 
invalidQuery(String) - Method in class com.wedeploy.api.sdk.Error400
 
io(String, Map<String, Object>) - Static method in class com.wedeploy.api.realtime.RealTime
Creates an implementation of the real-time.
io() - Method in interface com.wedeploy.api.sdk.Context
Returns the socket io server.
isAuthenticated() - Method in interface com.wedeploy.api.sdk.Auth
Is the user authenticated.
isAuthenticated() - Method in class com.wedeploy.api.sdk.AuthImpl
 
isCaseSensitive() - Method in interface com.wedeploy.api.sdk.MultiMap
Returns true if this map is case sensitive.
isCommitted() - Method in interface com.wedeploy.api.sdk.Response
Returns true if response is already committed.
isCommitted() - Method in class com.wedeploy.api.sdk.ResponseImpl
 
isCommitted() - Method in class com.wedeploy.api.sdk.ResponseWrapper
 
isContentType(ContentType) - Method in class com.wedeploy.api.sdk.Base
 
isContentType(ContentType) - Method in interface com.wedeploy.api.sdk.Request
Checks if the request contains a content type header with the specified value.
isContentType(ContentType) - Method in class com.wedeploy.api.sdk.RequestWrapper
 
isContentType(ContentType) - Method in interface com.wedeploy.api.sdk.Response
Checks if the response contains a content type header with the specified value.
isContentType(ContentType) - Method in class com.wedeploy.api.sdk.ResponseWrapper
 
isDebugEnabled() - Method in interface com.wedeploy.api.log.Logger
Returns true if DEBUG level is enabled.
isDestroyed() - Method in interface com.wedeploy.api.sdk.Session
Return true is the session was marked to be destroyed.
isEmpty() - Method in interface com.wedeploy.api.sdk.MultiMap
Returns true if empty.
isEnabled(Logger.Level) - Method in interface com.wedeploy.api.log.Logger
Returns true if certain logging level is enabled.
isEnabledFor(Logger.Level) - Method in enum com.wedeploy.api.log.Logger.Level
Returns true if this level is enabled for given required level.
isErrorEnabled() - Method in interface com.wedeploy.api.log.Logger
Returns true if ERROR level is enabled.
isInfoEnabled() - Method in interface com.wedeploy.api.log.Logger
Returns true if INFO level is enabled.
isJsonMap(String) - Static method in class com.wedeploy.api.sdk.ValuesUtil
Returns true if value is JSON map.
isMaster() - Method in interface com.wedeploy.api.sdk.Auth
Checks if the user is master user.
isSame(String) - Method in class com.wedeploy.api.sdk.ContentType
Returns true if content-type is equals, ignoring the charset.
isTraceEnabled() - Method in interface com.wedeploy.api.log.Logger
Returns true if TRACE level is enabled.
isWarnEnabled() - Method in interface com.wedeploy.api.log.Logger
Returns true if WARN level is enabled.

J

join(String) - Method in interface com.wedeploy.api.sdk.realtime.Socket
Joins a room.
join(String, SocketAck) - Method in interface com.wedeploy.api.sdk.realtime.Socket
 
joinPathAndQuery(String, String) - Static method in class com.wedeploy.api.util.Util
Parses the url separating the domain and port from the path.
joinPaths(String, String) - Static method in class com.wedeploy.api.util.Util
Joins two paths.
JSON - Static variable in class com.wedeploy.api.sdk.ContentType
 

K

KEEP_ALIVE - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Values
"keep-alive"
keyExpired() - Method in class com.wedeploy.api.sdk.Error400
 
keyExpired(String) - Method in class com.wedeploy.api.sdk.Error400
 
keyInvalid() - Method in class com.wedeploy.api.sdk.Error400
 
keyInvalid(String) - Method in class com.wedeploy.api.sdk.Error400
 

L

LAST_MODIFIED - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Names
"Last-Modified"
lastAccessed() - Method in interface com.wedeploy.api.sdk.Session
Returns the time the session was last accessed.
Lifecycle - Interface in com.wedeploy.api.sdk
Interface for all lifecycle aware components.
limit(int) - Method in class com.wedeploy.api.query.Query.Builder
 
limit(int) - Static method in interface com.wedeploy.api.query.Query
 
limit(int) - Method in class com.wedeploy.api.WeDeploy
See Query.Builder
limitExceeded() - Method in class com.wedeploy.api.sdk.Error403
 
limitExceeded(String) - Method in class com.wedeploy.api.sdk.Error403
 
line(Object...) - Static method in class com.wedeploy.api.query.Geo
 
Line(Object...) - Constructor for class com.wedeploy.api.query.Geo.Line
 
listeners(String) - Method in interface com.wedeploy.api.sdk.realtime.SocketEventEmitter
Returns an array of listeners for `event`.
LOCATION - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Names
"Location"
log(Logger.Level, String) - Method in interface com.wedeploy.api.log.Logger
Logs a message at provided logging level.
log(Logger.Level, String, Object...) - Method in interface com.wedeploy.api.log.Logger
Logs a message at provided logging level.
Logger - Interface in com.wedeploy.api.log
Pod logger.
Logger.Level - Enum in com.wedeploy.api.log
Logger level.
LoggerFactory - Class in com.wedeploy.api.log
 
LoggerFactory() - Constructor for class com.wedeploy.api.log.LoggerFactory
 
LoggerFactoryInterface - Interface in com.wedeploy.api.log
Adapter for 3rd party logger.
lookup(String) - Method in class com.wedeploy.api.security.HashEngine
Returns te Parser instance.
lookupEngines(String) - Method in class com.wedeploy.api.serializer.SerializerEngine
 
lt(String, Object) - Static method in class com.wedeploy.api.query.Filter
 
lte(String, Object) - Static method in class com.wedeploy.api.query.Filter
 

M

master() - Static method in interface com.wedeploy.api.sdk.Auth
Creates master authentication instance.
MASTER_TOKEN - Static variable in class com.wedeploy.api.WeDeploy
 
masterToken() - Method in interface com.wedeploy.api.sdk.AppConfig
The master token than can be used to bypass authorization rules.
match(String) - Static method in class com.wedeploy.api.query.Filter
 
match(String, String) - Static method in class com.wedeploy.api.query.Filter
 
max(String, String) - Static method in class com.wedeploy.api.query.Aggregation
 
MAX_AGE - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Values
"max-age"
MAX_FORWARDS - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Names
"Max-Forwards"
MAX_STALE - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Values
"max-stale"
maxAge() - Method in class com.wedeploy.api.sdk.Cookie
Returns the maximum age of the cookie, specified in seconds, By default, -1 indicating the cookie will persist until browser shutdown.
maxAge(Long) - Method in class com.wedeploy.api.sdk.Cookie
Sets the maximum age of the cookie in seconds.
maxDf(int) - Method in class com.wedeploy.api.query.SimilarFilter
 
method() - Method in interface com.wedeploy.api.sdk.Request
Returns HTTP method, in uppercase.
method(String) - Method in interface com.wedeploy.api.sdk.Request
Sets method.
method - Variable in class com.wedeploy.api.sdk.RequestImpl
 
method() - Method in class com.wedeploy.api.sdk.RequestImpl
 
method(String) - Method in class com.wedeploy.api.sdk.RequestImpl
 
method() - Method in class com.wedeploy.api.sdk.RequestWrapper
 
method(String) - Method in class com.wedeploy.api.sdk.RequestWrapper
 
METHOD_DELETE - Static variable in class com.wedeploy.api.WeDeploy
 
METHOD_GET - Static variable in class com.wedeploy.api.WeDeploy
 
METHOD_HEAD - Static variable in class com.wedeploy.api.WeDeploy
 
METHOD_NOT_ALLOWED - Static variable in class com.wedeploy.api.sdk.Response.Status
 
METHOD_OPTION - Static variable in class com.wedeploy.api.WeDeploy
 
METHOD_PATCH - Static variable in class com.wedeploy.api.WeDeploy
 
METHOD_POST - Static variable in class com.wedeploy.api.WeDeploy
 
METHOD_PUT - Static variable in class com.wedeploy.api.WeDeploy
 
methodNotAllowed() - Static method in class com.wedeploy.api.sdk.ResponseError
Creates error 405 response.
methodNotAllowed(String) - Static method in class com.wedeploy.api.sdk.ResponseError
Creates error 405 response.
min(String, String) - Static method in class com.wedeploy.api.query.Aggregation
 
MIN_FRESH - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Values
"min-fresh"
minDf(int) - Method in class com.wedeploy.api.query.SimilarFilter
 
minTf(int) - Method in class com.wedeploy.api.query.SimilarFilter
 
missing(String, String) - Static method in class com.wedeploy.api.query.Aggregation
 
missing(String) - Static method in class com.wedeploy.api.query.Filter
 
MOVED_PERMANENTLY - Static variable in class com.wedeploy.api.sdk.Response.Status
 
MultiMap<V> - Interface in com.wedeploy.api.sdk
Multi-map.
MultiMapFactory - Interface in com.wedeploy.api.sdk
 
MultiMapFactory.Default - Class in com.wedeploy.api.sdk
 
MULTIPART_FORM - Static variable in class com.wedeploy.api.sdk.ContentType
 
MULTIPART_FORM_DATA - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Values
"multipart/form-data"
MULTIPLE_CHOICES - Static variable in class com.wedeploy.api.sdk.Response.Status
 
MUST_REVALIDATE - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Values
"must-revalidate"

N

name() - Method in interface com.wedeploy.api.sdk.Auth
Returns a user name.
name - Variable in class com.wedeploy.api.sdk.AuthImpl
 
name() - Method in class com.wedeploy.api.sdk.AuthImpl
 
name() - Method in class com.wedeploy.api.sdk.Cookie
Returns the name of the cookie.
name(String) - Method in class com.wedeploy.api.sdk.Cookie
Sets the cookie name and checks for validity.
name() - Method in interface com.wedeploy.api.sdk.FileUpload
Returns name as provided in form submission.
names() - Method in interface com.wedeploy.api.sdk.MultiMap
Gets a immutable Set of all names
newCaseSensitiveMultiMap() - Static method in interface com.wedeploy.api.sdk.MultiMap
Creates new case-sensitive implementation of the multi-map.
newMultiMap() - Static method in interface com.wedeploy.api.sdk.MultiMap
Creates new default implementation of the multi-map.
next() - Method in interface com.wedeploy.api.sdk.Request
Delegates this request to the next handler.
next(OnResponseEndCallback) - Method in interface com.wedeploy.api.sdk.Request
Delegates this request to the next handler and executes the runnable on the response end.
next() - Method in class com.wedeploy.api.sdk.RequestImpl
 
next(OnResponseEndCallback) - Method in class com.wedeploy.api.sdk.RequestImpl
 
next() - Method in class com.wedeploy.api.sdk.RequestWrapper
 
next(OnResponseEndCallback) - Method in class com.wedeploy.api.sdk.RequestWrapper
 
NO_ARGS - Static variable in interface com.wedeploy.api.log.Logger
 
NO_CACHE - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Values
"no-cache"
NO_CONTENT - Static variable in class com.wedeploy.api.sdk.Response.Status
 
NO_STORE - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Values
"no-store"
NO_TRANSFORM - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Values
"no-transform"
NON_AUTHORITATIVE_INFORMATION - Static variable in class com.wedeploy.api.sdk.Response.Status
 
none(String, Iterable) - Static method in class com.wedeploy.api.query.Filter
 
none(String, Object...) - Static method in class com.wedeploy.api.query.Filter
 
NONE - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Values
"none"
not(Filter) - Static method in class com.wedeploy.api.query.Filter
 
not(String, Object) - Static method in class com.wedeploy.api.query.Filter
 
not(String, String, Object) - Static method in class com.wedeploy.api.query.Filter
 
NOT_ACCEPTABLE - Static variable in class com.wedeploy.api.sdk.Response.Status
 
NOT_FOUND - Static variable in class com.wedeploy.api.sdk.Response.Status
 
NOT_IMPLEMENTED - Static variable in class com.wedeploy.api.sdk.Response.Status
 
NOT_MODIFIED - Static variable in class com.wedeploy.api.sdk.Response.Status
 
notEqual(String, Object) - Static method in class com.wedeploy.api.query.Filter
 
notFound() - Method in class com.wedeploy.api.sdk.Error404
 
notFound(String) - Method in class com.wedeploy.api.sdk.Error404
 
notFound() - Static method in class com.wedeploy.api.sdk.ResponseError
Creates error 404 response.
notFound(String) - Static method in class com.wedeploy.api.sdk.ResponseError
Creates error 404 response.

O

of(String, String, String) - Static method in class com.wedeploy.api.query.Aggregation
 
of(String) - Method in interface com.wedeploy.api.sdk.realtime.SocketIO
Looks up a namespace.
of(String, SocketListener) - Method in interface com.wedeploy.api.sdk.realtime.SocketIO
 
off() - Method in interface com.wedeploy.api.sdk.realtime.SocketEventEmitter
Remove all registered listeners.
off(String) - Method in interface com.wedeploy.api.sdk.realtime.SocketEventEmitter
Remove the given callback for `event`.
off(String, SocketListener) - Method in interface com.wedeploy.api.sdk.realtime.SocketEventEmitter
Remove the given callback for `event`.
offset(int) - Method in class com.wedeploy.api.query.Query.Builder
 
offset(int) - Static method in interface com.wedeploy.api.query.Query
 
offset(int) - Method in class com.wedeploy.api.WeDeploy
See Query.Builder
OK - Static variable in class com.wedeploy.api.sdk.Response.Status
 
on(String, RealTime.Listener) - Method in class com.wedeploy.api.realtime.RealTime
Registers a callback of type `event` with `fn`.
on(String, SocketListener) - Method in interface com.wedeploy.api.sdk.realtime.SocketEventEmitter
Listen on the given `event` with listener `fn`.
on(String, SocketListener) - Method in interface com.wedeploy.api.sdk.realtime.SocketIO
Expose main namespace (/) on.
once(String, SocketListener) - Method in interface com.wedeploy.api.sdk.realtime.SocketEventEmitter
Adds an `event` listener that will be invoked a single time then automatically removed.
ONLY_IF_CACHED - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Values
"only-if-cached"
OnResponseEndCallback - Interface in com.wedeploy.api.sdk
 
operator - Variable in class com.wedeploy.api.query.Filter
 
option() - Method in class com.wedeploy.api.WeDeploy
Executes OPTION request.
option(Object) - Method in class com.wedeploy.api.WeDeploy
Executes OPTION request.
option(String) - Method in class com.wedeploy.api.WeDeploy
Executes OPTION request.
optionAsync() - Method in class com.wedeploy.api.WeDeploy
Executes OPTION request asynchronously.
optionAsync(Object) - Method in class com.wedeploy.api.WeDeploy
Serializes object and executes OPTION request asynchronously.
optionAsync(String) - Method in class com.wedeploy.api.WeDeploy
Executes OPTION request asynchronously.
or(Filter) - Method in class com.wedeploy.api.query.Filter
 
or(String, Object) - Method in class com.wedeploy.api.query.Filter
 
or(String, String, Object) - Method in class com.wedeploy.api.query.Filter
 
ORIGIN - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Names
"Origin"

P

param(String) - Method in interface com.wedeploy.api.sdk.Request
Gets parameter value by name.
param(String, String) - Method in interface com.wedeploy.api.sdk.Request
Sets parameter value.
param(String) - Method in class com.wedeploy.api.sdk.RequestImpl
Gets the parameter value.
param(String, String) - Method in class com.wedeploy.api.sdk.RequestImpl
 
param(String) - Method in class com.wedeploy.api.sdk.RequestWrapper
 
param(String, String) - Method in class com.wedeploy.api.sdk.RequestWrapper
 
param(String, Object) - Method in class com.wedeploy.api.WeDeploy
Serializes an object using JSON serializer and sets query parameter.
param(String, String) - Method in class com.wedeploy.api.WeDeploy
Sets a query parameter.
params() - Method in interface com.wedeploy.api.sdk.Request
Returns map of string request parameters.
params - Variable in class com.wedeploy.api.sdk.RequestImpl
 
params() - Method in class com.wedeploy.api.sdk.RequestImpl
 
params() - Method in class com.wedeploy.api.sdk.RequestWrapper
 
params - Variable in class com.wedeploy.api.WeDeploy
 
parent() - Method in interface com.wedeploy.api.sdk.DataSnapshot
Navigates to parent key path, e.g.
parse(String) - Method in interface com.wedeploy.api.serializer.Parser
Parses string to Java common type.
parse(String, Class<T>) - Method in interface com.wedeploy.api.serializer.Parser
Parses string to given type.
parseAsList(String, Class<T>) - Method in interface com.wedeploy.api.serializer.Parser
Parses string to a list of given type.
parseAsMap(String, Class<K>, Class<V>) - Method in interface com.wedeploy.api.serializer.Parser
Parses string to a map of given key and value types.
parseError() - Method in class com.wedeploy.api.sdk.Error400
 
parseError(String) - Method in class com.wedeploy.api.sdk.Error400
 
Parser - Interface in com.wedeploy.api.serializer
WeDeploy Parser deserializes the input string into an object.
parser() - Method in class com.wedeploy.api.serializer.SerializerEngine
 
parser(String) - Method in class com.wedeploy.api.serializer.SerializerEngine
Returns te Parser instance.
parseSilently(String) - Method in interface com.wedeploy.api.serializer.Parser
Parses string without throwing an exception and returning null on failures.
parseSilently(String, Class<T>) - Method in interface com.wedeploy.api.serializer.Parser
 
PARTIAL_CONTENT - Static variable in class com.wedeploy.api.sdk.Response.Status
 
password() - Method in interface com.wedeploy.api.sdk.Auth
Returns password.
password - Variable in class com.wedeploy.api.sdk.AuthImpl
 
password() - Method in class com.wedeploy.api.sdk.AuthImpl
 
patch() - Method in class com.wedeploy.api.WeDeploy
Executes PATCH request.
patch(Object) - Method in class com.wedeploy.api.WeDeploy
Executes PATCH request.
patch(String) - Method in class com.wedeploy.api.WeDeploy
Executes PATCH request.
patchAsync() - Method in class com.wedeploy.api.WeDeploy
Executes PATCH request asynchronously.
patchAsync(Object) - Method in class com.wedeploy.api.WeDeploy
Serializes object and executes PATCH request asynchronously.
patchAsync(String) - Method in class com.wedeploy.api.WeDeploy
Executes PATCH request asynchronously.
path() - Method in class com.wedeploy.api.sdk.Cookie
Returns the path on the server to which the browser returns this cookie.
path(String) - Method in class com.wedeploy.api.sdk.Cookie
Specifies a path for the cookie to which the client should return the cookie.
path() - Method in interface com.wedeploy.api.sdk.Request
Returns action path of the URI.
path - Variable in class com.wedeploy.api.sdk.RequestImpl
 
path() - Method in class com.wedeploy.api.sdk.RequestImpl
 
path() - Method in class com.wedeploy.api.sdk.RequestWrapper
 
path(String) - Method in class com.wedeploy.api.WeDeploy
Creates new WeDeploy.
path(String...) - Method in class com.wedeploy.api.WeDeploy
Creates new WeDeploy.
photoUrl() - Method in interface com.wedeploy.api.sdk.Auth
Returns photo URL.
photoUrl - Variable in class com.wedeploy.api.sdk.AuthImpl
 
photoUrl() - Method in class com.wedeploy.api.sdk.AuthImpl
 
phrase(String) - Static method in class com.wedeploy.api.query.Filter
 
phrase(String, String) - Static method in class com.wedeploy.api.query.Filter
 
pipe(Response) - Method in interface com.wedeploy.api.sdk.Response
Pipes response to another response and ends it.
pipe(Response) - Method in class com.wedeploy.api.sdk.ResponseImpl
 
pipe(Response) - Method in class com.wedeploy.api.sdk.ResponseWrapper
 
point(double, double) - Static method in class com.wedeploy.api.query.Geo
 
Point(double, double) - Constructor for class com.wedeploy.api.query.Geo.Point
 
points() - Method in class com.wedeploy.api.query.Geo.BoundingBox
 
polygon(String, Object...) - Static method in class com.wedeploy.api.query.Filter
 
polygon(Object...) - Static method in class com.wedeploy.api.query.Geo
 
Polygon(Object...) - Constructor for class com.wedeploy.api.query.Geo.Polygon
 
post() - Method in class com.wedeploy.api.WeDeploy
Executes POST request.
post(Object) - Method in class com.wedeploy.api.WeDeploy
Executes POST request.
post(String) - Method in class com.wedeploy.api.WeDeploy
Executes POST request.
postAsync() - Method in class com.wedeploy.api.WeDeploy
Executes POST request asynchronously.
postAsync(Object) - Method in class com.wedeploy.api.WeDeploy
Serializes object and executes POST request asynchronously.
postAsync(String) - Method in class com.wedeploy.api.WeDeploy
Executes POST request asynchronously.
PRAGMA - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Names
"Pragma"
prefix(String) - Static method in class com.wedeploy.api.query.Filter
 
prefix(String, String) - Static method in class com.wedeploy.api.query.Filter
 
PRIVATE - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Values
"private"
PROXY_AUTHENTICATE - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Names
"Proxy-Authenticate"
PROXY_AUTHENTICATION_REQUIRED - Static variable in class com.wedeploy.api.sdk.Response.Status
 
PROXY_AUTHORIZATION - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Names
"Proxy-Authorization"
PROXY_REVALIDATE - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Values
"proxy-revalidate"
PUBLIC - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Values
"public"
put(String, Object) - Method in interface com.wedeploy.api.sdk.Session
Put some data in a session.
put(String, Object) - Method in interface com.wedeploy.api.sdk.SharedData
Put a value in the map.
put() - Method in class com.wedeploy.api.WeDeploy
Executes PUT request.
put(Object) - Method in class com.wedeploy.api.WeDeploy
Executes PUT request.
put(String) - Method in class com.wedeploy.api.WeDeploy
Executes PUT request.
putAsync() - Method in class com.wedeploy.api.WeDeploy
Executes PUT request asynchronously.
putAsync(Object) - Method in class com.wedeploy.api.WeDeploy
Serializes object and PUT request asynchronously.
putAsync(String) - Method in class com.wedeploy.api.WeDeploy
Executes PUT request asynchronously.
putIfAbsent(String, Object) - Method in interface com.wedeploy.api.sdk.SharedData
Put the entry only if there is no entry with the key already present.

Q

Query - Interface in com.wedeploy.api.query
Query builder.
query() - Method in interface com.wedeploy.api.sdk.Request
Returns the query string of the URL.
query - Variable in class com.wedeploy.api.sdk.RequestImpl
 
query() - Method in class com.wedeploy.api.sdk.RequestImpl
 
query() - Method in class com.wedeploy.api.sdk.RequestWrapper
 
query - Variable in class com.wedeploy.api.WeDeploy
 
Query.Builder - Class in com.wedeploy.api.query
 
quotaExceeded() - Method in class com.wedeploy.api.sdk.Error403
 
quotaExceeded(String) - Method in class com.wedeploy.api.sdk.Error403
 
QUOTED_PRINTABLE - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Values
"quoted-printable"

R

radius() - Method in class com.wedeploy.api.query.Geo.Circle
 
range(Object, Object) - Method in class com.wedeploy.api.query.Aggregation.DistanceAggregation
 
range(Range) - Method in class com.wedeploy.api.query.Aggregation.DistanceAggregation
 
range(String, String, Range...) - Static method in class com.wedeploy.api.query.Aggregation
 
range(Object, Object) - Method in class com.wedeploy.api.query.Aggregation.RangeAggregation
 
range(Range) - Method in class com.wedeploy.api.query.Aggregation.RangeAggregation
 
range(String, Object, Object) - Static method in class com.wedeploy.api.query.Filter
 
range(String, Range) - Static method in class com.wedeploy.api.query.Filter
 
Range - Class in com.wedeploy.api.query
Range builder.
range(Object, Object) - Static method in class com.wedeploy.api.query.Range
 
RANGE - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Names
"Range"
rateLimitExceeded() - Method in class com.wedeploy.api.sdk.Error403
 
rateLimitExceeded(String) - Method in class com.wedeploy.api.sdk.Error403
 
RealTime - Class in com.wedeploy.api.realtime
Real-time.
RealTime() - Constructor for class com.wedeploy.api.realtime.RealTime
 
RealTime.Listener - Interface in com.wedeploy.api.realtime
 
RealTimeException - Class in com.wedeploy.api.realtime
 
RealTimeException(Object) - Constructor for class com.wedeploy.api.realtime.RealTimeException
Creates a new specialized Exception that is responsible for holding a generic Object error object.
RealTimeFactory - Interface in com.wedeploy.api.realtime
 
RealTimeFactory.Default - Class in com.wedeploy.api.realtime
 
redirect(String) - Method in interface com.wedeploy.api.sdk.Response
Redirects response to an url.
redirect(String) - Method in class com.wedeploy.api.sdk.ResponseWrapper
 
REFERER - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Names
"Referer"
regex(String, String) - Static method in class com.wedeploy.api.query.Filter
 
register(String, HashGenerator) - Method in class com.wedeploy.api.security.HashEngine
Manual registration of engines.
registerEngines(String, Engines, boolean) - Method in class com.wedeploy.api.serializer.SerializerEngine
Manual registration of engines.
remove(String) - Method in interface com.wedeploy.api.sdk.MultiMap
Removes the value with the given name
remove(String) - Method in interface com.wedeploy.api.sdk.Session
Removes some data from the session.
remove(String) - Method in interface com.wedeploy.api.sdk.SharedData
Remove a value from the map.
remove(String, Class<T>) - Method in interface com.wedeploy.api.sdk.SharedData
Remove a value from the map, returning stored value with given type.
request() - Method in interface com.wedeploy.api.sdk.realtime.Socket
Gets original request.
Request - Interface in com.wedeploy.api.sdk
HTTP request.
request - Variable in class com.wedeploy.api.sdk.RequestWrapper
 
request() - Method in interface com.wedeploy.api.sdk.Response
Returns associated request of this response.
request - Variable in class com.wedeploy.api.sdk.ResponseImpl
 
request() - Method in class com.wedeploy.api.sdk.ResponseImpl
 
request() - Method in class com.wedeploy.api.sdk.ResponseWrapper
 
REQUEST_TIMEOUT - Static variable in class com.wedeploy.api.sdk.Response.Status
 
RequestImpl - Class in com.wedeploy.api.sdk
Request implementation.
RequestImpl(String) - Constructor for class com.wedeploy.api.sdk.RequestImpl
 
requestTimeout() - Method in class com.wedeploy.api.sdk.Error408
 
requestTimeout(String) - Method in class com.wedeploy.api.sdk.Error408
 
requestTimeout() - Static method in class com.wedeploy.api.sdk.ResponseError
Creates error 408 response.
requestTimeout(String) - Static method in class com.wedeploy.api.sdk.ResponseError
Creates error 408 response.
RequestWrapper - Class in com.wedeploy.api.sdk
Request wrapper.
RequestWrapper(Request) - Constructor for class com.wedeploy.api.sdk.RequestWrapper
 
required() - Method in class com.wedeploy.api.sdk.Error400
 
required(String) - Method in class com.wedeploy.api.sdk.Error400
 
RESET_CONTENT - Static variable in class com.wedeploy.api.sdk.Response.Status
 
resolveAuthentication(Request) - Method in class com.wedeploy.api.WeDeploy
Resolves authentication.
resolveBodyString(Object) - Method in class com.wedeploy.api.WeDeploy
Resolves body string from body object.
resolveRequest(String, String) - Method in class com.wedeploy.api.WeDeploy
Creates new request implementation.
resolveRequest(String, String, boolean) - Method in class com.wedeploy.api.WeDeploy
 
resolveTransport() - Method in class com.wedeploy.api.WeDeploy
Resolves transport.
response() - Method in interface com.wedeploy.api.sdk.Request
Returns associated response of this request.
response(Response) - Method in interface com.wedeploy.api.sdk.Request
Associates response to this request.
response - Variable in class com.wedeploy.api.sdk.RequestImpl
 
response() - Method in class com.wedeploy.api.sdk.RequestImpl
 
response(Response) - Method in class com.wedeploy.api.sdk.RequestImpl
 
response() - Method in class com.wedeploy.api.sdk.RequestWrapper
 
response(Response) - Method in class com.wedeploy.api.sdk.RequestWrapper
 
Response - Interface in com.wedeploy.api.sdk
HTTP response.
response - Variable in class com.wedeploy.api.sdk.ResponseWrapper
 
Response.Status - Class in com.wedeploy.api.sdk
Simple static collection of all statuses as constants.
ResponseError - Class in com.wedeploy.api.sdk
Main class for building response errors.
ResponseError() - Constructor for class com.wedeploy.api.sdk.ResponseError
 
ResponseImpl - Class in com.wedeploy.api.sdk
Default Response implementation.
ResponseImpl(Request) - Constructor for class com.wedeploy.api.sdk.ResponseImpl
 
responseTooLarge() - Method in class com.wedeploy.api.sdk.Error403
 
responseTooLarge(String) - Method in class com.wedeploy.api.sdk.Error403
 
ResponseWrapper - Class in com.wedeploy.api.sdk
Response wrapper.
ResponseWrapper(Response) - Constructor for class com.wedeploy.api.sdk.ResponseWrapper
 
RETRY_AFTER - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Names
"Retry-After"
run() - Method in interface com.wedeploy.api.sdk.OnResponseEndCallback
 

S

S_MAXAGE - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Values
"s-maxage"
search(Filter) - Method in class com.wedeploy.api.query.Query.Builder
 
search(String) - Method in class com.wedeploy.api.query.Query.Builder
 
search(String, String) - Method in class com.wedeploy.api.query.Query.Builder
 
search(String, String, Object) - Method in class com.wedeploy.api.query.Query.Builder
 
search(Filter) - Static method in interface com.wedeploy.api.query.Query
 
search(String) - Static method in interface com.wedeploy.api.query.Query
 
search(String, String) - Static method in interface com.wedeploy.api.query.Query
 
search(String, String, Object) - Static method in interface com.wedeploy.api.query.Query
 
search(Filter) - Method in class com.wedeploy.api.WeDeploy
See Query.Builder
search(String) - Method in class com.wedeploy.api.WeDeploy
See Query.Builder
search(String, String) - Method in class com.wedeploy.api.WeDeploy
See Query.Builder
search(String, String, Object) - Method in class com.wedeploy.api.WeDeploy
See Query.Builder
SEC_WEBSOCKET_ACCEPT - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Names
"Sec-WebSocket-Accept"
SEC_WEBSOCKET_KEY - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Names
"Sec-WebSocket-Key"
SEC_WEBSOCKET_KEY1 - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Names
"Sec-WebSocket-Key1"
SEC_WEBSOCKET_KEY2 - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Names
"Sec-WebSocket-Key2"
SEC_WEBSOCKET_LOCATION - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Names
"Sec-WebSocket-Location"
SEC_WEBSOCKET_ORIGIN - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Names
"Sec-WebSocket-Origin"
SEC_WEBSOCKET_PROTOCOL - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Names
"Sec-WebSocket-Protocol"
SEC_WEBSOCKET_VERSION - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Names
"Sec-WebSocket-Version"
secure() - Method in class com.wedeploy.api.sdk.Cookie
Returns true if the browser is sending cookies only over a secure protocol, or false if the browser can send cookies using any protocol.
secure(boolean) - Method in class com.wedeploy.api.sdk.Cookie
Indicates to the browser whether the cookie should only be sent using a secure protocol, such as HTTPS or SSL.
SEE_OTHER - Static variable in class com.wedeploy.api.sdk.Response.Status
 
send(Request) - Method in class com.wedeploy.api.transport.impl.AsyncTransport
 
send(Request) - Method in interface com.wedeploy.api.transport.impl.Transport
Sends client request and returns response in sync manner.
send(String, Object) - Method in class com.wedeploy.api.WeDeploy
Serializes input object to a JSON string and sends it.
send(String, String) - Method in class com.wedeploy.api.WeDeploy
Uses transport to send request with given method name and body synchronously.
sendAsync(Request) - Method in class com.wedeploy.api.transport.impl.BlockingTransport
 
sendAsync(Request) - Method in interface com.wedeploy.api.transport.impl.Transport
Sends client request and returns promise/future of a response.
sendAsync(String, Object) - Method in class com.wedeploy.api.WeDeploy
Serializes input object to a JSON string and sends it.
sendAsync(String, String) - Method in class com.wedeploy.api.WeDeploy
Uses transport to send request with given method name and body asynchronously.
SEPARATOR - Static variable in class com.wedeploy.api.util.Util
 
Serialize - Annotation Type in com.wedeploy.api.serializer
 
serialize(Object) - Method in interface com.wedeploy.api.serializer.Serializer
Serializes an object, deep.
serialize(Object, boolean) - Method in interface com.wedeploy.api.serializer.Serializer
Serializes an object.
Serializer - Interface in com.wedeploy.api.serializer
WeDeploy Serializer performs serialization of an object into a string.
serializer() - Method in class com.wedeploy.api.serializer.SerializerEngine
 
serializer(String) - Method in class com.wedeploy.api.serializer.SerializerEngine
Returns the Serializer instance.
SerializerEngine - Class in com.wedeploy.api.serializer
Main class that performs bindings and holds instances of serializer and parser.
SerializerEngine() - Constructor for class com.wedeploy.api.serializer.SerializerEngine
 
SerializerException - Exception in com.wedeploy.api.serializer
 
SerializerException(String) - Constructor for exception com.wedeploy.api.serializer.SerializerException
 
SerializerException(String, Throwable) - Constructor for exception com.wedeploy.api.serializer.SerializerException
 
SERVER - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Names
"Server"
SERVICE_UNAVAILABLE - Static variable in class com.wedeploy.api.sdk.Response.Status
 
serviceUnavailable() - Method in class com.wedeploy.api.sdk.Error503
 
serviceUnavailable(String) - Method in class com.wedeploy.api.sdk.Error503
 
serviceUnavailable() - Static method in class com.wedeploy.api.sdk.ResponseError
Created error 503 response.
serviceUnavailable(String) - Static method in class com.wedeploy.api.sdk.ResponseError
Created error 503 response.
session() - Method in interface com.wedeploy.api.sdk.Request
Returns current session.
session() - Method in class com.wedeploy.api.sdk.RequestImpl
 
session() - Method in class com.wedeploy.api.sdk.RequestWrapper
 
session() - Method in interface com.wedeploy.api.sdk.Response
Returns current session.
session() - Method in class com.wedeploy.api.sdk.ResponseWrapper
 
Session - Interface in com.wedeploy.api.sdk
Server session.
set(int, String, String) - Method in class com.wedeploy.api.sdk.ErrorData
 
set(String, V) - Method in interface com.wedeploy.api.sdk.MultiMap
Sets a value under the specified name.
set(String, Object) - Method in interface com.wedeploy.api.sdk.realtime.Socket
Stores the value with the specified key.
SET_COOKIE - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Names
"Set-Cookie"
SET_COOKIE2 - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Names
"Set-Cookie2"
setAll(Map<String, V>) - Method in interface com.wedeploy.api.sdk.MultiMap
Sets values from given map.
setAll(String, Iterable<V>) - Method in interface com.wedeploy.api.sdk.MultiMap
Sets values for the specified name.
setBody(byte[]) - Method in class com.wedeploy.api.sdk.Base
 
setBody(String) - Method in class com.wedeploy.api.sdk.Base
 
setBodyObject(Object) - Method in class com.wedeploy.api.sdk.Base
 
setDefaultGenerator(UuidGenerator) - Static method in class com.wedeploy.api.uuid.DefaultUuidGenerator
Sets default transport.
setDefaultImplClass(String) - Static method in class com.wedeploy.api.log.LoggerFactory
Sets custom default implementation class name.
setFactory(HashGeneratorFactory) - Static method in class com.wedeploy.api.security.HashEngine
 
setLevel(String, Logger.Level) - Method in interface com.wedeploy.api.log.Logger
Dynamically sets the logger level for given name.
setLoggerFactory(LoggerFactoryInterface) - Static method in class com.wedeploy.api.log.LoggerFactory
Sets default logger factory instance.
shape(String, Object...) - Static method in class com.wedeploy.api.query.Filter
 
shape(Object) - Method in class com.wedeploy.api.query.GeoShapeFilter
 
SharedData - Interface in com.wedeploy.api.sdk
Simple map.
similar(String) - Static method in class com.wedeploy.api.query.Filter
 
similar(String, String) - Static method in class com.wedeploy.api.query.Filter
 
SimilarFilter - Class in com.wedeploy.api.query
More regex this filter.
SimilarFilter(String, String) - Constructor for class com.wedeploy.api.query.SimilarFilter
 
size() - Method in interface com.wedeploy.api.sdk.FileUpload
Returns files size.
size() - Method in interface com.wedeploy.api.sdk.MultiMap
Return the number of keys.
size() - Method in interface com.wedeploy.api.sdk.SharedData
Provide the number of entries in the map
snapshot() - Method in interface com.wedeploy.api.sdk.Data
Creates a data snapshot.
Socket - Interface in com.wedeploy.api.sdk.realtime
SocketIO socket.
SocketAck - Interface in com.wedeploy.api.sdk.realtime
SocketIO ack.
SocketEventEmitter - Interface in com.wedeploy.api.sdk.realtime
SocketIO emitter.
SocketIO - Interface in com.wedeploy.api.sdk.realtime
SocketIO server.
SocketIOException - Interface in com.wedeploy.api.sdk.realtime
An Exception that contains a generic Object message as opposed to the traditional String.
SocketListener - Interface in com.wedeploy.api.sdk.realtime
PodEmitter listener.
SocketMiddleware - Interface in com.wedeploy.api.sdk.realtime
SocketIO middleware.
SocketMiddlewareFunction - Interface in com.wedeploy.api.sdk.realtime
SocketIO middleware function.
SocketNamespace - Interface in com.wedeploy.api.sdk.realtime
SocketIO namespace.
sort(String) - Method in class com.wedeploy.api.query.Query.Builder
 
sort(String, String) - Method in class com.wedeploy.api.query.Query.Builder
 
sort(String) - Static method in interface com.wedeploy.api.query.Query
 
sort(String, String) - Static method in interface com.wedeploy.api.query.Query
 
sort(String) - Method in class com.wedeploy.api.WeDeploy
See Query.Builder
sort(String, String) - Method in class com.wedeploy.api.WeDeploy
See Query.Builder
start(Context) - Method in interface com.wedeploy.api.sdk.Lifecycle
Called after deployment.
stats(String, String) - Static method in class com.wedeploy.api.query.Aggregation
 
status(int) - Method in interface com.wedeploy.api.sdk.Response
Sets the response status code and default status message.
status(int, String) - Method in interface com.wedeploy.api.sdk.Response
Sets the response status code and message.
Status() - Constructor for class com.wedeploy.api.sdk.Response.Status
 
status(int, String) - Method in class com.wedeploy.api.sdk.ResponseImpl
 
status(int) - Method in class com.wedeploy.api.sdk.ResponseWrapper
 
status(int, String) - Method in class com.wedeploy.api.sdk.ResponseWrapper
 
statusCode() - Method in class com.wedeploy.api.sdk.ErrorData
Returns status code.
statusCode() - Method in interface com.wedeploy.api.sdk.Response
Returns status code.
statusCode - Variable in class com.wedeploy.api.sdk.ResponseImpl
 
statusCode() - Method in class com.wedeploy.api.sdk.ResponseImpl
 
statusCode() - Method in class com.wedeploy.api.sdk.ResponseWrapper
 
statusMessage() - Method in class com.wedeploy.api.sdk.ErrorData
Returns status message.
statusMessage() - Method in interface com.wedeploy.api.sdk.Response
Returns status message.
statusMessage - Variable in class com.wedeploy.api.sdk.ResponseImpl
 
statusMessage() - Method in class com.wedeploy.api.sdk.ResponseImpl
 
statusMessage() - Method in class com.wedeploy.api.sdk.ResponseWrapper
 
stop(Context) - Method in interface com.wedeploy.api.sdk.Lifecycle
Called before undeployment.
stopWords(String...) - Method in class com.wedeploy.api.query.SimilarFilter
 
storedValue() - Method in interface com.wedeploy.api.sdk.Data
Retrieves a snapshot of the existing data.
storedValue(Class<T>) - Method in interface com.wedeploy.api.sdk.Data
Retrieves a snapshot of the existing data and parses into the target type.
storedValue() - Method in interface com.wedeploy.api.sdk.DataSnapshot
Retrieves a snapshot of the existing data.
storedValue(Class<T>) - Method in interface com.wedeploy.api.sdk.DataSnapshot
Retrieves a snapshot of the existing data and parses into the target type.
succeeded(int) - Static method in class com.wedeploy.api.sdk.Response.Status
Checks if response succeeded.
succeeded() - Method in interface com.wedeploy.api.sdk.Response
Checks if response succeeded.
succeeded() - Method in class com.wedeploy.api.sdk.ResponseWrapper
 
sum(String, String) - Static method in class com.wedeploy.api.query.Aggregation
 

T

TE - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Names
"TE"
TEMPORARY_REDIRECT - Static variable in class com.wedeploy.api.sdk.Response.Status
 
terms(String, String) - Static method in class com.wedeploy.api.query.Aggregation
 
TEXT - Static variable in class com.wedeploy.api.sdk.ContentType
 
throwableToString(Throwable) - Static method in class com.wedeploy.api.sdk.ErrorData
 
to - Variable in class com.wedeploy.api.query.Range
 
to(Object) - Static method in class com.wedeploy.api.query.Range
 
to(String, String, Object...) - Method in interface com.wedeploy.api.sdk.realtime.Socket
 
to(String, String, Object...) - Method in interface com.wedeploy.api.sdk.realtime.SocketIO
Expose main namespace (/) to.
token() - Method in interface com.wedeploy.api.sdk.Auth
Returns authentication token.
token - Variable in class com.wedeploy.api.sdk.AuthImpl
 
token() - Method in class com.wedeploy.api.sdk.AuthImpl
 
toString() - Method in class com.wedeploy.api.query.Aggregation
 
toString() - Method in class com.wedeploy.api.query.Filter
 
toString() - Method in class com.wedeploy.api.query.Geo
 
toString() - Method in class com.wedeploy.api.query.Query.Builder
 
toString() - Method in class com.wedeploy.api.query.Range
 
toString(Iterable) - Static method in class com.wedeploy.api.query.Util
 
toString(Map<String, Object>) - Static method in class com.wedeploy.api.query.Util
 
toString(Object) - Static method in class com.wedeploy.api.query.Util
 
toString() - Method in class com.wedeploy.api.sdk.ContentType
 
toString(Object) - Static method in class com.wedeploy.api.sdk.ValuesUtil
Converts value to String; null inputs are not converted.
trace(String) - Method in interface com.wedeploy.api.log.Logger
Logs a message at TRACE level.
trace(String, Object...) - Method in interface com.wedeploy.api.log.Logger
Logs a message at TRACE level.
TRAILER - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Names
"Trailer"
TRAILERS - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Values
"trailers"
TRANSFER_ENCODING - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Names
"Transfer-Encoding"
Transport - Interface in com.wedeploy.api.transport.impl
Transport implementations defines how the data will be actually transferred.
type(String) - Method in class com.wedeploy.api.query.Query.Builder
 
type(String) - Static method in interface com.wedeploy.api.query.Query
 

U

unauthorized() - Method in class com.wedeploy.api.sdk.Error401
 
unauthorized(String) - Method in class com.wedeploy.api.sdk.Error401
 
UNAUTHORIZED - Static variable in class com.wedeploy.api.sdk.Response.Status
 
unauthorized() - Static method in class com.wedeploy.api.sdk.ResponseError
Created error 404 response.
unauthorized(String) - Static method in class com.wedeploy.api.sdk.ResponseError
Created error 404 response.
unique() - Method in interface com.wedeploy.api.sdk.DataSnapshot
Checks if the data does not exists in the collection.
unit(String) - Method in class com.wedeploy.api.query.Aggregation.DistanceAggregation
 
unknownAuth() - Method in class com.wedeploy.api.sdk.Error403
 
unknownAuth(String) - Method in class com.wedeploy.api.sdk.Error403
 
unsupportedProtocol() - Method in class com.wedeploy.api.sdk.Error404
 
unsupportedProtocol(String) - Method in class com.wedeploy.api.sdk.Error404
 
UPGRADE - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Names
"Upgrade"
UPGRADE - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Values
"Upgrade"
url() - Method in interface com.wedeploy.api.sdk.Request
Returns the absolute URL corresponding to the the HTTP request.
url - Variable in class com.wedeploy.api.sdk.RequestImpl
 
url() - Method in class com.wedeploy.api.sdk.RequestImpl
 
url() - Method in class com.wedeploy.api.sdk.RequestWrapper
 
url - Variable in class com.wedeploy.api.WeDeploy
 
url(String) - Static method in class com.wedeploy.api.WeDeploy
Static factory for creating WeDeploy client.
url() - Method in class com.wedeploy.api.WeDeploy
Returns full URL.
use(SocketMiddleware) - Method in interface com.wedeploy.api.sdk.realtime.SocketIO
Expose main namespace (/) use.
use(SocketMiddleware) - Method in interface com.wedeploy.api.sdk.realtime.SocketNamespace
Sets up namespace middleware.
use(Transport) - Method in class com.wedeploy.api.WeDeploy
Specifies Transport implementation.
USE_PROXY - Static variable in class com.wedeploy.api.sdk.Response.Status
 
USER_AGENT - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Names
"User-Agent"
Util - Class in com.wedeploy.api.query
Utility class for Query components parsing.
Util() - Constructor for class com.wedeploy.api.query.Util
 
Util - Class in com.wedeploy.api.util
 
Util() - Constructor for class com.wedeploy.api.util.Util
 
UuidGenerator - Interface in com.wedeploy.api.uuid
Unique id generator.

V

validationError() - Method in class com.wedeploy.api.sdk.Error400
 
validationError(String) - Method in class com.wedeploy.api.sdk.Error400
 
value - Variable in class com.wedeploy.api.query.Aggregation
 
value - Variable in class com.wedeploy.api.query.Filter
 
value() - Method in class com.wedeploy.api.sdk.Cookie
Returns the value of the cookie.
value(String) - Method in class com.wedeploy.api.sdk.Cookie
Assigns a new value to a cookie after the cookie is created.
value() - Method in interface com.wedeploy.api.sdk.Data
Parses the body depending on content-type.
value(Class<T>) - Method in interface com.wedeploy.api.sdk.Data
Parses the body depending on content-type into the target type.
value() - Method in interface com.wedeploy.api.sdk.DataSnapshot
Parses the body depending on content-type.
value(Class<T>) - Method in interface com.wedeploy.api.sdk.DataSnapshot
Parses the body depending on content-type into the target type.
valueOf(String) - Static method in enum com.wedeploy.api.log.Logger.Level
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.wedeploy.api.security.HashAlgorithm
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.wedeploy.api.log.Logger.Level
Returns an array containing the constants of this enum type, in the order they are declared.
Values() - Constructor for class com.wedeploy.api.sdk.HttpHeaders.Values
 
values() - Method in interface com.wedeploy.api.sdk.Request
Merges all the inputs in best possible way.
values(Class<T>) - Method in interface com.wedeploy.api.sdk.Request
Returns merged values to a certain type.
values() - Method in class com.wedeploy.api.sdk.RequestImpl
 
values(Class<T>) - Method in class com.wedeploy.api.sdk.RequestImpl
 
values() - Method in class com.wedeploy.api.sdk.RequestWrapper
 
values(Class<T>) - Method in class com.wedeploy.api.sdk.RequestWrapper
 
values() - Static method in enum com.wedeploy.api.security.HashAlgorithm
Returns an array containing the constants of this enum type, in the order they are declared.
ValuesUtil - Class in com.wedeploy.api.sdk
 
ValuesUtil() - Constructor for class com.wedeploy.api.sdk.ValuesUtil
 
VARY - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Names
"Vary"
version() - Method in class com.wedeploy.api.sdk.Cookie
Returns the version of the protocol this cookie complies with.
version(Integer) - Method in class com.wedeploy.api.sdk.Cookie
Sets the version of the cookie protocol this cookie complies with.
VIA - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Names
"Via"

W

warn(String) - Method in interface com.wedeploy.api.log.Logger
Logs a message at WARN level.
warn(String, Object...) - Method in interface com.wedeploy.api.log.Logger
Logs a message at WARN level.
warn(String, Throwable) - Method in interface com.wedeploy.api.log.Logger
Logs a message at WARN level.
warn(String, Throwable, Object...) - Method in interface com.wedeploy.api.log.Logger
Logs a message at WARN level.
WARNING - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Names
"Warning"
watch() - Method in class com.wedeploy.api.WeDeploy
Creates new socket.io instance.
watch(Object) - Method in class com.wedeploy.api.WeDeploy
 
watch(Object, Map<String, Object>) - Method in class com.wedeploy.api.WeDeploy
 
watch(String) - Method in class com.wedeploy.api.WeDeploy
 
watch(String, Map<String, Object>) - Method in class com.wedeploy.api.WeDeploy
 
webFile(String) - Method in interface com.wedeploy.api.sdk.Context
Returns single file from web folder.
webFiles(String...) - Method in interface com.wedeploy.api.sdk.Context
Returns static files from web folder that matches provided glob patterns.
webFiles(String, String) - Method in interface com.wedeploy.api.sdk.Context
Returns static files from rootFolder that matches provided glob pattern.
WEBSOCKET - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Values
"WebSocket"
WEBSOCKET_LOCATION - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Names
"WebSocket-Location"
WEBSOCKET_ORIGIN - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Names
"WebSocket-Origin"
WEBSOCKET_PROTOCOL - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Names
"WebSocket-Protocol"
WeDeploy - Class in com.wedeploy.api
Java client.
WeDeploy(String) - Constructor for class com.wedeploy.api.WeDeploy
Main constructor.
WeDeploy(String, String) - Constructor for class com.wedeploy.api.WeDeploy
Continuations constructor, used from existing instance, therefore no need to configure the client.
WeDeployException - Exception in com.wedeploy.api
 
WeDeployException(String) - Constructor for exception com.wedeploy.api.WeDeployException
 
WeDeployException(String, Throwable) - Constructor for exception com.wedeploy.api.WeDeployException
 
wrap(String, Object) - Static method in class com.wedeploy.api.query.Util
Wraps a (key, value) pair into a Map.
WWW_AUTHENTICATE - Static variable in class com.wedeploy.api.sdk.HttpHeaders.Names
"WWW-Authenticate"
A B C D E F G H I J K L M N O P Q R S T U V W 
Skip navigation links