public class SshFxpWriteRequest extends BaseRequest
| Constructor and Description |
|---|
SshFxpWriteRequest(int id,
java.lang.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.
|
java.lang.String |
getHandleId()
Returns the handle id.
|
SftpConstants.Type |
getMessage()
Returns the message type.
|
long |
getOffset()
Returns the offset.
|
java.lang.String |
toString() |
getId, getNamepublic SshFxpWriteRequest(int id,
java.lang.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 java.lang.String toString()
toString in class java.lang.Objectpublic Handle getHandle()
public java.lang.String getHandleId()
public long getOffset()
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.