net.jradius.freeradius
Class FreeRadiusProcessor
java.lang.Object
java.lang.Thread
net.jradius.server.JRadiusThread
net.jradius.server.Processor
net.jradius.server.RadiusProcessor
net.jradius.freeradius.FreeRadiusProcessor
- All Implemented Interfaces:
- Runnable, org.springframework.context.ApplicationContextAware
public class FreeRadiusProcessor
- extends RadiusProcessor
FreeRADIUS Request Processor
- Author:
- Gert Jan Verhoog, David Bird
Fields inherited from class net.jradius.server.Processor |
log |
Methods inherited from class net.jradius.server.Processor |
getActive, getApplicationContext, getEventDispatcher, getRequestHandlers, getRequestQueue, process, run, setActive, setApplicationContext, setEventDispatcher, setRequestHandlers, setRequestQueue |
Methods inherited from class java.lang.Thread |
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield |
FreeRadiusProcessor
public FreeRadiusProcessor()
processRequest
protected void processRequest(ListenerRequest listenerRequest)
throws Exception
- Specified by:
processRequest
in class Processor
- Throws:
Exception
writeResponse
public void writeResponse(FreeRadiusRequest request,
OutputStream out)
throws IOException,
RadiusException
- Throws:
IOException
RadiusException
logReturnCode
protected void logReturnCode(int result,
JRCommand handler)
- Specified by:
logReturnCode
in class RadiusProcessor
Copyright © 2011 Coova Technologies, LLC, All Rights Reserved.