AuthServiceImpl(Authenticator authenticator,
SessionManager<T> sessionManager) |
Creates a new authentication service implementation with the
given authenticator and session manager.
|
RemoteCall(SessionManager<T> sessionManager) |
Creates a new wrapper which uses the given (optional) session
manager for session ID mappings, and which applies two filters
to the client context.
|
RemoteCall(TagFilter versionIdFilter,
TagFilter appIdFilter,
TagFilter clientIdFilter,
SessionManager<T> sessionManager,
TagFilter sessionIdFilter) |
Creates a new wrapper which uses the given (optional) session
manager for session ID mappings, and which applies the given
filters to the client context.
|
RemoteCaller(SessionManager<S> sessionManager) |
Creates a new wrapper which uses the given (optional) session
manager for session ID mappings, and which applies two filters
to the client context.
|
RemoteCaller(TagFilter versionIdFilter,
TagFilter appIdFilter,
TagFilter clientIdFilter,
SessionManager<S> sessionManager,
TagFilter sessionIdFilter) |
Creates a new wrapper which uses the given (optional) session
manager for session ID mappings, and which applies the given
filters to the client context.
|
RemoteRunner(SessionManager<S> sessionManager) |
Creates a new wrapper which uses the given (optional) session
manager for session ID mappings, and which applies two filters
to the client context.
|
RemoteRunner(TagFilter versionIdFilter,
TagFilter appIdFilter,
TagFilter clientIdFilter,
SessionManager<S> sessionManager,
TagFilter sessionIdFilter) |
Creates a new wrapper which uses the given (optional) session
manager for session ID mappings, and which applies the given
filters to the client context.
|
Server(String host,
int port,
Authenticator authenticator,
SessionManager<SessionClazz> sessionManager) |
Creates a new server node with the given server host name,
port, authenticator, and session manager.
|
Server(String inHost,
int inPort,
Authenticator inAuthenticator,
SessionManager<SessionClazz> inSessionManager,
ContextClassProvider inContextClassProvider) |
Create a new Server instance.
|
Server(Authenticator authenticator,
SessionManager<SessionClazz> sessionManager) |
Creates a new server node with the default server host name and
port, and the given authenticator and session manager.
|
ServiceBaseImpl(SessionManager<T> sessionManager) |
Creates a new service implementation with the given session
manager.
|