net.jradius.radsec
Class RadSecRequest
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap
org.apache.commons.chain.impl.ContextBase
net.jradius.server.JRadiusEvent
net.jradius.server.JRadiusRequest
net.jradius.server.JRadiusNativeRequest
net.jradius.radsec.RadSecRequest
- All Implemented Interfaces:
- Serializable, Cloneable, Map, org.apache.commons.chain.Context
public class RadSecRequest
- extends net.jradius.server.JRadiusNativeRequest
RadSec Request
- Author:
- David Bird
- See Also:
- Serialized Form
Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
Fields inherited from class net.jradius.server.JRadiusEvent |
applicationContext |
Methods inherited from class net.jradius.server.JRadiusNativeRequest |
getType, getTypeString, setType |
Methods inherited from class net.jradius.server.JRadiusRequest |
addReplyAttribute, getReplyPacket, getRequestPacket, getSession, getSessionKey, hasReplyPacket, isAccountingRequest, printDebugInfo, setReplyPacket, setSession, toString |
Methods inherited from class net.jradius.server.JRadiusEvent |
getApplicationContext, getListener, getSender, setApplicationContext, setListener, setSender |
Methods inherited from class org.apache.commons.chain.impl.ContextBase |
clear, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, values |
nullResponse
protected net.jradius.packet.RadiusPacket nullResponse
buffer_in
protected final ByteBuffer buffer_in
buffer_out
protected final ByteBuffer buffer_out
RadSecRequest
public RadSecRequest()
recycle
public void recycle()
getConfigItems
public net.jradius.packet.attribute.AttributeList getConfigItems()
- Specified by:
getConfigItems
in class net.jradius.server.JRadiusRequest
- Returns:
- the "config_items" of the request (FreeRADIUS "control" attributes)
getPackets
public net.jradius.packet.RadiusPacket[] getPackets()
- Specified by:
getPackets
in class net.jradius.server.JRadiusRequest
- Returns:
- the request packet array
getReturnValue
public int getReturnValue()
- Specified by:
getReturnValue
in class net.jradius.server.JRadiusRequest
- Returns:
- Returns the returnValue.
setConfigItems
public void setConfigItems(net.jradius.packet.attribute.AttributeList configItems)
- Set the "config_items" of the request (FreeRADIUS "control"
attributes)
- Specified by:
setConfigItems
in class net.jradius.server.JRadiusRequest
- Parameters:
configItems
-
setPackets
public void setPackets(net.jradius.packet.RadiusPacket[] packets)
- Set the packet array of the request
- Specified by:
setPackets
in class net.jradius.server.JRadiusRequest
- Parameters:
packets
-
setReturnValue
public void setReturnValue(int returnValue)
- Specified by:
setReturnValue
in class net.jradius.server.JRadiusRequest
- Parameters:
returnValue
- The returnValue to set.
getBufferIn
public ByteBuffer getBufferIn()
getBufferOut
public ByteBuffer getBufferOut()
Copyright © 2011 Coova Technologies, LLC, All Rights Reserved.