public class UnsupportedRequest extends BaseRequest
| Constructor and Description |
|---|
UnsupportedRequest(int id,
int type)
Create UnsupportedRequest instance.
|
| Modifier and Type | Method and Description |
|---|---|
SftpConstants.Type |
getMessage()
Returns the message type.
|
java.lang.String |
getName()
Returns the request name.
|
getIdpublic UnsupportedRequest(int id,
int type)
id - The request id.type - The type code.public java.lang.String getName()
getName in interface RequestgetName in class BaseRequestpublic SftpConstants.Type getMessage()
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.