public class AsyncWinsockCIFSReadRequest extends Object implements ThreadRequest
Holds the details of a Winsock NetBIOS JNI socket based CIFS session request for processing by a thread pool.
| Constructor and Description |
|---|
AsyncWinsockCIFSReadRequest(SMBSrvSession sess,
int sockEvent,
AsyncWinsockCIFSRequestHandler reqHandler)
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 AsyncWinsockCIFSReadRequest(SMBSrvSession sess, int sockEvent, AsyncWinsockCIFSRequestHandler reqHandler)
sess - SMBSrvSessionsockEvent - intreqHandler - AsyncWinsockCIFSRequestHandlerpublic void runRequest()
runRequest in interface ThreadRequestCopyright © 2005–2020 Alfresco Software. All rights reserved.