>
> Can i get client IP address in protocol filter by using Grizzly framework
> or i have to use NIO?
try
public boolean execute(Context ctx) throws IOException {
Socket s=((SocketChannel)ctx.getSelectionKey().channel()).socket();
System.out.println("Client Address :"+s.getInetAddress());
System.out.println("Client port :"+s.getPort());
..
..
}
--
GMX Kostenlose Spiele: Einfach online spielen und Spaß haben mit Pastry Passion!
http://games.entertainment.gmx.net/de/entertainment/games/free/puzzle/6169196