public class RadSecRequest extends JRadiusNativeRequest
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier and Type | Field and Description |
|---|---|
protected ByteBuffer |
buffer_in |
protected ByteBuffer |
buffer_out |
protected RadiusPacket |
nullResponse |
applicationContext| Constructor and Description |
|---|
RadSecRequest() |
| Modifier and Type | Method and Description |
|---|---|
ByteBuffer |
getBufferIn() |
ByteBuffer |
getBufferOut() |
AttributeList |
getConfigItems() |
RadiusPacket[] |
getPackets() |
int |
getReturnValue() |
void |
recycle() |
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) |
getType, getTypeString, setTypeaddReplyAttribute, 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 RadiusPacket nullResponse
protected final ByteBuffer buffer_in
protected final ByteBuffer buffer_out
public void recycle()
public AttributeList getConfigItems()
getConfigItems in class JRadiusRequestpublic RadiusPacket[] getPackets()
getPackets in class JRadiusRequestpublic 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 setReturnValue(int returnValue)
setReturnValue in class JRadiusRequestreturnValue - The returnValue to set.public ByteBuffer getBufferIn()
public ByteBuffer getBufferOut()
Copyright © 2017. All rights reserved.