public class SMB1ComNegotiateRequest extends SMB1Packet
| Constructor and Description |
|---|
SMB1ComNegotiateRequest(java.util.Set<SMB2Dialect> dialects) |
| Modifier and Type | Method and 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.
|
writepublic 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