public class DefaultSrvSessionFactory extends Object implements SrvSessionFactory
Constructor and Description |
---|
DefaultSrvSessionFactory() |
Modifier and Type | Method and Description |
---|---|
SMBSrvSession |
createSession(PacketHandler handler,
SMBServer server,
int sessId)
Create a server session object
|
void |
setMaximumVirtualCircuits(int maxVC)
Set the maximum virtual circuits per session
|
public SMBSrvSession createSession(PacketHandler handler, SMBServer server, int sessId)
createSession
in interface SrvSessionFactory
handler
- PacketHandlerserver
- SMBServersessId
- intpublic void setMaximumVirtualCircuits(int maxVC)
setMaximumVirtualCircuits
in interface SrvSessionFactory
maxVC
- intCopyright © 2005–2017 Alfresco Software. All rights reserved.