equip.net
Class SapProtocol

java.lang.Object
  extended byequip.net.SapProtocol

public class SapProtocol
extends java.lang.Object

Enumeration of possible protocol types


Field Summary
static int SAP_PR_MULTICAST
           
static int SAP_PR_NONE
           
static int SAP_PR_TCP
           
static int SAP_PR_UDP
           
 
Constructor Summary
SapProtocol()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SAP_PR_NONE

public static final int SAP_PR_NONE
See Also:
Constant Field Values

SAP_PR_TCP

public static final int SAP_PR_TCP
See Also:
Constant Field Values

SAP_PR_UDP

public static final int SAP_PR_UDP
See Also:
Constant Field Values

SAP_PR_MULTICAST

public static final int SAP_PR_MULTICAST
See Also:
Constant Field Values
Constructor Detail

SapProtocol

public SapProtocol()