Generated by
JDiff

Class org.apache.hadoop.ipc.Server

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

Added 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 Methods
void authorize(Subject, ConnectionHeader) Authorize the incoming client connection.
Writable call(Class, Writable, long) Called for each call.
 

Changed Methods
Writable call(Writable, long) Changed from abstract to non-abstract. Now deprecated.
Use {@link #call(Class, Writable, long)} instead