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 RPCContext.getHandshakeResponse()
          Get the handshake response of this RPC.
 

Methods in org.apache.avro.ipc with parameters of type HandshakeResponse
 void RPCContext.setHandshakeResponse(HandshakeResponse handshakeResponse)
          Set the handshake response of this RPC.
 



Copyright © 2011 The Apache Software Foundation. All Rights Reserved.