Package | Description |
---|---|
org.apache.hadoop.oncrpc |
Modifier and Type | Class and Description |
---|---|
class |
RpcAcceptedReply
Represents RPC message MSG_ACCEPTED reply body.
|
class |
RpcCall
Represents an RPC message of type RPC call as defined in RFC 1831
|
class |
RpcDeniedReply
Represents RPC message MSG_DENIED reply body.
|
class |
RpcReply
Represents an RPC message of type RPC reply as defined in RFC 1831
|
Modifier and Type | Method and Description |
---|---|
RpcMessage |
RpcInfo.header() |
Constructor and Description |
---|
RpcInfo(RpcMessage header,
org.jboss.netty.buffer.ChannelBuffer data,
org.jboss.netty.channel.ChannelHandlerContext channelContext,
org.jboss.netty.channel.Channel channel,
SocketAddress remoteAddress) |
Copyright © 2013 Apache Software Foundation. All rights reserved.