com.maverick.sshd
Class SshProtocolDecoder

java.lang.Object
  extended by com.maverick.sshd.SshProtocolDecoder
All Implemented Interfaces:
org.apache.mina.filter.codec.ProtocolDecoder

public class SshProtocolDecoder
extends Object
implements org.apache.mina.filter.codec.ProtocolDecoder


Constructor Summary
SshProtocolDecoder()
           
 
Method Summary
 void decode(org.apache.mina.core.session.IoSession session, org.apache.mina.core.buffer.IoBuffer buf, org.apache.mina.filter.codec.ProtocolDecoderOutput out)
           
 void decodeSSH(org.apache.mina.core.session.IoSession session, org.apache.mina.core.buffer.IoBuffer buffer, org.apache.mina.filter.codec.ProtocolDecoderOutput out)
           
 void dispose(org.apache.mina.core.session.IoSession arg0)
           
 void finishDecode(org.apache.mina.core.session.IoSession arg0, org.apache.mina.filter.codec.ProtocolDecoderOutput arg1)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SshProtocolDecoder

public SshProtocolDecoder()
Method Detail

decode

public void decode(org.apache.mina.core.session.IoSession session,
                   org.apache.mina.core.buffer.IoBuffer buf,
                   org.apache.mina.filter.codec.ProtocolDecoderOutput out)
            throws Exception
Specified by:
decode in interface org.apache.mina.filter.codec.ProtocolDecoder
Throws:
Exception

decodeSSH

public void decodeSSH(org.apache.mina.core.session.IoSession session,
                      org.apache.mina.core.buffer.IoBuffer buffer,
                      org.apache.mina.filter.codec.ProtocolDecoderOutput out)
               throws Exception
Throws:
Exception

dispose

public void dispose(org.apache.mina.core.session.IoSession arg0)
             throws Exception
Specified by:
dispose in interface org.apache.mina.filter.codec.ProtocolDecoder
Throws:
Exception

finishDecode

public void finishDecode(org.apache.mina.core.session.IoSession arg0,
                         org.apache.mina.filter.codec.ProtocolDecoderOutput arg1)
                  throws Exception
Specified by:
finishDecode in interface org.apache.mina.filter.codec.ProtocolDecoder
Throws:
Exception


Copyright © 2012. All Rights Reserved.