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