public class AsyncWinsockCIFSReadRequest extends java.lang.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
|
java.lang.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 ThreadRequest
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.