net.sf.wallace.mina
Class MinaSessionHandler
java.lang.Object
net.sf.wallace.mina.MinaSessionHandler
- All Implemented Interfaces:
- SessionHandler
public final class MinaSessionHandler
- extends Object
- implements SessionHandler
Extends AbstractWallaceSession to provide the write() method for MINA.
- Author:
- rnewson
|
Constructor Summary |
MinaSessionHandler(org.apache.mina.protocol.ProtocolSession newProtocolSession)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MinaSessionHandler
public MinaSessionHandler(org.apache.mina.protocol.ProtocolSession newProtocolSession)
respond
public void respond(ServerResponse serverResponse)
- Description copied from interface:
SessionHandler
- Send responses for this session.
- Specified by:
respond in interface SessionHandler
close
public void close()
- Description copied from interface:
SessionHandler
- Close this session.
- Specified by:
close in interface SessionHandler
Copyright © 2004-2005 Robert Newson. All Rights Reserved.