Click or drag to resize

Crosser.Server Namespace

 
Classes
  ClassDescription
Public classBootstrapper
Configure, initialize and get the Server instance using the bootstrapper.
Public classBootstrapperModules
Modules configuration
Public classBootstrapperModulesEndpoints
Endpoints configuration
Public classBootstrapperModulesLog
Log configuration
Public classBootstrapperModulesPubSub
Publish/Subscribe configuration
Public classBootstrapperModulesSecurity
Security configuration
Public classBootstrapperModulesSerializer
Serializer configuration
Public classBootstrapperSettings
Configuration for the server
Public classBootstrapperSettingsControllers
Settings for controllers
Public classBootstrapperSettingsEndpoints
Endpoint settings
Public classBootstrapperSettingsHttp
Http settings
Public classBootstrapperSettingsMessages
Message settings
Public classBootstrapperSettingsPubSub
Publish/Subscribe settings
Public classBootstrapperSettingsSecurity
Security settings. Allows you to add user/password with roles. The default IAuthentication module will authenticate connections against these settings
Public classBootstrapperSettingsSlowConsumerLimits
Threasholds for identifying slow consumers
Public classBootstrapperSettingsStatistics
Settings for statistics
Public classBootstrapperSettingsTransport
Transport settings
Public classServer
Main container. This object holds endpoints, connections, statistics etc Use this to start up your communication server.