Package ikrs.yuccasrv.socketmngr

Interface Summary
BindListener This interface declares all listener methods to receive events from the bind manager (server opened, incoming connection, server error, server closed).
ServerSocketThreadObserver This interface declares all listener methods that a required to receive all important server socket events.
 

Class Summary
BindAdapter This abstract class implements all method from the BindListener interface - but it leaves all methos bodies empty.
BindManager Ths BindManager is the central entity that manages server sockets and their bindings to the system.
ServerSocketThread The ServerSocketThread class implements a Runnable object to wrap the basic server into a concurrent thread.