public interface VHostListener extends ServerComponent
Modifier and Type | Method and Description |
---|---|
boolean |
handlesLocalDomains()
Indicates whether the component accepts packets to all local domains.
|
boolean |
handlesNameSubdomains()
Indicates whether the component can handle packets to 'name' subdomain.
|
boolean |
handlesNonLocalDomains()
Indicates whether the component can handle all packets to
non-local domains.
|
void |
setVHostManager(VHostManagerIfc manager)
Sets the VHostManager which works on this server installation.
|
getComponentId, getComponentInfo, getName, initializationCompleted, isInitializationComplete, processPacket, release, setName
void setVHostManager(VHostManagerIfc manager)
manager
- is a reference to VHostManager available on the server
installation.boolean handlesLocalDomains()
boolean handlesNonLocalDomains()
boolean handlesNameSubdomains()
Copyright © 2016 "Tigase, Inc.". All rights reserved.