Generated by
JDiff

Class org.apache.hadoop.ipc.RPC.Server

Removed Constructors
RPC.Server(Object, Configuration, String, int, int, boolean) Construct an RPC server.
 

Added Constructors
RPC.Server(Object, Configuration, String, int, int, boolean, SecretManager) Construct an RPC server.
 

Changed Methods
void authorize(UserGroupInformation, ConnectionHeader, String) Change in signature from (Subject, ConnectionHeader) to (UserGroupInformation, ConnectionHeader, String).
Method was locally defined, but is now inherited from Server.
Authorize the incoming client connection.