public class SshAgentForwardingNotice extends AgentMessage
| Constructor and Description |
|---|
SshAgentForwardingNotice()
Creates a new SshAgentForwardingNotice object.
|
SshAgentForwardingNotice(String remoteHostname,
String remoteIPAddress,
int remotePort)
Creates a new SshAgentForwardingNotice object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
constructByteArray(ByteArrayWriter baw) |
void |
constructMessage(ByteArrayReader bar) |
String |
getMessageName() |
String |
getRemoteHostname() |
String |
getRemoteIPAddress() |
int |
getRemotePort() |
fromByteArray, getMessageType, toByteArraypublic SshAgentForwardingNotice()
public String getRemoteHostname()
public String getRemoteIPAddress()
public int getRemotePort()
public String getMessageName()
getMessageName in class AgentMessagepublic void constructByteArray(ByteArrayWriter baw) throws IOException, InvalidMessageException
constructByteArray in class AgentMessagebaw - IOExceptioncom.maverick.agent.exceptions.j2ssh.transport.InvalidMessageException - DOCUMENT
ME!InvalidMessageExceptionpublic void constructMessage(ByteArrayReader bar) throws IOException, InvalidMessageException
constructMessage in class AgentMessagebar - IOExceptioncom.maverick.agent.exceptions.j2ssh.transport.InvalidMessageException - DOCUMENT
ME!InvalidMessageExceptionCopyright © 2025. All rights reserved.