com.maverick.sshd
Class SshProtocolDecoder
java.lang.Object
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
|
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 |
SshProtocolDecoder
public SshProtocolDecoder()
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.