
public class FileSystemBasedDataBusinessHandler extends DataBusinessHandler
| Constructor and Description |
|---|
FileSystemBasedDataBusinessHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cleanSession()
To Clean the session attached objects for Data Network
|
void |
exceptionLocalCaught(Throwable e)
Run when an exception is get before the channel is closed.
|
void |
executeChannelClosed()
Is executed when the channel is closed, just before the test on the finish status.
|
void |
executeChannelConnected(io.netty.channel.Channel channel)
Is executed when the channel is connected after the handler is on, before answering OK or not
on connection, except if the global service is going to shutdown.
|
clear, getDataNetworkHandler, getFtpSession, setDataNetworkHandler, setFtpSessionprotected void cleanSession()
DataBusinessHandlercleanSession in class DataBusinessHandlerpublic void exceptionLocalCaught(Throwable e)
DataBusinessHandlerexceptionLocalCaught in class DataBusinessHandlerpublic void executeChannelClosed()
DataBusinessHandlerexecuteChannelClosed in class DataBusinessHandlerpublic void executeChannelConnected(io.netty.channel.Channel channel)
DataBusinessHandlerexecuteChannelConnected in class DataBusinessHandlerCopyright © 2009–2019 Waarp. All rights reserved.