jcifs.dcerpc
public abstract class DcerpcMessage extends NdrObject implements DcerpcConstants
| Field Summary | |
|---|---|
| protected int | alloc_hint |
| protected int | call_id |
| protected int | flags |
| protected int | length |
| protected int | ptype |
| protected int | result |
| Method Summary | |
|---|---|
| void | decode(NdrBuffer buf) |
| abstract void | decode_out(NdrBuffer buf) |
| void | encode(NdrBuffer buf) |
| abstract void | encode_in(NdrBuffer buf) |
| abstract int | getOpnum() |
| DcerpcException | getResult() |
| boolean | isFlagSet(int flag) |
| void | setFlag(int flag) |
| void | unsetFlag(int flag) |