public class SimpleProxyHandler extends PacketHandlerBase implements org.springframework.beans.factory.InitializingBean
config| Constructor and Description |
|---|
SimpleProxyHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
boolean |
handle(JRadiusRequest request) |
void |
setAcctPort(Integer acctPort) |
void |
setAuthPort(Integer authPort) |
void |
setRadiusClient(RadiusClient radiusClient) |
void |
setRadiusServer(String radiusServer) |
void |
setSharedSecret(String sharedSecret) |
handledoesHandle, execute, getName, setConfig, setNamepublic boolean handle(JRadiusRequest request) throws Exception
handle in class PacketHandlerBaseExceptionpublic void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionpublic void setRadiusClient(RadiusClient radiusClient)
public void setRadiusServer(String radiusServer)
public void setAuthPort(Integer authPort)
public void setAcctPort(Integer acctPort)
public void setSharedSecret(String sharedSecret)
Copyright © 2017. All rights reserved.