public class UFTPGetUserInfoRequest extends UFTPBaseRequest
Modifier and Type | Field and Description |
---|---|
static String |
REQUEST_TYPE |
logger
Constructor and Description |
---|
UFTPGetUserInfoRequest(String user) |
Modifier and Type | Method and Description |
---|---|
protected String |
getRequestType() |
String |
toString() |
void |
writeEncoded(OutputStream os)
writes out the request in properties format 'client-ip=...' 'send=...' etc
|
getClient, getCreatedTime, getSecret, getUser, loadProperties, readResponse, sendTo, sendTo
public static final String REQUEST_TYPE
public UFTPGetUserInfoRequest(String user) throws UnknownHostException, IOException
UnknownHostException
IOException
public void writeEncoded(OutputStream os) throws IOException
UFTPBaseRequest
writeEncoded
in class UFTPBaseRequest
os
- output stream where the options are written toIOException
protected String getRequestType()
getRequestType
in class UFTPBaseRequest
Copyright © 2010–2018 UNICORE. All rights reserved.