ConnectionHandlerIfc
.
It creates ConnectionServer
for all incoming connection requests from users.
At the moment it is very simple implementation which creates ConnectionServer
in the simplest possible way, defines no authorization and no smart Exception
handling.<br/> Next version will be more sofisticated if necessary. It depends on other developers requests.
Created: Thu Jan 10 15:55:11 2002
Definition at line 50 of file ConnectionHandlerImpl.java.
Public Methods | |
void | handleNewConnection (Socket connection_socket, List command_handlers) |
handleNewConnection method performs creating new ConnectionServer instance. | |
void | handleException (Exception e) |
handleException method do nothing. |
|
At the moment it simply ignores all occured
Implements ConnectionHandlerIfc. Definition at line 95 of file ConnectionHandlerImpl.java. |
|
At the moment it do nothing more than just creating new
I am going to redesign and reimplement it a little bit in next version. This interface will not change. I will change only
Implements ConnectionHandlerIfc. Definition at line 70 of file ConnectionHandlerImpl.java. |