|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CommonFactory
An interface to common network resource factories.
| Method Summary | |
|---|---|
int |
getSoTimeout()
Gets the accept timeout. |
boolean |
isReuseAddress()
Checks the reuse address. |
boolean |
isSecure()
Checks whether sockets produced are secure. |
void |
setReuseAddress(boolean reuse)
Sets the reuse address. |
void |
setSoTimeout(int timeout)
Sets the accept timeout. |
| Methods inherited from interface org.norther.tammi.core.base.ObjectFactory |
|---|
getInstance, getInstance, getInstance, getInstance, isLoaderSupported |
| Method Detail |
|---|
int getSoTimeout()
void setSoTimeout(int timeout)
timeout - a new accept timeout.boolean isReuseAddress()
void setReuseAddress(boolean reuse)
reuse - the reuse address.boolean isSecure()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||