| Package | Description | 
|---|---|
| org.apache.avro.ipc | 
 Support for inter-process calls. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
HandshakeResponse | 
HandshakeResponse.Builder.build()  | 
HandshakeResponse | 
RPCContext.getHandshakeResponse()
Get the handshake response of this RPC. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static HandshakeResponse.Builder | 
HandshakeResponse.newBuilder(HandshakeResponse other)
Creates a new HandshakeResponse RecordBuilder by copying an existing HandshakeResponse instance 
 | 
void | 
RPCContext.setHandshakeResponse(HandshakeResponse handshakeResponse)
Set the handshake response of this RPC. 
 | 
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.