Generated by
JDiff

Class org.apache.hadoop.ipc.Server

Removed Constructors
Server(String, int, Class, int, Configuration)  
Server(String, int, Class<?>, int, Configuration, String) Constructs a server listening on the named port and address.
 

Added Constructors
Server(String, int, Class<Writable>, int, Configuration)  
Server(String, int, Class<Writable>, int, Configuration, String) Constructs a server listening on the named port and address.
 

Removed Methods
void setTimeout(int) No longer used.