public class NIOCIFSThreadRequest extends Object implements ThreadRequest
Holds the details of an NIO channel based CIFS session request for processing by a thread pool.
| Constructor and Description |
|---|
NIOCIFSThreadRequest(SMBSrvSession sess,
SelectionKey selKey)
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 NIOCIFSThreadRequest(SMBSrvSession sess, SelectionKey selKey)
sess - SMBSrvSessionselKey - SelectionKeypublic void runRequest()
runRequest in interface ThreadRequestCopyright © 2005–2020 Alfresco Software. All rights reserved.