jcifs.dcerpc

Class DcerpcMessage

public abstract class DcerpcMessage extends NdrObject implements DcerpcConstants

Field Summary
protected intalloc_hint
protected intcall_id
protected intflags
protected intlength
protected intptype
protected intresult
Method Summary
voiddecode(NdrBuffer buf)
abstract voiddecode_out(NdrBuffer buf)
voidencode(NdrBuffer buf)
abstract voidencode_in(NdrBuffer buf)
abstract intgetOpnum()
DcerpcExceptiongetResult()
booleanisFlagSet(int flag)
voidsetFlag(int flag)
voidunsetFlag(int flag)

Field Detail

alloc_hint

protected int alloc_hint

call_id

protected int call_id

flags

protected int flags

length

protected int length

ptype

protected int ptype

result

protected int result

Method Detail

decode

public void decode(NdrBuffer buf)

decode_out

public abstract void decode_out(NdrBuffer buf)

encode

public void encode(NdrBuffer buf)

encode_in

public abstract void encode_in(NdrBuffer buf)

getOpnum

public abstract int getOpnum()

getResult

public DcerpcException getResult()

isFlagSet

public boolean isFlagSet(int flag)

setFlag

public void setFlag(int flag)

unsetFlag

public void unsetFlag(int flag)