public class SMB2NegotiateResponse extends SMB2Packet
header, structureSize| Constructor and Description |
|---|
SMB2NegotiateResponse()
Response constructor
|
| Modifier and Type | Method and Description |
|---|---|
long |
getCapabilities() |
SMB2Dialect |
getDialect() |
byte[] |
getGssToken() |
int |
getMaxReadSize() |
int |
getMaxTransactSize() |
int |
getMaxWriteSize() |
int |
getSecurityMode() |
java.util.UUID |
getServerGuid() |
protected void |
readMessage(SMBBuffer buffer) |
getHeader, getSequenceNumber, getStructureSize, read, write, writeToprotected void readMessage(SMBBuffer buffer) throws Buffer.BufferException
readMessage in class SMB2PacketBuffer.BufferExceptionpublic byte[] getGssToken()
public int getSecurityMode()
public SMB2Dialect getDialect()
public java.util.UUID getServerGuid()
public long getCapabilities()
public int getMaxTransactSize()
public int getMaxReadSize()
public int getMaxWriteSize()