public class TcpipSMBSessionSocketHandler extends SocketSessionHandler
ListenBacklog
Constructor and Description |
---|
TcpipSMBSessionSocketHandler(SMBServer srv,
int port,
java.net.InetAddress bindAddr,
boolean debug)
Class constructor
|
Modifier and Type | Method and Description |
---|---|
protected void |
acceptConnection(java.net.Socket sock)
Accept a new connection on the specified socket
|
static void |
createSessionHandlers(SMBServer server,
boolean sockDbg)
Create the TCP/IP native SMB/CIFS session socket handlers for the main SMB/CIFS server
|
closeSessionHandler, getSocket, getSocketTimeout, initializeSessionHandler, run, setSocketTimeout
clearShutdown, getBindAddress, getHandlerName, getListenBacklog, getNextSessionId, getPort, getProtocolName, getServer, hasBindAddress, hasDebug, hasShutdown, setDebug, setPort, setShutdown, toString
public TcpipSMBSessionSocketHandler(SMBServer srv, int port, java.net.InetAddress bindAddr, boolean debug)
srv
- SMBServerport
- intbindAddr
- InetAddressdebug
- booleanprotected void acceptConnection(java.net.Socket sock)
acceptConnection
in class SocketSessionHandler
sock
- Socketpublic static final void createSessionHandlers(SMBServer server, boolean sockDbg) throws java.lang.Exception
server
- SMBServersockDbg
- booleanjava.lang.Exception
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.