public interface SrvSessionFactory
Modifier and Type | Method and Description |
---|---|
SMBSrvSession |
createSession(PacketHandler handler,
SMBServer server,
int sessId)
Create a new server session object
|
void |
setMaximumVirtualCircuits(int maxVC)
Set the maximum virtual circuits per session
|
SMBSrvSession createSession(PacketHandler handler, SMBServer server, int sessId)
handler
- PacketHandlerserver
- SMBServersessId
- intvoid setMaximumVirtualCircuits(int maxVC)
maxVC
- intCopyright © 2005–2018 Alfresco Software. All rights reserved.