org.apache.sshd.server.session
Class TcpipForwardSupport

java.lang.Object
  extended by org.apache.mina.core.service.IoHandlerAdapter
      extended by org.apache.sshd.server.session.TcpipForwardSupport
All Implemented Interfaces:
org.apache.mina.core.service.IoHandler

public class TcpipForwardSupport
extends org.apache.mina.core.service.IoHandlerAdapter

Author:
Apache MINA SSHD Project

Nested Class Summary
static class TcpipForwardSupport.ChannelForwardedTcpip
           
 
Constructor Summary
TcpipForwardSupport(ServerSession session)
           
 
Method Summary
 void close()
           
 void exceptionCaught(org.apache.mina.core.session.IoSession session, Throwable cause)
           
 void initialize()
           
 void messageReceived(org.apache.mina.core.session.IoSession session, Object message)
           
 void sessionClosed(org.apache.mina.core.session.IoSession session)
           
 void sessionCreated(org.apache.mina.core.session.IoSession session)
           
 
Methods inherited from class org.apache.mina.core.service.IoHandlerAdapter
messageSent, sessionIdle, sessionOpened
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TcpipForwardSupport

public TcpipForwardSupport(ServerSession session)
Method Detail

initialize

public void initialize()

close

public void close()

sessionCreated

public void sessionCreated(org.apache.mina.core.session.IoSession session)
                    throws Exception
Specified by:
sessionCreated in interface org.apache.mina.core.service.IoHandler
Overrides:
sessionCreated in class org.apache.mina.core.service.IoHandlerAdapter
Throws:
Exception

sessionClosed

public void sessionClosed(org.apache.mina.core.session.IoSession session)
                   throws Exception
Specified by:
sessionClosed in interface org.apache.mina.core.service.IoHandler
Overrides:
sessionClosed in class org.apache.mina.core.service.IoHandlerAdapter
Throws:
Exception

messageReceived

public void messageReceived(org.apache.mina.core.session.IoSession session,
                            Object message)
                     throws Exception
Specified by:
messageReceived in interface org.apache.mina.core.service.IoHandler
Overrides:
messageReceived in class org.apache.mina.core.service.IoHandlerAdapter
Throws:
Exception

exceptionCaught

public void exceptionCaught(org.apache.mina.core.session.IoSession session,
                            Throwable cause)
                     throws Exception
Specified by:
exceptionCaught in interface org.apache.mina.core.service.IoHandler
Overrides:
exceptionCaught in class org.apache.mina.core.service.IoHandlerAdapter
Throws:
Exception


Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.