Uses of Class
org.apache.hadoop.oncrpc.RpcCall

Packages that use RpcCall
org.apache.hadoop.oncrpc   
org.apache.hadoop.oncrpc.security   
 

Uses of RpcCall in org.apache.hadoop.oncrpc
 

Methods in org.apache.hadoop.oncrpc that return RpcCall
static RpcCall RpcCall.getInstance(int xid, int program, int version, int procedure, Credentials cred, Verifier verifier)
           
static RpcCall RpcCall.read(XDR xdr)
           
 

Methods in org.apache.hadoop.oncrpc with parameters of type RpcCall
protected abstract  boolean RpcProgram.isIdempotent(RpcCall call)
           
protected static void RpcProgram.sendRejectedReply(RpcCall call, SocketAddress remoteAddress, org.jboss.netty.channel.ChannelHandlerContext ctx)
           
 

Uses of RpcCall in org.apache.hadoop.oncrpc.security
 

Methods in org.apache.hadoop.oncrpc.security with parameters of type RpcCall
 VerifierNone SysSecurityHandler.getVerifer(RpcCall request)
           
abstract  Verifier SecurityHandler.getVerifer(RpcCall request)
           
 boolean SysSecurityHandler.shouldSilentlyDrop(RpcCall request)
           
abstract  boolean SecurityHandler.shouldSilentlyDrop(RpcCall request)
           
 XDR SecurityHandler.unwrap(RpcCall request, byte[] data)
          Used by GSS
 byte[] SecurityHandler.wrap(RpcCall request, XDR response)
          Used by GSS
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.