net.sf.wallace.mina
Class MinaSessionHandler

java.lang.Object
  extended by 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)
           
 
Method Summary
 void close()
          Close this session.
 void respond(ServerResponse serverResponse)
          Send responses for this session.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MinaSessionHandler

public MinaSessionHandler(org.apache.mina.protocol.ProtocolSession newProtocolSession)
Method Detail

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.