- 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
-
- 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
-
- 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
-
- 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
-
- bodyList(Class<T>) - Method in class com.wedeploy.api.sdk.RequestWrapper
-
- bodyList(Class<T>) - Method in interface com.wedeploy.api.sdk.Response
-
- 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
-
- bodyMap(Class<V>) - Method in interface com.wedeploy.api.sdk.Request
-
- 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
-
- bodyMap(Class<V>) - Method in interface com.wedeploy.api.sdk.Response
-
- 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
-
- bodyValue(Class<T>) - Method in interface com.wedeploy.api.sdk.Response
-
- 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"
- 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
-
- 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.
- 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.
- 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
-
- 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
-
- path(String...) - Method in class com.wedeploy.api.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.
- 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
-
- 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
-
- 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_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
-
- 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
-
- 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"