public class SMBSrvPacketQueue.QueuedSMBPacket
extends java.lang.Object
| Constructor and Description |
|---|
SMBSrvPacketQueue.QueuedSMBPacket(SMBSrvPacket pkt,
int offset,
int len,
boolean writeRaw)
Class constructor
|
| Modifier and Type | Method and Description |
|---|---|
SMBSrvPacket |
getPacket()
Return the SMB packet
|
int |
getWriteLength()
Return the write request length
|
int |
getWriteOffset()
Return the write buffer offset
|
boolean |
hasWriteRaw()
Return the write raw flag
|
void |
updateSettings(int offset,
int len)
Update the queued packet details
|
public SMBSrvPacketQueue.QueuedSMBPacket(SMBSrvPacket pkt, int offset, int len, boolean writeRaw)
pkt - SMBSrvPacket
2param offset intlen - intwriteRaw - booleanpublic final SMBSrvPacket getPacket()
public final int getWriteOffset()
public final int getWriteLength()
public final boolean hasWriteRaw()
public final void updateSettings(int offset,
int len)
offset - intlen - intCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.