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