public class SshFxpVersionReply extends BaseReply
| Constructor and Description |
|---|
SshFxpVersionReply(int version)
Creates a SshFxpVersionReply instance.
|
| Modifier and Type | Method and Description |
|---|---|
SftpConstants.Type |
getMessage()
Returns the reply message type.
|
int |
getVersion()
Returns the requested version.
|
java.lang.String |
toString() |
public SshFxpVersionReply(int version)
version - The requested version.public SftpConstants.Type getMessage()
public java.lang.String toString()
toString in class java.lang.Objectpublic int getVersion()
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.