| Interface | Description |
|---|---|
| ComboxUtils.PreOperation |
Should be used as parameter for
#createServerSocket(int, PreOperation) } |
| Class | Description |
|---|---|
| Combox<T> |
This class is the base implementation for all Combox in the POP-Java library
All other combox must inherit from this class
|
| ComboxAllocate<T extends Combox> |
Generalize multiple ways to allocate and initiate a POP object
|
| ComboxConnection<T> | |
| ComboxFactory |
This abstract class regroups the methods needed by a ComboxFactory
|
| ComboxFactoryFinder |
This class is responsible to find the different combox available in POP-Java
|
| ComboxReceiveRequest |
This class is responsible to receive the new request for the associated
combox
|
| ComboxServer |
This class represent the server side of a socket connection
|
| ComboxUtils |
Some utility method used by multiple Comboxes
|