|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.clackrouter.protocol.data.VNSData net.clackrouter.packets.VNSPacket net.clackrouter.packets.SSHPacket
public class SSHPacket
Field Summary | |
---|---|
static int |
MSG_CODE_NONE
|
static int |
MSG_CODE_PUBLIC_KEY
|
static int |
MSG_CODE_SESSION_KEY
|
static int |
SSH_PORT
|
Fields inherited from class net.clackrouter.packets.VNSPacket |
---|
m_inputInterfaceName, m_length, m_level2Type, m_local_packet, m_nextHopIPAddr, m_nextHopMacAddr, m_outputInterfaceName, m_packetByteBuffer, mParentHeader |
Constructor Summary | |
---|---|
SSHPacket(java.nio.ByteBuffer buf)
|
Method Summary |
---|
Methods inherited from class net.clackrouter.packets.VNSPacket |
---|
addToPath, get16bit, get32bit, getByteBuffer, getInputInterfaceName, getLength, getLevel2Type, getNextHopIPAddress, getNextHopMacAddress, getOutputInterfaceName, getParentHeader, getStringBuffer, isPacket, needsSourceAddress, setByteBuffer, setInputInterfaceName, setLevel2Type, setNeedsSourceAddress, setNextHopIPAddress, setNextHopMacAddress, setOutputInterfaceName, setParentHeader, toString |
Methods inherited from class net.clackrouter.protocol.data.VNSData |
---|
isBanner, isClose, isHWInfo |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int SSH_PORT
public static final int MSG_CODE_PUBLIC_KEY
public static final int MSG_CODE_SESSION_KEY
public static final int MSG_CODE_NONE
Constructor Detail |
---|
public SSHPacket(java.nio.ByteBuffer buf) throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |