public class SshFxpWriteRequest extends BaseRequest
Constructor and Description |
---|
SshFxpWriteRequest(int id,
String handleId,
long offset,
byte[] data,
Handle handle)
Creates a SshFxpWriteRequest instance.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
getData()
Returns the write data.
|
Handle |
getHandle()
Returns the according handle.
|
String |
getHandleId()
Returns the handle id.
|
SftpConstants.Type |
getMessage()
Returns the message type.
|
long |
getOffset()
Returns the offset.
|
String |
toString() |
getId, getName
public SshFxpWriteRequest(int id, String handleId, long offset, byte[] data, Handle handle)
id
- The request id.handleId
- The according file handle id.offset
- The write offset.data
- The write data.handle
- The according file handle.public byte[] getData()
public SftpConstants.Type getMessage()
public Handle getHandle()
public String getHandleId()
public long getOffset()
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.