public class FreeRadiusRequest extends JRadiusRequest
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.pool.ObjectPool |
borrowedFromPool |
protected ByteBuffer |
buffer_in |
protected ByteBuffer |
buffer_out |
protected AttributeList |
configItems |
protected RadiusPacket[] |
packets |
protected int |
returnValue |
protected int |
type |
applicationContext| Constructor and Description |
|---|
FreeRadiusRequest() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.pool.ObjectPool |
getBorrowedFromPool() |
AttributeList |
getConfigItems() |
RadiusPacket[] |
getPackets() |
int |
getReturnValue() |
int |
getType() |
String |
getTypeString() |
void |
setBorrowedFromPool(org.apache.commons.pool.ObjectPool borrowedFromPool) |
void |
setConfigItems(AttributeList configItems)
Set the "config_items" of the request (FreeRADIUS "control"
attributes)
|
void |
setPackets(RadiusPacket[] packets)
Set the packet array of the request
|
void |
setReturnValue(int returnValue) |
void |
setType(int type)
Set the type of the request
|
addReplyAttribute, getReplyPacket, getRequestPacket, getSession, getSessionKey, hasReplyPacket, isAccountingRequest, printDebugInfo, setReplyPacket, setSession, toStringgetApplicationContext, getListener, getSender, setApplicationContext, setListener, setSenderclear, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, valuesclone, compute, computeIfAbsent, computeIfPresent, containsKey, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll, sizeequals, hashCodefinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, containsKey, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll, sizeprotected int type
protected RadiusPacket[] packets
protected AttributeList configItems
protected int returnValue
protected org.apache.commons.pool.ObjectPool borrowedFromPool
protected final ByteBuffer buffer_in
protected final ByteBuffer buffer_out
public AttributeList getConfigItems()
getConfigItems in class JRadiusRequestpublic RadiusPacket[] getPackets()
getPackets in class JRadiusRequestpublic int getType()
getType in class JRadiusEventpublic int getReturnValue()
getReturnValue in class JRadiusRequestpublic void setConfigItems(AttributeList configItems)
setConfigItems in class JRadiusRequestconfigItems - public void setPackets(RadiusPacket[] packets)
setPackets in class JRadiusRequestpackets - public void setType(int type)
type - public void setReturnValue(int returnValue)
setReturnValue in class JRadiusRequestreturnValue - The returnValue to set.public String getTypeString()
getTypeString in class JRadiusEventpublic org.apache.commons.pool.ObjectPool getBorrowedFromPool()
public void setBorrowedFromPool(org.apache.commons.pool.ObjectPool borrowedFromPool)
Copyright © 2017. All rights reserved.