Class PushEngine.Config
java.lang.Object
com.iizix.server.push.engine.PushEngine.Config
- Enclosing class:
PushEngine
The collaborators of an engine, so that a test can build one without a server.
- Author:
- Christopher Mindus
Field Summary
FieldsModifier and TypeFieldDescriptionThe clock, carrying the server's zone for the spool's timestamps; a test may supply its own.The application configurations.The locator.The Jetty client the engine owns and stops, null for none.The in-session seam.The session enumerator.The settings.The spool.The store.The transports by kind; a missing kind reports not configured.The user directory.Constructor Summary
ConstructorsMethod Summary
Field Details
settings
The settings.store
The store.users
The user directory.configs
The application configurations.spool
The spool.transports
The transports by kind; a missing kind reports not configured.sessions
The session enumerator.geo
The locator.inSession
The in-session seam.httpClient
The Jetty client the engine owns and stops, null for none.clock
The clock, carrying the server's zone for the spool's timestamps; a test may supply its own.
Constructor Details
Config
public Config()