openlsd.network.server.LSDMsgPutFileHandler Class Reference
List of all members.
Detailed Description
Handler for PutFile Message
- Author:
- Frederic Bregier LGPL
Member Function Documentation
void openlsd.network.server.LSDMsgPutFileHandler.messageReceived |
( |
IoSession |
session, |
|
|
LSDMsgPutFile |
arg1 | |
|
) |
| | throws Exception [private] |
Handle PutFile Message
- Parameters:
-
| session | the associated session |
| arg1 | the PutFile message |
- Exceptions:
-
static void openlsd.network.server.LSDMsgPutFileHandler.cleanIdleSession |
( |
LSDServerSession |
ls |
) |
[static, protected] |
Clean the session after the session becomes idle and is going to stop.
- Parameters:
-
void openlsd.network.server.LSDMsgPutFileHandler.handleMessage |
( |
IoSession |
arg0, |
|
|
LSDMsgPutFile |
arg1 | |
|
) |
| | throws Exception |
Interface for Receive only message
- Parameters:
-
- Exceptions:
-
- See also:
- org.apache.mina.handler.demux.MessageHandler.handleMessage(org.apache.mina.common.IoSession, java.lang.Object)
void openlsd.network.server.LSDMsgPutFileHandler.exceptionCaught |
( |
IoSession |
session, |
|
|
Throwable |
arg1 | |
|
) |
| | throws Exception |
Close the session and, if there is an attribute, release the lock of the attribute for all blocks.
- Parameters:
-
- Exceptions:
-
- See also:
- org.apache.mina.common.IoHandlerAdapter.exceptionCaught(org.apache.mina.common.IoSession, java.lang.Throwable)
The documentation for this class was generated from the following file:
- OpenLSD/Server/openlsd/network/server/LSDMsgPutFileHandler.java