Modifier and Type | Method and Description |
---|---|
void |
FolderCreateEndpoint.handle(AuthorizedDeviceQuery dq,
org.w3c.dom.Document doc) |
void |
FolderUpdateEndpoint.handle(AuthorizedDeviceQuery dq,
org.w3c.dom.Document doc) |
void |
FolderDeleteEndpoint.handle(AuthorizedDeviceQuery dq,
org.w3c.dom.Document doc) |
Modifier and Type | Method and Description |
---|---|
void |
FolderSyncEndpoint.handle(AuthorizedDeviceQuery dq,
org.w3c.dom.Document doc) |
Modifier and Type | Method and Description |
---|---|
void |
GetAttachmentEndpoint.handle(AuthorizedDeviceQuery dq) |
Modifier and Type | Method and Description |
---|---|
void |
GetItemEstimateEndpoint.handle(AuthorizedDeviceQuery dq,
org.w3c.dom.Document doc) |
Modifier and Type | Method and Description |
---|---|
void |
ItemOperationsEndpoint.handle(AuthorizedDeviceQuery dq,
org.w3c.dom.Document doc) |
Modifier and Type | Method and Description |
---|---|
void |
MailRequestBase.handle(AuthorizedDeviceQuery dq,
com.google.common.io.ByteSource incomingBlob,
org.vertx.java.core.Handler<java.lang.Void> completion) |
abstract void |
MailRequestBase.process(AuthorizedDeviceQuery dq,
BackendSession bs,
com.google.common.io.ByteSource mailContent,
boolean saveInSent,
Responder responder,
org.vertx.java.core.Handler<java.lang.Void> completion) |
Modifier and Type | Method and Description |
---|---|
void |
SendMailEndpoint.handle(AuthorizedDeviceQuery dq,
org.w3c.dom.Document doc) |
void |
SendMailEndpoint12.process(AuthorizedDeviceQuery dq,
BackendSession bs,
com.google.common.io.ByteSource mailContent,
boolean saveInSent,
Responder responder,
org.vertx.java.core.Handler<java.lang.Void> completion) |
Modifier and Type | Method and Description |
---|---|
void |
SmartForwardEndpoint.handle(AuthorizedDeviceQuery dq,
org.w3c.dom.Document doc) |
void |
SmartForwardEndpoint12.process(AuthorizedDeviceQuery dq,
BackendSession bs,
com.google.common.io.ByteSource mailContent,
boolean saveInSent,
Responder responder,
org.vertx.java.core.Handler<java.lang.Void> completion) |
Modifier and Type | Method and Description |
---|---|
void |
SmartReplyEndpoint.handle(AuthorizedDeviceQuery dq,
org.w3c.dom.Document doc) |
void |
SmartReplyEndpoint12.process(AuthorizedDeviceQuery dq,
BackendSession bs,
com.google.common.io.ByteSource mailContent,
boolean saveInSent,
Responder responder,
org.vertx.java.core.Handler<java.lang.Void> completion) |
Modifier and Type | Method and Description |
---|---|
void |
MeetingResponseEndpoint.handle(AuthorizedDeviceQuery dq,
org.w3c.dom.Document doc) |
Modifier and Type | Method and Description |
---|---|
void |
MoveItemsEndpoint.handle(AuthorizedDeviceQuery dq,
org.w3c.dom.Document doc) |
Modifier and Type | Method and Description |
---|---|
void |
PingEndpoint.handle(AuthorizedDeviceQuery dq,
org.w3c.dom.Document doc) |
Modifier and Type | Method and Description |
---|---|
void |
WipedDevicesFilter.filter(AuthorizedDeviceQuery query,
IEasRequestFilter.FilterChain next) |
void |
ProvisionFilter.filter(AuthorizedDeviceQuery query,
IEasRequestFilter.FilterChain next) |
void |
ProvisionEndpoint.handle(AuthorizedDeviceQuery dq,
org.w3c.dom.Document doc) |
static boolean |
Policies.hasValidPolicy(AuthorizedDeviceQuery query) |
Modifier and Type | Method and Description |
---|---|
void |
ResolveRecipientsEndpoint.handle(AuthorizedDeviceQuery dq,
org.w3c.dom.Document doc) |
Modifier and Type | Method and Description |
---|---|
void |
SearchEndpoint.handle(AuthorizedDeviceQuery dq,
org.w3c.dom.Document doc) |
Modifier and Type | Method and Description |
---|---|
void |
SettingsEndpoint.handle(AuthorizedDeviceQuery dq,
org.w3c.dom.Document doc) |
Modifier and Type | Method and Description |
---|---|
void |
SyncEndpoint.handle(AuthorizedDeviceQuery dq,
org.w3c.dom.Document doc) |
Modifier and Type | Method and Description |
---|---|
void |
IEasRequestFilter.FilterChain.filter(AuthorizedDeviceQuery query) |
void |
IEasRequestFilter.filter(AuthorizedDeviceQuery query,
IEasRequestFilter.FilterChain next) |
Modifier and Type | Method and Description |
---|---|
void |
AuthorizedDevicesFiltersHandler.handle(AuthorizedDeviceQuery event) |
void |
OptionsHandler.handle(AuthorizedDeviceQuery event) |
Constructor and Description |
---|
AuthorizedDevicesFiltersHandler(org.vertx.java.core.Handler<AuthorizedDeviceQuery> next) |
DeviceValidationHandler(org.vertx.java.core.Vertx vertx,
org.vertx.java.core.Handler<AuthorizedDeviceQuery> next) |
Modifier and Type | Method and Description |
---|---|
void |
DummyFilter1.filter(AuthorizedDeviceQuery query,
IEasRequestFilter.FilterChain next) |
void |
DummyFilter2.filter(AuthorizedDeviceQuery query,
IEasRequestFilter.FilterChain next) |
void |
BrokenEndpoint.handle(AuthorizedDeviceQuery event) |
void |
DummyEndpoint.handle(AuthorizedDeviceQuery event) |
Modifier and Type | Method and Description |
---|---|
void |
BlobHandlerBase.handle(AuthorizedDeviceQuery query) |
void |
WbxmlHandlerBase.handle(AuthorizedDeviceQuery event) |
abstract void |
BlobHandlerBase.handle(AuthorizedDeviceQuery dq,
com.google.common.io.ByteSource incomingBlob,
org.vertx.java.core.Handler<java.lang.Void> completion)
The body of the request has been read when this is called.
|
abstract void |
WbxmlHandlerBase.handle(AuthorizedDeviceQuery dq,
org.w3c.dom.Document parsedWbxml)
The body of the request has been read when this is called.
|
Constructor and Description |
---|
BlobRequestComplete(BlobHandlerBase wbxmlHandlerBase,
StreamConsumer consumer,
AuthorizedDeviceQuery event) |
StreamConsumer(AuthorizedDeviceQuery query) |
WbxmlRequestComplete(WbxmlHandlerBase wbxmlHandlerBase,
StreamConsumer consumer,
AuthorizedDeviceQuery event) |
Modifier and Type | Method and Description |
---|---|
static BackendSession |
SessionWrapper.wrap(AuthorizedDeviceQuery query) |
Modifier and Type | Method and Description |
---|---|
static <Q,R> void |
ProtocolExecutor.run(AuthorizedDeviceQuery query,
org.w3c.dom.Document document,
IEasProtocol<Q,R> protocol) |
Modifier and Type | Method and Description |
---|---|
protected AuthorizedDeviceQuery |
AbstractProtocolTests.query(java.lang.String cmd) |
Modifier and Type | Method and Description |
---|---|
void |
PerUserLog.filter(AuthorizedDeviceQuery query,
IEasRequestFilter.FilterChain next) |
Modifier and Type | Method and Description |
---|---|
AuthorizedDeviceQuery |
RequestsFactory.authorized(org.vertx.java.core.Vertx vertx,
java.lang.String devId,
java.lang.String devType,
com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String> headers,
com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String> queryParams,
java.lang.String partnershipId) |
Copyright © 2021. All Rights Reserved.