public class SMB2Logoff extends SMB2Packet
SINGLE_CREDIT_PAYLOAD_SIZE, structureSize| Constructor and Description |
|---|
SMB2Logoff() |
SMB2Logoff(SMB2Dialect smbDialect,
long sessionId) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
readMessage(SMBBuffer buffer)
Read the message, this is only called in case the response is a success response according to
#isSuccess(NtStatus) |
protected void |
writeTo(SMBBuffer buffer)
Write the message fields into the buffer, as specified in the [MS-SMB2].pdf specification.
|
getBuffer, getCreditsAssigned, getError, getMaxPayloadSize, getMessageEndPos, getMessageStartPos, getSequenceNumber, getStructureSize, isIntermediateAsyncResponse, isSuccess, read, readError, setCreditsAssigned, toString, writepublic SMB2Logoff()
public SMB2Logoff(SMB2Dialect smbDialect, long sessionId)
protected void writeTo(SMBBuffer buffer)
SMB2PacketwriteTo in class SMB2Packetprotected void readMessage(SMBBuffer buffer) throws Buffer.BufferException
SMB2Packet#isSuccess(NtStatus)readMessage in class SMB2PacketBuffer.BufferException