net.jradius.dictionary
Class Attr_ResponsePacketType

java.lang.Object
  extended by net.jradius.packet.attribute.RadiusAttribute
      extended by net.jradius.dictionary.Attr_ResponsePacketType
All Implemented Interfaces:
Serializable

public final class Attr_ResponsePacketType
extends net.jradius.packet.attribute.RadiusAttribute

Attribute Name: Response-Packet-Type
Attribute Type: 1080 (FreeRADIUS Internal Attribute)

Value Type: NamedValue
Possible Values:

Author:
class net.jradius.freeradius.RadiusDictionary
See Also:
Serialized Form

Nested Class Summary
protected  class Attr_ResponsePacketType.NamedValueMap
           
 
Nested classes/interfaces inherited from class net.jradius.packet.attribute.RadiusAttribute
net.jradius.packet.attribute.RadiusAttribute.Operator
 
Field Summary
static Long AccessAccept
           
static Long AccessChallenge
           
static Long AccessReject
           
static Long AccessRequest
           
static Long AccountingMessage
           
static Long AccountingRequest
           
static Long AccountingResponse
           
static Long AccountingStatus
           
static Long CoAACK
           
static Long CoANAK
           
static Long CoARequest
           
static Long DisconnectACK
           
static Long DisconnectNAK
           
static Long DisconnectRequest
           
static Long DoNotRespond
           
static Attr_ResponsePacketType.NamedValueMap map
           
static String NAME
           
static Long PasswordAccept
           
static Long PasswordReject
           
static Long PasswordRequest
           
static long serialVersionUID
           
static Long StatusClient
           
static Long StatusServer
           
static long TYPE
           
 
Fields inherited from class net.jradius.packet.attribute.RadiusAttribute
attributeName, attributeOp, attributeType, attributeValue, overflow, recyclable, recycled
 
Constructor Summary
Attr_ResponsePacketType()
           
Attr_ResponsePacketType(Serializable o)
           
 
Method Summary
 void setup()
           
 
Methods inherited from class net.jradius.packet.attribute.RadiusAttribute
getAttributeName, getAttributeOp, getFormattedType, getType, getValue, isOverflow, setAttributeOp, setAttributeOp, setOverflow, setup, setup, setValue, setValue, setValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NAME

public static final String NAME
See Also:
Constant Field Values

TYPE

public static final long TYPE
See Also:
Constant Field Values

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values

AccessRequest

public static final Long AccessRequest

AccessAccept

public static final Long AccessAccept

AccessReject

public static final Long AccessReject

AccountingRequest

public static final Long AccountingRequest

AccountingResponse

public static final Long AccountingResponse

AccountingStatus

public static final Long AccountingStatus

PasswordRequest

public static final Long PasswordRequest

PasswordAccept

public static final Long PasswordAccept

PasswordReject

public static final Long PasswordReject

AccountingMessage

public static final Long AccountingMessage

AccessChallenge

public static final Long AccessChallenge

StatusServer

public static final Long StatusServer

StatusClient

public static final Long StatusClient

DisconnectRequest

public static final Long DisconnectRequest

DisconnectACK

public static final Long DisconnectACK

DisconnectNAK

public static final Long DisconnectNAK

CoARequest

public static final Long CoARequest

CoAACK

public static final Long CoAACK

CoANAK

public static final Long CoANAK

DoNotRespond

public static final Long DoNotRespond

map

public static Attr_ResponsePacketType.NamedValueMap map
Constructor Detail

Attr_ResponsePacketType

public Attr_ResponsePacketType()

Attr_ResponsePacketType

public Attr_ResponsePacketType(Serializable o)
Method Detail

setup

public void setup()
Specified by:
setup in class net.jradius.packet.attribute.RadiusAttribute


Copyright © 2011 Coova Technologies, LLC, All Rights Reserved.