type
- the return data type of the requestclass
public class Request<type>
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Request.RequestPoster
Deprecated.
|
Constructor and Description |
---|
Request()
Deprecated.
|
Request(ICommunicator c)
Deprecated.
Static constructor, sets the communicator
|
Modifier and Type | Method and Description |
---|---|
static byte[] |
exchangeData(byte[] data,
ICommunicator c)
Deprecated.
|
static void |
fillCheckSum(byte[] data)
Deprecated.
|
boolean |
isResolved()
Deprecated.
|
void |
resolve(ICommunicator c)
Deprecated.
|
static void |
setGUIPanel(GUIPanel gp)
Deprecated.
|
void |
setResolved(boolean isResolved)
Deprecated.
|
public Request(ICommunicator c)
c
- public Request()
public static void setGUIPanel(GUIPanel gp)
public static byte[] exchangeData(byte[] data, ICommunicator c) throws java.io.IOException
java.io.IOException
public static void fillCheckSum(byte[] data)
public boolean isResolved()
public void setResolved(boolean isResolved)
public void resolve(ICommunicator c)