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.
|
String |
toString() |
public SshFxpHandleReply(int id, Handle handle)
id
- The reply id.handle
- The handle.public SftpConstants.Type getMessage()
public Handle getHandle()
Copyright © 2008–2016 The Apache Software Foundation. All rights reserved.