org.apache.zookeeper.client
Class ZooKeeperSaslClient.ServerSaslResponseCallback
java.lang.Object
org.apache.zookeeper.client.ZooKeeperSaslClient.ServerSaslResponseCallback
- All Implemented Interfaces:
- AsyncCallback, AsyncCallback.DataCallback
- Enclosing class:
- ZooKeeperSaslClient
public static class ZooKeeperSaslClient.ServerSaslResponseCallback
- extends Object
- implements AsyncCallback.DataCallback
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ZooKeeperSaslClient.ServerSaslResponseCallback
public ZooKeeperSaslClient.ServerSaslResponseCallback()
processResult
public void processResult(int rc,
String path,
Object ctx,
byte[] data,
Stat stat)
- Specified by:
processResult in interface AsyncCallback.DataCallback
Copyright © 2013 The Apache Software Foundation