Class SaslResponse
- java.lang.Object
-
- org.apache.qpid.protonj2.types.security.SaslResponse
-
- All Implemented Interfaces:
SaslPerformative
public final class SaslResponse extends java.lang.Object implements SaslPerformative
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.qpid.protonj2.types.security.SaslPerformative
SaslPerformative.SaslPerformativeHandler<E>, SaslPerformative.SaslPerformativeType
-
-
Field Summary
Fields Modifier and Type Field Description static UnsignedLongDESCRIPTOR_CODEstatic SymbolDESCRIPTOR_SYMBOL
-
Constructor Summary
Constructors Constructor Description SaslResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SaslResponsecopy()SaslPerformative.SaslPerformativeTypegetPerformativeType()ProtonBuffergetResponse()<E> voidinvoke(SaslPerformative.SaslPerformativeHandler<E> handler, E context)SaslResponsesetResponse(ProtonBuffer response)SaslResponsesetResponse(Binary response)java.lang.StringtoString()
-
-
-
Field Detail
-
DESCRIPTOR_CODE
public static final UnsignedLong DESCRIPTOR_CODE
-
DESCRIPTOR_SYMBOL
public static final Symbol DESCRIPTOR_SYMBOL
-
-
Method Detail
-
getResponse
public ProtonBuffer getResponse()
-
setResponse
public SaslResponse setResponse(Binary response)
-
setResponse
public SaslResponse setResponse(ProtonBuffer response)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
copy
public SaslResponse copy()
- Specified by:
copyin interfaceSaslPerformative
-
getPerformativeType
public SaslPerformative.SaslPerformativeType getPerformativeType()
- Specified by:
getPerformativeTypein interfaceSaslPerformative
-
invoke
public <E> void invoke(SaslPerformative.SaslPerformativeHandler<E> handler, E context)
- Specified by:
invokein interfaceSaslPerformative
-
-