public class SaslCompleteRequest extends WritableRequest
conf, UNKNOWN_SIZE
Constructor and Description |
---|
SaslCompleteRequest()
Constructor used for reflection and sending.
|
Modifier and Type | Method and Description |
---|---|
RequestType |
getType()
Get the type of the request
|
void |
readFieldsRequest(DataInput input)
Serialize the request
|
void |
writeRequest(DataOutput output)
Deserialize the request
|
getClientId, getConf, getRequestId, getSerializedSize, readFields, setClientId, setConf, setRequestId, write
public SaslCompleteRequest()
public RequestType getType()
WritableRequest
getType
in class WritableRequest
public void readFieldsRequest(DataInput input) throws IOException
WritableRequest
input
- Input to read fields fromIOException
public void writeRequest(DataOutput output) throws IOException
WritableRequest
output
- Output to write the request toIOException
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.