|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.antiaction.mayhem.mail.smtpd.ConfigBindings
public class ConfigBindings
Bindings configuration for a ResponseWorker.
Includes the interface names/ports numbers to listen on and with which
BindSocketFactory. Also includes a list of assigned hostnames.
| Constructor Summary | |
|---|---|
ConfigBindings()
Empty constructor. |
|
| Method Summary | |
|---|---|
void |
addInterfacePort(ConfigInterfacePort interfacePort)
Add InterfacePort to listen on. |
void |
setBindSocketFactory(IBindSocketFactory factory)
Set the BindSocketFactory. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConfigBindings()
| Method Detail |
|---|
public void setBindSocketFactory(IBindSocketFactory factory)
BindSocketFactory.
factory - BindSocketFactory object.public void addInterfacePort(ConfigInterfacePort interfacePort)
InterfacePort to listen on.
interfacePort - InterfacePort object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||