| Interface | Description |
|---|---|
| Context |
Interface to provide configuration for an component.
This interface should be extended if component requires access to database or any other resources or informations. |
| PacketWriter |
Interface for writing Packets to XMPP stream.
|
| Class | Description |
|---|---|
| AbstractComponent<CTX extends Context> |
Base class for implement XMPP Component.
|
| AbstractContext |
Abstract basic implementation of Context as delegator of
AbstractComponent.
|
Copyright © 2018 "Tigase, Inc.". All rights reserved.