Uses of Class
org.apache.avro.ipc.HandshakeResponse

Packages that use HandshakeResponse
org.apache.avro.ipc Support for inter-process calls. 
 

Uses of HandshakeResponse in org.apache.avro.ipc
 

Methods in org.apache.avro.ipc that return HandshakeResponse
 HandshakeResponse HandshakeResponse.Builder.build()
           
 HandshakeResponse RPCContext.getHandshakeResponse()
          Get the handshake response of this RPC.
 

Methods in org.apache.avro.ipc with parameters of type HandshakeResponse
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-2011 The Apache Software Foundation. All Rights Reserved.