public class DCECommand
extends java.lang.Object
Contains the DCE/RPC packet type constants, and a static method to convert a packet type to a string.
Modifier and Type | Field and Description |
---|---|
static byte |
ALTCONT |
static byte |
AUTH3 |
static byte |
BIND |
static byte |
BINDACK |
static byte |
BINDCONT |
static byte |
FAULT |
static byte |
REQUEST |
static byte |
RESPONSE |
Constructor and Description |
---|
DCECommand() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getCommandString(int cmd)
Convert the command type to a string
|
public static final byte REQUEST
public static final byte RESPONSE
public static final byte FAULT
public static final byte BIND
public static final byte BINDACK
public static final byte ALTCONT
public static final byte AUTH3
public static final byte BINDCONT
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.