public class RadiusRequestHandler extends Object implements Runnable
Constructor and Description |
---|
RadiusRequestHandler(AccessRequestHandlerFactory accessRequestHandlerFactory,
RadiusRequestContext reqCtx,
ByteBuffer buffer,
com.google.common.eventbus.EventBus eventBus)
Constructs a request handler.
|
Modifier and Type | Method and Description |
---|---|
String |
getClientName()
Returns the name of the client from which the packet was received.
|
void |
run() |
public RadiusRequestHandler(AccessRequestHandlerFactory accessRequestHandlerFactory, RadiusRequestContext reqCtx, ByteBuffer buffer, com.google.common.eventbus.EventBus eventBus)
accessRequestHandlerFactory
- - a factory object that will construct access request handlers used to handle
the radius requests.reqCtx
- a RadiusRequestContext
object. Must be non-null.buffer
- an ByteBuffer
containing the bytes received by a radius handler.eventBus
- used to notify interested parties of events occurring during the processing of radius requests.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.