com.netscape.cmsutil.radius
Class FramedRoutingAttribute

java.lang.Object
  extended by com.netscape.cmsutil.radius.Attribute
      extended by com.netscape.cmsutil.radius.FramedRoutingAttribute

public class FramedRoutingAttribute
extends Attribute


Field Summary
static int LISTEN_FOR_ROUTING_PACKETS
           
static int NONE
           
static int SEND_AND_LISTEN
           
static int SEND_ROUTING_PACKETS
           
 
Fields inherited from class com.netscape.cmsutil.radius.Attribute
_t, CALLBACK_ID, CALLBACK_NUMBER, CALLER_STATION_ID, CALLING_STATION_ID, CHAP_CHALLENGE, CHAP_PASSWORD, FILTER_ID, FRAMED_APPLETALK_LINK, FRAMED_APPLETALK_NETWORK, FRAMED_APPLETALK_ZONE, FRAMED_COMPRESSION, FRAMED_IP_ADDRESS, FRAMED_IP_NETMASK, FRAMED_IPX_NETWORK, FRAMED_MTU, FRAMED_PROTOCOL, FRAMED_ROUTE, FRAMED_ROUTING, IDLE_TIMEOUT, LOGIN_IP_HOST, LOGIN_LAT_GROUP, LOGIN_LAT_NODE, LOGIN_LAT_PORT, LOGIN_LAT_SERVICE, LOGIN_SERVICE, LOGIN_TCP_PORT, NAS_CLASS, NAS_IDENTIFIER, NAS_IP_ADDRESS, NAS_PORT, NAS_PORT_TYPE, PORT_LIMIT, PROXY_STATE, REPLY_MESSAGE, SERVICE_TYPE, SESSION_TIMEOUT, STATE, TERMINATION_ACTION, USER_NAME, USER_PASSWORD, VENDOR_SPECIFIC
 
Constructor Summary
FramedRoutingAttribute(byte[] value)
           
 
Method Summary
 int getType()
           
 byte[] getValue()
           
 
Methods inherited from class com.netscape.cmsutil.radius.Attribute
getData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NONE

public static final int NONE
See Also:
Constant Field Values

SEND_ROUTING_PACKETS

public static final int SEND_ROUTING_PACKETS
See Also:
Constant Field Values

LISTEN_FOR_ROUTING_PACKETS

public static final int LISTEN_FOR_ROUTING_PACKETS
See Also:
Constant Field Values

SEND_AND_LISTEN

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

FramedRoutingAttribute

public FramedRoutingAttribute(byte[] value)
Method Detail

getType

public int getType()
Overrides:
getType in class Attribute

getValue

public byte[] getValue()
                throws java.io.IOException
Specified by:
getValue in class Attribute
Throws:
java.io.IOException