public class SshAgentForwardingNotice extends AgentMessage
Constructor and Description |
---|
SshAgentForwardingNotice()
Creates a new SshAgentForwardingNotice object.
|
SshAgentForwardingNotice(java.lang.String remoteHostname,
java.lang.String remoteIPAddress,
int remotePort)
Creates a new SshAgentForwardingNotice object.
|
Modifier and Type | Method and Description |
---|---|
void |
constructByteArray(com.sshtools.common.util.ByteArrayWriter baw) |
void |
constructMessage(com.sshtools.common.util.ByteArrayReader bar) |
java.lang.String |
getMessageName() |
java.lang.String |
getRemoteHostname() |
java.lang.String |
getRemoteIPAddress() |
int |
getRemotePort() |
fromByteArray, getMessageType, toByteArray
public SshAgentForwardingNotice()
public SshAgentForwardingNotice(java.lang.String remoteHostname, java.lang.String remoteIPAddress, int remotePort)
remoteHostname
- remoteIPAddress
- remotePort
- public java.lang.String getRemoteHostname()
public java.lang.String getRemoteIPAddress()
public int getRemotePort()
public java.lang.String getMessageName()
getMessageName
in class AgentMessage
public void constructByteArray(com.sshtools.common.util.ByteArrayWriter baw) throws java.io.IOException, InvalidMessageException
constructByteArray
in class AgentMessage
baw
- java.io.IOException
com.maverick.agent.exceptions.j2ssh.transport.InvalidMessageException
- DOCUMENT
ME!InvalidMessageException
public void constructMessage(com.sshtools.common.util.ByteArrayReader bar) throws java.io.IOException, InvalidMessageException
constructMessage
in class AgentMessage
bar
- java.io.IOException
com.maverick.agent.exceptions.j2ssh.transport.InvalidMessageException
- DOCUMENT
ME!InvalidMessageException
Copyright © 2022. All rights reserved.