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.
|
String |
getName()
Returns the request name.
|
getId
public UnsupportedRequest(int id, int type)
id
- The request id.type
- The type code.public String getName()
getName
in interface Request
getName
in class BaseRequest
public SftpConstants.Type getMessage()
Copyright © 2008–2016 The Apache Software Foundation. All rights reserved.