public final class SaslResponse extends Object implements SaslFrameBody
SaslFrameBody.SaslFrameBodyHandler<E>
Constructor and Description |
---|
SaslResponse() |
Modifier and Type | Method and Description |
---|---|
Binary |
getResponse() |
<E> void |
invoke(SaslFrameBody.SaslFrameBodyHandler<E> handler,
Binary payload,
E context) |
void |
setResponse(Binary response) |
String |
toString() |
public Binary getResponse()
public void setResponse(Binary response)
public <E> void invoke(SaslFrameBody.SaslFrameBodyHandler<E> handler, Binary payload, E context)
invoke
in interface SaslFrameBody
Copyright © 2016 The Apache Software Foundation. All rights reserved.