Package | Description |
---|---|
org.alfresco.jlan.smb.server | |
org.alfresco.jlan.smb.server.nio | |
org.alfresco.jlan.smb.server.nio.win32 | |
org.alfresco.jlan.smb.server.win32 |
Modifier and Type | Method and Description |
---|---|
SMBServer |
SMBSrvSession.getSMBServer()
Return the server that this session is associated with.
|
Modifier and Type | Method and Description |
---|---|
static SMBSrvSession |
SMBSrvSession.createSession(PacketHandler handler,
SMBServer server,
int sessId)
Create a new server session instance
|
SMBSrvSession |
SrvSessionFactory.createSession(PacketHandler handler,
SMBServer server,
int sessId)
Create a new server session object
|
SMBSrvSession |
DefaultSrvSessionFactory.createSession(PacketHandler handler,
SMBServer server,
int sessId)
Create a server session object
|
static void |
TcpipSMBSessionSocketHandler.createSessionHandlers(SMBServer server,
boolean sockDbg)
Create the TCP/IP native SMB/CIFS session socket handlers for the main SMB/CIFS server
|
static void |
NetBIOSSessionSocketHandler.createSessionHandlers(SMBServer server,
boolean sockDbg)
Create the TCP/IP NetBIOS session socket handlers for the main SMB/CIFS server
|
void |
CifsConnectionsHandler.initializeHandler(SMBServer srv,
CIFSConfigSection config)
Initialize the connections handler
|
void |
ThreadedCifsConnectionsHandler.initializeHandler(SMBServer srv,
CIFSConfigSection config)
Initialize the connections handler
|
Constructor and Description |
---|
NetBIOSSessionSocketHandler(SMBServer srv,
int port,
InetAddress bindAddr,
boolean debug)
Class constructor
|
SMBSrvSession(PacketHandler handler,
SMBServer srv,
int maxVC)
Class constructor.
|
TcpipSMBSessionSocketHandler(SMBServer srv,
int port,
InetAddress bindAddr,
boolean debug)
Class constructor
|
Modifier and Type | Method and Description |
---|---|
SMBServer |
NetBIOSSMBChannelSessionHandler.getSMBServer()
Return the CIFS server
|
SMBServer |
TcpipSMBChannelSessionHandler.getSMBServer()
Return the CIFS server
|
Modifier and Type | Method and Description |
---|---|
void |
NIOCifsConnectionsHandler.initializeHandler(SMBServer srv,
CIFSConfigSection config)
Initialize the connections handler
|
Modifier and Type | Method and Description |
---|---|
SMBServer |
AsyncWinsockNetBIOSSessionHandler.getSMBServer()
Return the associated CIFS server
|
Modifier and Type | Method and Description |
---|---|
void |
AsyncWinsockCifsConnectionsHandler.initializeHandler(SMBServer srv,
CIFSConfigSection config)
Initialize the connections handler
|
Modifier and Type | Method and Description |
---|---|
static void |
Win32NetBIOSSessionSocketHandler.createSessionHandlers(SMBServer server,
boolean sockDbg)
Create the Win32 NetBIOS session socket handlers for the main SMB/CIFS server
|
Constructor and Description |
---|
Win32NetBIOSLanaMonitor(SMBServer server,
int[] lanas,
long wakeup,
boolean debug)
Class constructor
|
Win32NetBIOSSessionSocketHandler(SMBServer srv,
boolean debug)
Class constructor
|
Win32NetBIOSSessionSocketHandler(SMBServer srv,
int lana,
boolean debug)
Class constructor
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.