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, setFtpSession
protected void cleanSession()
DataBusinessHandler
cleanSession
in class DataBusinessHandler
public void exceptionLocalCaught(Throwable e)
DataBusinessHandler
exceptionLocalCaught
in class DataBusinessHandler
public void executeChannelClosed()
DataBusinessHandler
executeChannelClosed
in class DataBusinessHandler
public void executeChannelConnected(io.netty.channel.Channel channel)
DataBusinessHandler
executeChannelConnected
in class DataBusinessHandler
Copyright © 2009–2019 Waarp. All rights reserved.