- security - Variable in class org.dbrain.binder.http.ServletContextBuilder
-
- security(ServletContextSecurityConf) - Method in class org.dbrain.binder.http.ServletContextBuilder
-
- self() - Method in class org.dbrain.binder.app.QualifiedModule
-
- self() - Method in class org.dbrain.binder.http.AbstractHttpConnectorBuilder
-
- self() - Method in class org.dbrain.binder.http.HttpConnectorBuilder
-
- self() - Method in class org.dbrain.binder.http.HttpsConnectorBuilder
-
- serve(ServletContextConf) - Method in class org.dbrain.binder.http.AbstractHttpServerModule
-
- serve(ServletConf) - Method in class org.dbrain.binder.http.ServletContextBuilder
-
- serve(WebSocketServerConf) - Method in class org.dbrain.binder.http.ServletContextBuilder
-
- ServiceConfigurator<T> - Interface in org.dbrain.binder.app
-
Configure a single service description.
- ServiceConfigurator.ServiceDisposer<T> - Interface in org.dbrain.binder.app
-
A disposer that can fail miserably by throwing an exception.
- ServiceConfigurator.ServiceProvider<T> - Interface in org.dbrain.binder.app
-
A provider that can fail miserably by throwing an exception.
- ServiceDirectory - Interface in org.dbrain.binder.directory
-
Directory service interface.
- ServiceKey<T> - Interface in org.dbrain.binder.directory
-
Describe a service.
- ServiceKey.Builder<T> - Interface in org.dbrain.binder.directory
-
Builder for service key.
- ServiceKeyBuilderImpl<T> - Class in org.dbrain.binder.system.directory
-
Created by epoitras on 3/15/15.
- ServiceKeyBuilderImpl(Type, Class<T>) - Constructor for class org.dbrain.binder.system.directory.ServiceKeyBuilderImpl
-
- ServiceKeyImpl<T> - Class in org.dbrain.binder.system.directory
-
Created by epoitras on 3/15/15.
- ServiceKeyImpl(Type, Class<T>, Collection<Annotation>) - Constructor for class org.dbrain.binder.system.directory.ServiceKeyImpl
-
- ServletConf - Interface in org.dbrain.binder.http.conf
-
Created with IntelliJ IDEA.
- ServletConf.InstanceServletDef - Class in org.dbrain.binder.http.conf
-
- ServletConf.Visitor - Interface in org.dbrain.binder.http.conf
-
- ServletContextBuilder - Class in org.dbrain.binder.http
-
Created with IntelliJ IDEA.
- ServletContextBuilder(String) - Constructor for class org.dbrain.binder.http.ServletContextBuilder
-
- ServletContextConf - Class in org.dbrain.binder.http.conf
-
Created with IntelliJ IDEA.
- ServletContextConf(String, List<ServletConf>, List<ServletFilterConf>, List<WebSocketServerConf>, Boolean, ServletContextSecurityConf) - Constructor for class org.dbrain.binder.http.conf.ServletContextConf
-
- ServletContextSecurityConf - Interface in org.dbrain.binder.http.conf
-
Marker interface class for all seurity-related configuration.
- ServletFilterClassDef(String, Class<? extends Filter>) - Constructor for class org.dbrain.binder.http.conf.ServletFilterConf.ServletFilterClassDef
-
- ServletFilterConf - Interface in org.dbrain.binder.http.conf
-
Created with IntelliJ IDEA.
- ServletFilterConf.ServletFilterClassDef - Class in org.dbrain.binder.http.conf
-
- ServletFilterConf.ServletFilterInstanceDef - Class in org.dbrain.binder.http.conf
-
- ServletFilterConf.Visitor - Interface in org.dbrain.binder.http.conf
-
- ServletFilterInstanceDef(String, Filter) - Constructor for class org.dbrain.binder.http.conf.ServletFilterConf.ServletFilterInstanceDef
-
- servlets - Variable in class org.dbrain.binder.http.ServletContextBuilder
-
- session - Variable in class org.dbrain.binder.http.ServletContextBuilder
-
- SessionScopeContext - Class in org.dbrain.binder.system.scope
-
Implementation of the session scope.
- SessionScopeContext() - Constructor for class org.dbrain.binder.system.scope.SessionScopeContext
-
- SessionScoped - Annotation Type in org.dbrain.binder.lifecycle
-
Defines a service that is bound to a request scope.
- setEndPoints(List<ConnectorConf>) - Method in class org.dbrain.binder.http.conf.HttpServerConf
-
- setHost(String) - Method in class org.dbrain.binder.http.conf.HttpConnectorConf
-
- setKeyManagerPassord(String) - Method in class org.dbrain.binder.http.conf.HttpsConnectorConf
-
- setKeyStore(URI) - Method in class org.dbrain.binder.http.conf.HttpsConnectorConf
-
- setKeyStorePassword(String) - Method in class org.dbrain.binder.http.conf.HttpsConnectorConf
-
- setPort(Integer) - Method in class org.dbrain.binder.http.conf.HttpConnectorConf
-
- setServletContexts(List<ServletContextConf>) - Method in class org.dbrain.binder.http.conf.HttpServerConf
-
- shutdown() - Method in class org.dbrain.binder.system.lifecycle.DelegateContext
-
- shutdown() - Method in class org.dbrain.binder.system.scope.RequestScopeContext
-
- shutdown() - Method in class org.dbrain.binder.system.scope.SessionScopeContext
-
- shutdown() - Method in class org.dbrain.binder.system.txs.TransactionManager
-
- SimpleBinder - Class in org.dbrain.binder.system.app
-
Created by epoitras on 3/8/15.
- SimpleBinder(App, BindingStack) - Constructor for class org.dbrain.binder.system.app.SimpleBinder
-
- size() - Method in interface org.dbrain.binder.directory.Qualifiers
-
- size() - Method in class org.dbrain.binder.system.directory.QualifiersImpl
-
- size() - Method in class org.dbrain.binder.system.lifecycle.ThreadLocalProvider
-
- StandardScopeFilter - Class in org.dbrain.binder.system.http.server
-
Http filers that allows to use @SessionScoped and @RequestScoped in association with an http end-point.
- StandardScopeFilter(RequestScopeContext, SessionScopeContext) - Constructor for class org.dbrain.binder.system.http.server.StandardScopeFilter
-
- StandardScopeModule - Class in org.dbrain.binder.system.scope
-
This feature defines both the Request and Session scopes.
- StandardScopeModule() - Constructor for class org.dbrain.binder.system.scope.StandardScopeModule
-
- start() - Method in class org.dbrain.binder.system.txs.TransactionManager
-
- start() - Method in interface org.dbrain.binder.txs.TransactionControl
-
- subprotocols(String...) - Method in class org.dbrain.binder.http.WebSocketServerBuilder
-
- supports(EventDriver) - Method in class org.dbrain.binder.system.jetty.websocket.JsrScopedSessionFactory
-
- supportsNullCreation() - Method in class org.dbrain.binder.system.lifecycle.DelegateContext
-
- supportsNullCreation() - Method in class org.dbrain.binder.system.txs.TransactionManager
-
- SystemConfiguration - Annotation Type in org.dbrain.binder.system.app
-
Quality a hook to configure the system.