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