public class TaskRequest extends Object
| Constructor and Description |
|---|
TaskRequest(int actorMaxOperationTimeoutSec,
RequestProtocol protocol,
String host,
String hostUniform,
int port,
String resourcePath,
String requestContent,
HttpMethod httpMethod,
boolean pollable,
Map<String,String> httpHeaderMap,
ParallecResponseHandler handler,
Map<String,Object> responseContext,
SshMeta sshMeta,
TcpMeta tcpMeta,
PingMeta pingMeta) |
| Modifier and Type | Method and Description |
|---|---|
int |
getActorMaxOperationTimeoutSec() |
ParallecResponseHandler |
getHandler() |
String |
getHost()
Gets the host.
|
String |
getHostUniform()
Gets the host uniform.
|
Map<String,String> |
getHttpHeaderMap()
Gets the http header map.
|
HttpMethod |
getHttpMethod()
Gets the http method.
|
PingMeta |
getPingMeta() |
int |
getPort()
Gets the port.
|
String |
getPostData()
Gets the post data.
|
RequestProtocol |
getProtocol()
Gets the protocol.
|
String |
getRequestContent()
Gets the request content.
|
String |
getResourcePath()
Gets the resource path.
|
Map<String,Object> |
getResponseContext() |
SshMeta |
getSshMeta()
Gets the ssh meta.
|
TcpMeta |
getTcpMeta() |
boolean |
isPollable()
Checks if is pollable.
|
String |
toString() |
public TaskRequest(int actorMaxOperationTimeoutSec,
RequestProtocol protocol,
String host,
String hostUniform,
int port,
String resourcePath,
String requestContent,
HttpMethod httpMethod,
boolean pollable,
Map<String,String> httpHeaderMap,
ParallecResponseHandler handler,
Map<String,Object> responseContext,
SshMeta sshMeta,
TcpMeta tcpMeta,
PingMeta pingMeta)
public String getResourcePath()
public HttpMethod getHttpMethod()
public String getPostData()
public String getRequestContent()
public boolean isPollable()
public Map<String,String> getHttpHeaderMap()
public RequestProtocol getProtocol()
public String getHost()
public String getHostUniform()
public int getPort()
public SshMeta getSshMeta()
public int getActorMaxOperationTimeoutSec()
public TcpMeta getTcpMeta()
public PingMeta getPingMeta()
public ParallecResponseHandler getHandler()
Copyright © 2015 eBay. All rights reserved.