public class SMB1ComNegotiateRequest extends SMB1Packet
| Constructor | Description |
|---|---|
SMB1ComNegotiateRequest(java.util.Set<SMB2Dialect> dialects) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
read(SMB1PacketData packetData) |
|
java.lang.String |
toString() |
|
void |
writeTo(SMBBuffer buffer) |
Write the message fields into the buffer, as specified in the MS-SMB specification.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitwritepublic SMB1ComNegotiateRequest(java.util.Set<SMB2Dialect> dialects)
public void writeTo(SMBBuffer buffer)
SMB1PacketwriteTo in class SMB1Packetpublic void read(SMB1PacketData packetData) throws Buffer.BufferException
read in class SMB1PacketBuffer.BufferExceptionpublic java.lang.String toString()
toString in class java.lang.Object