public class SMB1ComNegotiateRequest extends SMB1Packet
| Constructor and Description |
|---|
SMB1ComNegotiateRequest(java.util.Set<SMB2Dialect> dialects) |
| Modifier and Type | Method and Description |
|---|---|
void |
read(SMBBuffer buffer) |
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(SMBBuffer buffer) throws Buffer.BufferException
read in interface Packet<SMBBuffer>read in class SMB1PacketBuffer.BufferExceptionpublic java.lang.String toString()
toString in class java.lang.Object