public class SimpleProxyHandler extends PacketHandlerBase implements org.springframework.beans.factory.InitializingBean
config| 构造器和说明 |
|---|
SimpleProxyHandler() |
| 限定符和类型 | 方法和说明 |
|---|---|
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 在类中 PacketHandlerBaseExceptionpublic void afterPropertiesSet()
throws Exception
afterPropertiesSet 在接口中 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 © 2016. All rights reserved.