Hi all, I am using mina-1.1.7 version. I have written a method to shutdown the server, but it is not working. The method is
public boolean shutdown() {
acceptor.unbindAll();
return false;
}
Though I declared acceptor as static.I am unable to get acceptor object. It
is throwing NullPointer Exception.
Can someone help me regarding this.
Thanks
Krish
