public class SshFxpStatusReply extends BaseReply
| Constructor and Description |
|---|
SshFxpStatusReply(int id,
int substatus,
java.lang.String msg)
Creates a SshFxpStatusReply instance.
|
SshFxpStatusReply(int id,
int substatus,
java.lang.String msg,
java.lang.String lang)
Creates a SshFxpStatusReply instance.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLang()
Returns the long status message.
|
SftpConstants.Type |
getMessage()
Returns the reply message type.
|
java.lang.String |
getMsg()
Returns the status message.
|
int |
getSubstatus()
Returns the substatus.
|
java.lang.String |
toString() |
public SshFxpStatusReply(int id,
int substatus,
java.lang.String msg)
throws java.io.IOException
id - The reply id.substatus - The sub status.msg - The status message.java.io.IOException - If the given reply is unsupported.public SshFxpStatusReply(int id,
int substatus,
java.lang.String msg,
java.lang.String lang)
throws java.io.IOException
id - The reply id.substatus - The sub status.msg - The status message.lang - The lang status message.java.io.IOException - If the given reply is unsupported.public int getSubstatus()
public java.lang.String toString()
toString in class java.lang.Objectpublic SftpConstants.Type getMessage()
public java.lang.String getMsg()
public java.lang.String getLang()
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.