public class TCaplusHttpGenericReq extends Object implements TdrCompositeType
| Modifier and Type | Field and Description |
|---|---|
static int |
BASEVERSION |
static int |
CURRVERSION |
static int |
LENGTH_Target |
static int |
LENGTH_Version |
byte[] |
Target |
byte[] |
Value |
int |
ValueLen |
byte[] |
Version |
| Constructor and Description |
|---|
TCaplusHttpGenericReq(TCaplusSharedObjects sharedObjects) |
| Modifier and Type | Method and Description |
|---|---|
void |
construct() |
long |
getMaxNetSize() |
int |
getSizeInfo(byte[] buffer,
int size) |
int |
getSizeInfo(TdrReadBuf srcBuf) |
int |
pack(byte[] buffer,
int size,
int cutVer) |
void |
pack(TdrWriteBuf destBuf,
int cutVer) |
int |
unpack(byte[] buffer,
int size,
int cutVer) |
void |
unpack(TdrReadBuf srcBuf,
int cutVer) |
String |
visualize(int indent,
char separator) |
void |
visualize(TdrVisualBuf destBuf,
int indent,
char separator) |
public byte[] Version
public byte[] Target
public int ValueLen
public byte[] Value
public static final int BASEVERSION
public static final int CURRVERSION
public static final int LENGTH_Version
public static final int LENGTH_Target
public TCaplusHttpGenericReq(TCaplusSharedObjects sharedObjects)
public void construct()
throws TdrException
construct in interface TdrCompositeTypeTdrExceptionpublic int pack(byte[] buffer,
int size,
int cutVer)
throws TdrException
pack in interface PackInterfaceTdrExceptionpublic void pack(TdrWriteBuf destBuf, int cutVer) throws TdrException
pack in interface TdrCompositeTypeTdrExceptionpublic long getMaxNetSize()
throws TdrException
getMaxNetSize in interface PackInterfaceTdrExceptionpublic int unpack(byte[] buffer,
int size,
int cutVer)
throws TdrException
unpack in interface UnpackInterfaceTdrExceptionpublic void unpack(TdrReadBuf srcBuf, int cutVer) throws TdrException
unpack in interface TdrCompositeTypeTdrExceptionpublic String visualize(int indent, char separator) throws TdrException
visualize in interface TdrCompositeTypeTdrExceptionpublic void visualize(TdrVisualBuf destBuf, int indent, char separator) throws TdrException
visualize in interface TdrCompositeTypeTdrExceptionpublic int getSizeInfo(byte[] buffer,
int size)
throws TdrException
getSizeInfo in interface TdrCompositeTypeTdrExceptionpublic int getSizeInfo(TdrReadBuf srcBuf) throws TdrException
TdrExceptionCopyright © 2026. All rights reserved.