public class NetBIOSSessionSocketHandler extends SocketSessionHandler
ListenBacklog| Constructor and Description |
|---|
NetBIOSSessionSocketHandler(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 NetBIOS session socket handlers for the main SMB/CIFS server
|
closeSessionHandler, getSocket, getSocketTimeout, initializeSessionHandler, run, setSocketTimeoutclearShutdown, getBindAddress, getHandlerName, getListenBacklog, getNextSessionId, getPort, getProtocolName, getServer, hasBindAddress, hasDebug, hasShutdown, setDebug, setPort, setShutdown, toStringpublic NetBIOSSessionSocketHandler(SMBServer srv, int port, java.net.InetAddress bindAddr, boolean debug)
srv - SMBServerport - intbindAddr - InetAddressdebug - booleanprotected void acceptConnection(java.net.Socket sock)
acceptConnection in class SocketSessionHandlersock - Socketpublic static final void createSessionHandlers(SMBServer server, boolean sockDbg) throws java.lang.Exception
server - SMBServersockDbg - booleanjava.lang.ExceptionCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.