public class TcpipSMBChannelSessionHandler extends ChannelSessionHandler
Handle CIFS socket connections via native SMB, usually port 445.
ListenBacklog| Constructor and Description |
|---|
TcpipSMBChannelSessionHandler(NetworkServer server,
InetAddress addr,
int port)
Class constructor
|
| Modifier and Type | Method and Description |
|---|---|
PacketHandler |
createPacketHandler(SocketChannel sockChannel)
Create a packet handler for the new client socket connection
|
SMBServer |
getSMBServer()
Return the CIFS server
|
closeSessionHandler, getSocketChannel, initializeSessionHandlerclearShutdown, getBindAddress, getHandlerName, getListenBacklog, getNextSessionId, getPort, getProtocolName, getServer, hasBindAddress, hasDebug, hasShutdown, setDebug, setPort, setShutdown, toStringpublic TcpipSMBChannelSessionHandler(NetworkServer server, InetAddress addr, int port)
server - NetworkServeraddr - InetAddressport - intpublic PacketHandler createPacketHandler(SocketChannel sockChannel) throws IOException
createPacketHandler in class ChannelSessionHandlersockChannel - SocketChannelIOExceptionpublic final SMBServer getSMBServer()
Copyright © 2005–2016 Alfresco Software. All rights reserved.