public class KoptRequest extends Request
| Constructor and Description |
|---|
KoptRequest(String option) |
| Modifier and Type | Method and Description |
|---|---|
String |
getRequestString()
Get the request String that will be passed to the server
|
boolean |
isResponseExpected()
Is a response expected from the server?
|
getFileForTransmission, modifiesInputStream, modifyInputStream, modifyOutputStreampublic KoptRequest(String option)
option - >i>option terminal from C/S protol specification.public String getRequestString() throws UnconfiguredRequestException
RequestgetRequestString in class RequestUnconfiguredRequestException - if the request has not been properly configuredpublic boolean isResponseExpected()
RequestisResponseExpected in class RequestCopyright © 2013. All rights reserved.