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

A

addCookie(String, Cookie) - Method in class org.appops.web.common.client.AsyncWebClient
Adds cookie to client.
addCookie(String, Cookie) - Method in class org.appops.web.common.client.WebClient
Adds cookie to client.
addField(String, Object) - Method in class org.appops.web.common.client.MultiPartData
addField.
addProxy(Proxy) - Method in class org.appops.web.common.client.AsyncWebClient
 
addProxy(Proxy) - Method in class org.appops.web.common.client.WebClient
addProxy.
ApiProxyInvocationHandler - Class in org.appops.slim.base.invocation
Proxy invocation handler class which takes care of service api call made using proxy.
ApiProxyInvocationHandler() - Constructor for class org.appops.slim.base.invocation.ApiProxyInvocationHandler
 
ApiRestInvoker - Class in org.appops.slim.base.invocation
Sends a rest request using http connection to service deployed in stand alone mode and converts response data into appropriate type.
ApiRestInvoker() - Constructor for class org.appops.slim.base.invocation.ApiRestInvoker
 
AsyncApiProxyInvocationHandler - Class in org.appops.slim.base.invocation.async
Api Proxy invocation handler class which takes care of service api call made using proxy.
AsyncApiProxyInvocationHandler() - Constructor for class org.appops.slim.base.invocation.async.AsyncApiProxyInvocationHandler
 
AsyncApiRestInvoker<T> - Class in org.appops.slim.base.invocation.async
Sends a rest request using http connection to service deployed in stand alone mode and converts response data into appropriate type.
AsyncApiRestInvoker() - Constructor for class org.appops.slim.base.invocation.async.AsyncApiRestInvoker
 
AsyncOpMetaComputer - Class in org.appops.slim.base.invocation.async
A class which computes the Async operation Op meta by looking sync operation Op meta.
AsyncOpMetaComputer() - Constructor for class org.appops.slim.base.invocation.async.AsyncOpMetaComputer
 
AsyncServiceSlimModule - Class in org.appops.slim.base.injection
Abstract AsyncServiceSlimModule class.
AsyncServiceSlimModule() - Constructor for class org.appops.slim.base.injection.AsyncServiceSlimModule
 
AsyncWebClient<W> - Class in org.appops.web.common.client
 
AsyncWebClient(W) - Constructor for class org.appops.web.common.client.AsyncWebClient
 
AsyncWebClient() - Constructor for class org.appops.web.common.client.AsyncWebClient
 

B

bindAsyncServiceApi(Class<T>) - Method in class org.appops.slim.base.injection.AsyncServiceSlimModule
 
bindAsyncServiceApi(Class<T>) - Method in class org.appops.slim.base.injection.ServiceSlimModule
 
bindServiceApi(Class<T>) - Method in class org.appops.slim.base.injection.ServiceSlimModule
bindServiceApi.
bindServiceApi(Class<T>) - Method in interface org.appops.slim.base.injection.SlimBindApi
bindServiceApi.
bindServiceApi(Class<T>) - Method in class org.appops.slim.base.injection.SlimServletModule
bindServiceApi.
buildUrl(String, ServiceOpMeta, boolean) - Method in class org.appops.slim.base.invocation.ApiRestInvoker
Builds complete rest url to be used to send rest request.
buildUrl(String, ServiceOpMeta, boolean) - Method in class org.appops.slim.base.invocation.async.AsyncApiRestInvoker
Builds complete rest url to be used to send rest request.

C

ClientConfig - Interface in org.appops.web.common.client
Base configuration class which contains common configurations required by all types of web clients supported in appops.
computeOpMeta(Method, Object[]) - Method in class org.appops.slim.base.invocation.async.AsyncOpMetaComputer
Creates sync service operation meta instance from method and arguments provided.
computeOpMeta(Method, Object[]) - Method in class org.appops.slim.base.invocation.OpMetaComputer
Creates service operation meta instance from method and arguments provided.
configure() - Method in class org.appops.slim.base.injection.AsyncServiceSlimModule
 
configure() - Method in class org.appops.slim.base.injection.ServiceSlimModule
configureAppContext(String, URL, String, JettyConfig) - Method in class org.appops.web.common.server.WebServer
Configures serve context e.g.
configureModule() - Method in class org.appops.slim.base.injection.AsyncServiceSlimModule
 
configureModule() - Method in class org.appops.slim.base.injection.ServiceSlimModule
configureModule.
configureModule() - Method in class org.appops.slim.base.injection.SlimServletModule
configureModule.
configureServlets() - Method in class org.appops.slim.base.injection.SlimServletModule
connect() - Method in class org.appops.web.common.server.WebServer
Connects web server.
Cookie - Class in org.appops.web.common.client
Cookie class.
Cookie(String, String) - Constructor for class org.appops.web.common.client.Cookie
Constructor for Cookie.
createOpMeta(Method, Object[]) - Method in class org.appops.slim.base.invocation.ApiProxyInvocationHandler
Creates service operation meta instance from method and arguments provided.
createOpMeta(Method, Object[]) - Method in class org.appops.slim.base.invocation.async.AsyncApiProxyInvocationHandler
Creates service operation meta instance from method and arguments provided.
createOpMeta(Method, Object[]) - Method in class org.appops.slim.base.invocation.DerivedApiProxyInvocationHandler
Creates service operation meta instance from method and arguments provided.
createServerInstance(int) - Method in class org.appops.web.common.server.WebAppContainer
Creates and provides an application server instance.

D

decodePathParam(String) - Method in class org.appops.slim.base.invocation.UrlEncodeUtil
Decodes path parameter.
deployWebapp(int, String, URL, String, JettyConfig) - Method in class org.appops.web.common.server.WebAppContainer
Creates and appropriate server (e.g.
DerivedApiProxyInvocationHandler - Class in org.appops.slim.base.invocation
Proxy invocation handler class which takes care of derived service api call made using proxy.
DerivedApiProxyInvocationHandler() - Constructor for class org.appops.slim.base.invocation.DerivedApiProxyInvocationHandler
Default constructor.
disconnect() - Method in class org.appops.web.common.server.WebServer
Disconnects already connected web server.
domain() - Method in class org.appops.web.common.client.Cookie
domain.

E

encodePathParam(String) - Method in class org.appops.slim.base.invocation.UrlEncodeUtil
Encodes path parameter.

F

fieldNames() - Method in class org.appops.web.common.client.MultiPartData
fieldNames.

G

get(String) - Method in class org.appops.web.common.client.AsyncWebClient
Sends a get request through wrapped client instance.
get(String, Cookie) - Method in class org.appops.web.common.client.AsyncWebClient
Sends a get request through wrapped client instance.
get(String) - Method in class org.appops.web.common.client.WebClient
Sends a get request through wrapped client instance.
get(String, Cookie, HttpHeader) - Method in class org.appops.web.common.client.WebClient
Sends a get request through wrapped client instance.
getApiRestAsyncInvoker() - Method in class org.appops.slim.base.invocation.async.AsyncApiProxyInvocationHandler
 
getApiRestInvoker() - Method in class org.appops.slim.base.invocation.ApiProxyInvocationHandler
Getter for the field apiRestInvoker.
getAsyncWebClient() - Method in class org.appops.slim.base.invocation.async.AsyncApiRestInvoker
 
getContent() - Method in class org.appops.web.common.client.ServerResponse
Getter for the field content.
getContentAsString() - Method in class org.appops.web.common.client.ServerResponse
Getter for the field contentAsString.
getCurrentDeployment() - Method in class org.appops.slim.base.invocation.ApiRestInvoker
Getter for the field currentDeployment.
getCurrentDeployment() - Method in class org.appops.slim.base.invocation.async.AsyncApiRestInvoker
Getter for the field currentDeployment.
getEncoding() - Method in class org.appops.web.common.client.ServerResponse
Getter for the field encoding.
getField(String) - Method in class org.appops.web.common.client.MultiPartData
getField.
getFilteredServices(String) - Method in interface org.appops.slim.base.api.ServiceMetaManager
getFilteredServices.
getHeaderMap() - Method in class org.appops.web.common.client.HttpHeader
 
getHttpHeader() - Method in class org.appops.slim.base.invocation.ApiRestInvoker
 
getInterfaceName() - Method in class org.appops.slim.base.invocation.DerivedApiProxyInvocationHandler
Getter for the field interfaceName.
getMarshaller() - Method in class org.appops.slim.base.invocation.ApiRestInvoker
Getter for the field marshaller.
getMarshaller() - Method in class org.appops.slim.base.invocation.async.AsyncApiRestInvoker
 
getMediaType() - Method in class org.appops.web.common.client.ServerResponse
Getter for the field mediaType.
getOperationParameters(String, String, String) - Method in interface org.appops.slim.base.api.ServiceMetaManager
getOperationParameters.
getOperations(String, String) - Method in interface org.appops.slim.base.api.ServiceMetaManager
getOperations.
getOpMeta(String) - Method in interface org.appops.slim.base.api.ServiceMetaManager
Provides service operation definition.
getOpMeta(String, String) - Method in interface org.appops.slim.base.api.ServiceMetaManager
Provides service operation definition.
getOpMeta(Long) - Method in interface org.appops.slim.base.api.ServiceMetaManager
Provides service operation definition.
getPort() - Method in class org.appops.web.common.server.WebServer
Getter for the field port.
getServiceInterfaces(String) - Method in interface org.appops.slim.base.api.ServiceMetaManager
getServiceInterfaces.
getServiceMeta(String) - Method in interface org.appops.slim.base.api.ServiceMetaManager
Provides service definition instance.
getServiceName() - Method in class org.appops.slim.base.invocation.DerivedApiProxyInvocationHandler
Getter for the field serviceName.
getServiceRoute(String) - Method in interface org.appops.slim.base.api.ServiceMetaManager
Provides service definition instance.
getServicesByPage(Integer, Integer) - Method in interface org.appops.slim.base.api.ServiceMetaManager
getServicesByPage.
getServiceStore() - Method in class org.appops.slim.base.invocation.ApiRestInvoker
Getter for the field serviceStore.
getServiceStore() - Method in class org.appops.slim.base.invocation.async.AsyncApiRestInvoker
 
getSignatureBuilder() - Method in class org.appops.slim.base.invocation.ApiProxyInvocationHandler
Getter for the field signatureBuilder.
getSignatureBuilder() - Method in class org.appops.slim.base.invocation.async.AsyncApiProxyInvocationHandler
 
getStatus() - Method in class org.appops.web.common.client.ServerResponse
Getter for the field status.
getWebClient() - Method in class org.appops.slim.base.invocation.ApiRestInvoker
Getter for the field webClient.

H

host() - Method in class org.appops.web.common.client.Proxy
host.
HttpHeader - Class in org.appops.web.common.client
 
HttpHeader() - Constructor for class org.appops.web.common.client.HttpHeader
 

I

InvocationException - Exception in org.appops.slim.base.exception
InvocationException class.
InvocationException(Throwable) - Constructor for exception org.appops.slim.base.exception.InvocationException
Constructor for InvocationException.
InvocationException(String) - Constructor for exception org.appops.slim.base.exception.InvocationException
Constructor for InvocationException.
InvocationException(String, Throwable) - Constructor for exception org.appops.slim.base.exception.InvocationException
Constructor for InvocationException.
invoke(Object, Method, Object[]) - Method in class org.appops.slim.base.invocation.ApiProxyInvocationHandler
invoke(Object, Method, Object[]) - Method in class org.appops.slim.base.invocation.async.AsyncApiProxyInvocationHandler
 
invoke(Object, Method, Object[]) - Method in class org.appops.slim.base.invocation.DerivedApiProxyInvocationHandler
invokeRest(ServiceOpMeta) - Method in class org.appops.slim.base.invocation.ApiRestInvoker
Sends rest request to service API and fetches result if expected.
invokeRest(ServiceOpMeta) - Method in class org.appops.slim.base.invocation.async.AsyncApiRestInvoker
Sends rest request to service API and fetches result if expected.
isConnected() - Method in class org.appops.web.common.server.WebServer
Checks if server is currently connected or not.
isHttpOnly() - Method in class org.appops.web.common.client.Cookie
isHttpOnly.
isSecure() - Method in class org.appops.web.common.client.Cookie
isSecure.
isSecure() - Method in class org.appops.web.common.client.Proxy
isSecure.

M

maxAge() - Method in class org.appops.web.common.client.Cookie
maxAge.
MultiPartData - Class in org.appops.web.common.client
Slim representing multipart form data.
MultiPartData() - Constructor for class org.appops.web.common.client.MultiPartData
 

N

name() - Method in class org.appops.web.common.client.Cookie
name.

O

OpMetaComputer - Class in org.appops.slim.base.invocation
A class which computes the Op meta.
OpMetaComputer() - Constructor for class org.appops.slim.base.invocation.OpMetaComputer
 
org.appops.slim.base.api - package org.appops.slim.base.api
 
org.appops.slim.base.core - package org.appops.slim.base.core
 
org.appops.slim.base.exception - package org.appops.slim.base.exception
 
org.appops.slim.base.injection - package org.appops.slim.base.injection
 
org.appops.slim.base.invocation - package org.appops.slim.base.invocation
 
org.appops.slim.base.invocation.async - package org.appops.slim.base.invocation.async
 
org.appops.web.common.client - package org.appops.web.common.client
 
org.appops.web.common.server - package org.appops.web.common.server
 

P

path() - Method in class org.appops.web.common.client.Cookie
path.
port() - Method in class org.appops.web.common.client.Proxy
port.
post(String, Object, MimeType) - Method in class org.appops.web.common.client.AsyncWebClient
Sends a post request through wrapped client instance.
post(String, Object, MimeType, Cookie) - Method in class org.appops.web.common.client.AsyncWebClient
Sends a post request through wrapped client instance.
post(String, Object, MimeType) - Method in class org.appops.web.common.client.WebClient
Sends a post request through wrapped client instance.
post(String, Object, MimeType, Cookie, HttpHeader) - Method in class org.appops.web.common.client.WebClient
Sends a post request through wrapped client instance.
Proxy - Class in org.appops.web.common.client
Appops web client proxy representation.
Proxy(String, int) - Constructor for class org.appops.web.common.client.Proxy
Constructor for Proxy.
Proxy(String, int, boolean) - Constructor for class org.appops.web.common.client.Proxy
Object constructor.

R

readAllServices() - Method in interface org.appops.slim.base.api.ServiceMetaManager
readAllServices.
registerServiceMeta(ServiceMeta) - Method in interface org.appops.slim.base.api.ServiceMetaManager
Registers service meta.

S

ServerResponse - Class in org.appops.web.common.client
Represents response obtained from server into the web client.
ServerResponse() - Constructor for class org.appops.web.common.client.ServerResponse
 
ServiceMetaManager - Interface in org.appops.slim.base.api
ServiceMetaManager interface.
ServiceSlimModule - Class in org.appops.slim.base.injection
Abstract ServiceSlimModule class.
ServiceSlimModule() - Constructor for class org.appops.slim.base.injection.ServiceSlimModule
 
ServiceStore - Annotation Type in org.appops.slim.base.core
ServiceStore class.
setApiRestAsyncInvoker(AsyncApiRestInvoker) - Method in class org.appops.slim.base.invocation.async.AsyncApiProxyInvocationHandler
 
setApiRestInvoker(ApiRestInvoker) - Method in class org.appops.slim.base.invocation.ApiProxyInvocationHandler
Setter for the field apiRestInvoker.
setAsyncWebClient(Provider<AsyncWebClient>) - Method in class org.appops.slim.base.invocation.async.AsyncApiRestInvoker
 
setContent(byte[]) - Method in class org.appops.web.common.client.ServerResponse
Setter for the field content.
setContentAsString(String) - Method in class org.appops.web.common.client.ServerResponse
Setter for the field contentAsString.
setCurrentDeployment(Provider<ServiceConfiguration>) - Method in class org.appops.slim.base.invocation.ApiRestInvoker
Setter for the field currentDeployment.
setCurrentDeployment(Provider<ServiceConfiguration>) - Method in class org.appops.slim.base.invocation.async.AsyncApiRestInvoker
Setter for the field currentDeployment.
setDomain(String) - Method in class org.appops.web.common.client.Cookie
Setter for the field domain.
setEncoding(String) - Method in class org.appops.web.common.client.ServerResponse
Setter for the field encoding.
setHeaderMap(HashMap<String, String>) - Method in class org.appops.web.common.client.HttpHeader
 
setHost(String) - Method in class org.appops.web.common.client.Proxy
Setter for the field host.
setHttpHeader(HttpHeader) - Method in class org.appops.slim.base.invocation.ApiRestInvoker
 
setHttpOnly(boolean) - Method in class org.appops.web.common.client.Cookie
Setter for the field httpOnly.
setInterfaceName(String) - Method in class org.appops.slim.base.invocation.DerivedApiProxyInvocationHandler
Setter for the field interfaceName.
setMarshaller(Marshaller) - Method in class org.appops.slim.base.invocation.ApiRestInvoker
Setter for the field marshaller.
setMarshaller(Marshaller) - Method in class org.appops.slim.base.invocation.async.AsyncApiRestInvoker
 
setMaxAge(long) - Method in class org.appops.web.common.client.Cookie
Setter for the field maxAge.
setMediaType(String) - Method in class org.appops.web.common.client.ServerResponse
Setter for the field mediaType.
setName(String) - Method in class org.appops.web.common.client.Cookie
Setter for the field name.
setPath(String) - Method in class org.appops.web.common.client.Cookie
Setter for the field path.
setPort(int) - Method in class org.appops.web.common.client.Proxy
Setter for the field port.
setSecure(boolean) - Method in class org.appops.web.common.client.Cookie
Setter for the field secure.
setSecure(boolean) - Method in class org.appops.web.common.client.Proxy
setSecure.
setServiceName(String) - Method in class org.appops.slim.base.invocation.DerivedApiProxyInvocationHandler
Setter for the field serviceName.
setServiceStore(Provider<ServiceMetaManager>) - Method in class org.appops.slim.base.invocation.ApiRestInvoker
Setter for the field serviceStore.
setServiceStore(Provider<ServiceMetaManager>) - Method in class org.appops.slim.base.invocation.async.AsyncApiRestInvoker
 
setSignatureBuilder(ServiceOpSignatureBuilder) - Method in class org.appops.slim.base.invocation.ApiProxyInvocationHandler
Setter for the field signatureBuilder.
setSignatureBuilder(ServiceOpSignatureBuilder) - Method in class org.appops.slim.base.invocation.async.AsyncApiProxyInvocationHandler
 
setStatus(int) - Method in class org.appops.web.common.client.ServerResponse
Setter for the field status.
setValue(String) - Method in class org.appops.web.common.client.Cookie
Setter for the field value.
setVersion(int) - Method in class org.appops.web.common.client.Cookie
Setter for the field version.
setWebClient(Provider<WebClient>) - Method in class org.appops.slim.base.invocation.ApiRestInvoker
Setter for the field webClient.
setWrappedAsyncHttpClient(W) - Method in class org.appops.web.common.client.AsyncWebClient
 
setWrappedClient(W) - Method in class org.appops.web.common.client.WebClient
Setter for the field wrappedClient.
SlimBindApi - Interface in org.appops.slim.base.injection
SlimBindApi interface.
SlimServletModule - Class in org.appops.slim.base.injection
Abstract SlimServletModule class.
SlimServletModule() - Constructor for class org.appops.slim.base.injection.SlimServletModule
 

U

urlDecode(String) - Method in class org.appops.slim.base.invocation.UrlEncodeUtil
Decodes url.
urlEncode(String) - Method in class org.appops.slim.base.invocation.UrlEncodeUtil
Encodes url.
UrlEncodeUtil - Class in org.appops.slim.base.invocation
Utility class which facilitates encoding and decoding of path parameters as well as whole url.
UrlEncodeUtil() - Constructor for class org.appops.slim.base.invocation.UrlEncodeUtil
Constructor for UrlEncodeUtil.

V

value() - Method in class org.appops.web.common.client.Cookie
value.
version() - Method in class org.appops.web.common.client.Cookie
version.

W

WebAppContainer<S extends WebServer<?>> - Class in org.appops.web.common.server
Appoops service application container base class.
WebAppContainer() - Constructor for class org.appops.web.common.server.WebAppContainer
 
WebClient<W> - Class in org.appops.web.common.client
Wrapper base class which wraps actual web client instance e.g.
WebClient(W) - Constructor for class org.appops.web.common.client.WebClient
Constructor for WebClient.
WebClient() - Constructor for class org.appops.web.common.client.WebClient
Constructor for WebClient.
WebClientException - Exception in org.appops.web.common.client
Appops web service core exception class to handle/represent exceptions in web service operations.
WebClientException(String) - Constructor for exception org.appops.web.common.client.WebClientException
Constructor for WebClientException.
WebClientException(Throwable) - Constructor for exception org.appops.web.common.client.WebClientException
Constructor for WebClientException.
WebClientException(String, Throwable) - Constructor for exception org.appops.web.common.client.WebClientException
Constructor for WebClientException.
WebServer<S> - Class in org.appops.web.common.server
Wrapper base class which wraps actual web server.
WebServer(int, S) - Constructor for class org.appops.web.common.server.WebServer
Constructor for WebServer.
WebServerException - Exception in org.appops.web.common.server
Appops web service core exception class to handle/represent exceptions in web service operations.
WebServerException(String) - Constructor for exception org.appops.web.common.server.WebServerException
Constructor for WebServerException.
WebServerException(Throwable) - Constructor for exception org.appops.web.common.server.WebServerException
Constructor for WebServerException.
wrappedAsyncHttpClient() - Method in class org.appops.web.common.client.AsyncWebClient
 
wrappedClient() - Method in class org.appops.web.common.client.WebClient
wrappedClient.
wrappedServer() - Method in class org.appops.web.common.server.WebServer
Fetches actual wrapped web server (e.g.
A B C D E F G H I M N O P R S U V W 
Skip navigation links

Copyright © 2022. All rights reserved.