See: Description
| Class | Description |
|---|---|
| AddressMapping |
Socket address mapping.
|
| ConnectionSettings |
Connection settings.
|
| Handler |
The entry point of the Handler: it establishes an ETI session, exchanges messages with the
exchange, and reports everything that happens on the session to the listeners the application
registers.
|
| HandlerSettings |
Handler settings.
|
| HandlerState |
A state of the
Handler, reported to
HandlerStateListener on every transition. |
| License |
Base license implementation.
|
| License.Customer |
License customer.
|
| License.Product |
Licensed product.
|
| ReconnectionSettings |
How the handler reconnects after an unexpected connection loss.
|
| Enum | Description |
|---|---|
| License.Type |
License type.
|
| Exception | Description |
|---|---|
| HandlerException |
Handler exception.
|
| LicenseException | |
| LicenseExpiredException | |
| LicenseNotFoundException |
Handler is the entry point - it establishes an ETI
session, sends and receives messages, and reports what happens to the listeners in
biz.onixs.eurex.eti.handler.core.event. It is configured with
HandlerSettings, which carries the network parameters in
ConnectionSettings and the automatic-reconnection
behavior in ReconnectionSettings, and it reports its
progress as HandlerState transitions.
The messages a session carries are defined in biz.onixs.eurex.eti.handler.message and
its subpackages.
Copyright © 2012–2026 Onix Solutions. All rights reserved.