| Package | Description |
|---|---|
| org.apache.hadoop.ipc |
Tools to help define network clients and servers.
|
| org.apache.hadoop.security |
| Constructor and Description |
|---|
Server.Call(int id,
int retryCount,
Writable param,
Server.Connection connection) |
Server.Call(int id,
int retryCount,
Writable param,
Server.Connection connection,
RPC.RpcKind kind,
byte[] clientId) |
| Modifier and Type | Method and Description |
|---|---|
SaslServer |
SaslRpcServer.create(Server.Connection connection,
SecretManager<TokenIdentifier> secretManager) |
| Constructor and Description |
|---|
SaslRpcServer.SaslDigestCallbackHandler(SecretManager<TokenIdentifier> secretManager,
Server.Connection connection) |
Copyright © 2013 Apache Software Foundation. All rights reserved.