Uses of Class
org.apache.hadoop.oncrpc.RpcCall
Packages that use RpcCall
Package
Description
This package provides ONC RPC implementation with simple UDP/TCP
Servers and clients.
This package provides security related implementation for ONC RPC.
-
Uses of RpcCall in org.apache.hadoop.oncrpc
Methods in org.apache.hadoop.oncrpc that return RpcCallModifier and TypeMethodDescriptionstatic RpcCallRpcCall.getInstance(int xid, int program, int version, int procedure, Credentials cred, Verifier verifier) static RpcCallMethods in org.apache.hadoop.oncrpc with parameters of type RpcCallModifier and TypeMethodDescriptionprotected abstract booleanRpcProgram.isIdempotent(RpcCall call) protected static voidRpcProgram.sendRejectedReply(RpcCall call, SocketAddress remoteAddress, io.netty.channel.ChannelHandlerContext ctx) -
Uses of RpcCall in org.apache.hadoop.oncrpc.security
Methods in org.apache.hadoop.oncrpc.security with parameters of type RpcCallModifier and TypeMethodDescriptionabstract VerifierSecurityHandler.getVerifer(RpcCall request) SysSecurityHandler.getVerifer(RpcCall request) abstract booleanSecurityHandler.shouldSilentlyDrop(RpcCall request) booleanSysSecurityHandler.shouldSilentlyDrop(RpcCall request) Used by GSS.byte[]Used by GSS.