1 17 package org.alfresco.filesys.smb.dcerpc.server; 18 19 import java.io.IOException ; 20 21 import org.alfresco.filesys.smb.dcerpc.DCEBuffer; 22 import org.alfresco.filesys.smb.server.SMBSrvException; 23 import org.alfresco.filesys.smb.server.SMBSrvSession; 24 25 28 public interface DCEHandler 29 { 30 31 40 public void processRequest(SMBSrvSession sess, DCEBuffer inBuf, DCEPipeFile pipeFile) throws IOException , 41 SMBSrvException; 42 } 43 | Popular Tags |