public class CIFSThreadRequest extends Object implements ThreadRequest
Holds the details of a CIFS request for processing by a thread pool.
| Constructor and Description |
|---|
CIFSThreadRequest(SMBSrvSession sess,
SMBSrvPacket smbPkt)
Class constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
runRequest()
Run the CIFS request
|
String |
toString()
Return the CIFS request details as a string
|
public CIFSThreadRequest(SMBSrvSession sess, SMBSrvPacket smbPkt)
sess - SMBSrvSessionsmbPkt - SMBSrvPacketpublic void runRequest()
runRequest in interface ThreadRequestCopyright © 2005–2020 Alfresco Software. All rights reserved.