public class RequestFactory extends Object
Constructor and Description |
---|
RequestFactory(URL url) |
Modifier and Type | Method and Description |
---|---|
int |
getEnvelopSize() |
String |
getLocale() |
String |
getTimeout() |
DeleteShellRequest |
newDeleteShellRequest(String shellId) |
ExecuteCommandRequest |
newExecuteCommandRequest(String shellId,
String command) |
GetOutputRequest |
newGetOutputRequest(String shellId,
String commandId) |
OpenShellRequest |
newOpenShellRequest() |
SendInputRequest |
newSendInputRequest(byte[] input,
String shellId,
String commandId) |
SignalRequest |
newSignalRequest(String shellId,
String commandId) |
void |
setEnvelopSize(int envelopSize) |
void |
setLocale(String locale) |
void |
setTimeout(String timeout) |
public RequestFactory(URL url)
public OpenShellRequest newOpenShellRequest()
public ExecuteCommandRequest newExecuteCommandRequest(String shellId, String command)
public DeleteShellRequest newDeleteShellRequest(String shellId)
public SignalRequest newSignalRequest(String shellId, String commandId)
public SendInputRequest newSendInputRequest(byte[] input, String shellId, String commandId)
public GetOutputRequest newGetOutputRequest(String shellId, String commandId)
public String getTimeout()
public void setTimeout(String timeout)
public int getEnvelopSize()
public void setEnvelopSize(int envelopSize)
public String getLocale()
public void setLocale(String locale)
Copyright © 2016–2019. All rights reserved.