com.sshtools.j2ssh.transport

Class SshMsgUnimplemented


public class SshMsgUnimplemented
extends SshMessage

Version:
$Revision: 1.20 $
Author:
$author$

Field Summary

protected static int
SSH_MSG_UNIMPLEMENTED

Constructor Summary

SshMsgUnimplemented()
Creates a new SshMsgUnimplemented object.
SshMsgUnimplemented(long sequenceNo)
Creates a new SshMsgUnimplemented object.

Method Summary

protected void
constructByteArray(ByteArrayWriter baw)
protected void
constructMessage(ByteArrayReader bar)
String
getMessageName()
long
getSequenceNo()

Methods inherited from class com.sshtools.j2ssh.transport.SshMessage

constructByteArray, constructMessage, fromByteArray, getMessageId, getMessageId, getMessageName, toByteArray

Field Details

SSH_MSG_UNIMPLEMENTED

protected static final int SSH_MSG_UNIMPLEMENTED
Field Value:
3

Constructor Details

SshMsgUnimplemented

public SshMsgUnimplemented()
Creates a new SshMsgUnimplemented object.

SshMsgUnimplemented

public SshMsgUnimplemented(long sequenceNo)
Creates a new SshMsgUnimplemented object.
Parameters:
sequenceNo -

Method Details

constructByteArray

protected void constructByteArray(ByteArrayWriter baw)
            throws InvalidMessageException
Overrides:
constructByteArray in interface SshMessage
Parameters:
baw -

constructMessage

protected void constructMessage(ByteArrayReader bar)
            throws InvalidMessageException
Overrides:
constructMessage in interface SshMessage
Parameters:
bar -

getMessageName

public String getMessageName()
Overrides:
getMessageName in interface SshMessage
Returns:

getSequenceNo

public long getSequenceNo()
Returns:

Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.