Interface XmlRpcSession
-
public interface XmlRpcSession
- Author:
- Pavel.Sher Date: 18.01.2007
-
-
Field Summary
Fields Modifier and Type Field Description static String
AUTH_PASS
static String
AUTH_USER
static String
METHOD_NAME_ATTR
static String
USER_ID_ATTR
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> T
getAttribute(String name, Class<T> attrClass)
String
getRemoteHostIp()
String
getSessionId()
String
getUserAgent()
boolean
isActive()
void
setAttribute(String name, Object val)
-
-
-
Field Detail
-
USER_ID_ATTR
static final String USER_ID_ATTR
- See Also:
- Constant Field Values
-
AUTH_USER
static final String AUTH_USER
- See Also:
- Constant Field Values
-
AUTH_PASS
static final String AUTH_PASS
- See Also:
- Constant Field Values
-
METHOD_NAME_ATTR
static final String METHOD_NAME_ATTR
- See Also:
- Constant Field Values
-
-