public class SMB2NegotiateResponse extends SMB2Packet
SINGLE_CREDIT_PAYLOAD_SIZE, structureSize| Constructor | Description |
|---|---|
SMB2NegotiateResponse() |
| Modifier and Type | Method | Description |
|---|---|---|
long |
getCapabilities() |
|
SMB2Dialect |
getDialect() |
|
byte[] |
getGssToken() |
|
int |
getMaxReadSize() |
|
int |
getMaxTransactSize() |
|
int |
getMaxWriteSize() |
|
int |
getSecurityMode() |
|
java.util.UUID |
getServerGuid() |
|
FileTime |
getServerStartTime() |
|
FileTime |
getSystemTime() |
|
protected void |
readMessage(SMBBuffer buffer) |
Read the packet body, this should be implemented by the various packet types.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetBuffer, getCreditsAssigned, getError, getMaxPayloadSize, getMessageEndPos, getMessageStartPos, getPacket, getSequenceNumber, getStructureSize, isIntermediateAsyncResponse, isSuccess, read, setCreditsAssigned, toString, write, writeToprotected void readMessage(SMBBuffer buffer) throws Buffer.BufferException
SMB2PacketreadMessage 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()
public FileTime getSystemTime()
public FileTime getServerStartTime()