public class SshAgentAlive extends AgentMessage
Constructor and Description |
---|
SshAgentAlive()
Creates a new SshAgentAlive object.
|
SshAgentAlive(byte[] padding)
Creates a new SshAgentAlive object.
|
Modifier and Type | Method and Description |
---|---|
void |
constructByteArray(ByteArrayWriter baw) |
void |
constructMessage(ByteArrayReader bar) |
String |
getMessageName() |
byte[] |
getPadding() |
fromByteArray, getMessageType, toByteArray
public SshAgentAlive()
public SshAgentAlive(byte[] padding)
padding
- public byte[] getPadding()
public String getMessageName()
getMessageName
in class AgentMessage
public void constructByteArray(ByteArrayWriter baw) throws IOException, InvalidMessageException
constructByteArray
in class AgentMessage
baw
- IOException
com.sshtools.j2ssh.transport.InvalidMessageException
- DOCUMENT
ME!InvalidMessageException
public void constructMessage(ByteArrayReader bar) throws IOException, InvalidMessageException
constructMessage
in class AgentMessage
bar
- IOException
com.sshtools.j2ssh.transport.InvalidMessageException
- DOCUMENT
ME!InvalidMessageException
Copyright © 2024. All rights reserved.