public class GridRestRequest extends Object
| Constructor and Description |
|---|
GridRestRequest() |
| Modifier and Type | Method and Description |
|---|---|
InetSocketAddress |
address() |
void |
address(InetSocketAddress addr) |
UUID |
clientId()
Gets client ID that performed request.
|
void |
clientId(UUID clientId)
Sets client ID that performed request.
|
GridRestCommand |
command() |
void |
command(GridRestCommand cmd) |
Object |
credentials()
Gets client credentials for authentication process.
|
void |
credentials(Object cred)
Sets client credentials for authentication.
|
UUID |
destinationId() |
void |
destinationId(UUID destId) |
byte[] |
sessionToken()
Gets session token for already authenticated client.
|
void |
sessionToken(byte[] sesTok)
Sets session token for already authenticated client.
|
String |
toString() |
public UUID destinationId()
public void destinationId(UUID destId)
destId - Destination ID.public GridRestCommand command()
public void command(GridRestCommand cmd)
cmd - Command.public UUID clientId()
public void clientId(UUID clientId)
clientId - Client ID.public Object credentials()
public void credentials(Object cred)
cred - Credentials.public byte[] sessionToken()
public void sessionToken(byte[] sesTok)
sesTok - Session token.public InetSocketAddress address()
public void address(InetSocketAddress addr)
addr - Client address.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.8.0 Release Date : December 5 2016