public class SshFxpReadRequest extends BaseRequest
| Constructor and Description |
|---|
SshFxpReadRequest(int id,
java.lang.String handleId,
long offset,
int length,
Handle handle)
Creates a SshFxpReadRequest instance.
|
| Modifier and Type | Method and Description |
|---|---|
Handle |
getHandle()
Returns the according handle.
|
java.lang.String |
getHandleId()
Returns the handle id.
|
int |
getLength()
Returns the length.
|
SftpConstants.Type |
getMessage()
Returns the message type.
|
long |
getOffset()
Returns the offset.
|
java.lang.String |
toString() |
getId, getNamepublic SshFxpReadRequest(int id,
java.lang.String handleId,
long offset,
int length,
Handle handle)
id - The request id.handleId - The according file handle id.offset - The read offset.length - The length.handle - The according file handle.public SftpConstants.Type getMessage()
public java.lang.String toString()
toString in class java.lang.Objectpublic Handle getHandle()
public java.lang.String getHandleId()
public int getLength()
public long getOffset()
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.