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

I

ICaller<E> - Interface in org.sr.server
  This interface represents a helper to access java objects and call requested method of them with the parameters that included in the request.Request and response structures can be specified by implementations of this interface.
ICallerContextInfo<E> - Interface in org.sr.server
  Protocols that we carry our messages on to it, resolves incoming messages and generates an object which contains information about the originated caller and protocol details.
IClientSessionInfo<E> - Interface in org.sr.server
Protocol session information wrapper
IInterceptor<E> - Interface in org.sr.server
Interceptors are designed to filter message traffic and execute some additional tasks around operation execution.
IJSONCaller - Interface in org.sr.server.json
Extended version of ICaller interface for JSONObject
IJSONCallInterceptor - Interface in org.sr.server.json
extended version of IInterceptor interface typed for JSONObject
IJSTransformer - Interface in org.sr.common.transformer.json
Java-JSON Object transformer interface.
init(FilterConfig) - Method in class org.sr.server.http.filter.CompressionFilter
 
init(ServletConfig) - Method in class org.sr.server.http.json.JSONRRServlet
 
invalidate() - Method in class org.sr.server.http.HttpClientSession
 
invalidate() - Method in interface org.sr.server.IClientSessionInfo
Invalidates the client session
isConvertible(String) - Method in class org.sr.common.transformer.AbstractTransformer
 
isConvertible(Class<?>) - Method in class org.sr.common.transformer.AbstractTransformer
 
isConvertible(Class<?>) - Method in interface org.sr.common.transformer.ITransformer
tells if the given class is convertible by the implementation
isConvertible(String) - Method in interface org.sr.common.transformer.ITransformer
tells if the given class is convertible by the implementation
isConvertible(String) - Method in class org.sr.common.transformer.json.JSTransformer
 
isConvertible(Class<?>) - Method in class org.sr.common.transformer.json.JSTransformer
 
IServiceLocator - Interface in org.sr.server
  Service Locators are access points to services.
isFollowRedirects() - Method in class org.sr.client.HttpForm
 
isNull(int) - Method in class org.json.JSONArray
Determine if the value is null.
isNull(String) - Method in class org.json.JSONObject
Determine if the value associated with the key is null or if there is no value.
isProtocolSecure() - Method in class org.sr.server.http.HttpCallerContext
 
isProtocolSecure() - Method in interface org.sr.server.ICallerContextInfo
Returns a boolean indicating whether this request was made using a secure channel, such as HTTPS
isSubjectForCircularReferenceCheck() - Method in class org.sr.common.transformer.json.AbstractJSTransformer
 
isUserInRole(String) - Method in class org.sr.server.http.HttpCallerContext
 
isUserInRole(String) - Method in interface org.sr.server.ICallerContextInfo
Checks if the authenticated client has the given role
ITransformer<E> - Interface in org.sr.common.transformer
Base interface for transformer classes.

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