Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ctran/TinyRadius
/ functions
Functions
230 in github.com/ctran/TinyRadius
⨍
Functions
230
◇
Types & classes
29
Method
getVendorId
Searches the vendor with the given name and returns its code. This method is seldomly used. @param vendorName vendor name @return vendor c
src/main/java/org/tinyradius/dictionary/MemoryDictionary.java:78
Method
handlePacket
Handles packets coming in on the proxy port. Decides whether packets coming in on Auth/Acct ports should be proxied.
src/main/java/org/tinyradius/proxy/RadiusProxy.java:137
Method
main
Radius command line client. Usage: TestClient <i>hostName sharedSecret userName password</i> @param args arguments @throws Exception
src/main/java/org/tinyradius/test/TestClient.java:26
Method
main
(String[] args)
src/main/java/org/tinyradius/test/TestDictionary.java:27
Method
main
(String[] args)
src/main/java/org/tinyradius/test/TestProxy.java:59
Method
main
@throws IOException
src/main/java/org/tinyradius/test/TestServer.java:27
Method
readAttribute
Check attribute length. @see org.tinyradius.attribute.RadiusAttribute#readAttribute(byte[], int, int)
src/main/java/org/tinyradius/attribute/IpAttribute.java:124
Method
readAttribute
Check attribute length. @see org.tinyradius.attribute.RadiusAttribute#readAttribute(byte[], int, int)
src/main/java/org/tinyradius/attribute/IntegerAttribute.java:98
Method
readAttribute
Check attribute length. @see org.tinyradius.attribute.RadiusAttribute#readAttribute(byte[], int, int)
src/main/java/org/tinyradius/attribute/Ipv6Attribute.java:80
Method
readAttribute
Reads a Vendor-Specific attribute and decodes the internal sub-attribute structure. @see org.tinyradius.attribute.RadiusAttribute#readAttribute(byte[
src/main/java/org/tinyradius/attribute/VendorSpecificAttribute.java:274
Method
readAttribute
Check attribute length. @see org.tinyradius.attribute.RadiusAttribute#readAttribute(byte[], int, int)
src/main/java/org/tinyradius/attribute/Ipv6PrefixAttribute.java:100
Method
run
()
src/main/java/org/tinyradius/proxy/RadiusProxy.java:43
Method
run
()
src/main/java/org/tinyradius/util/RadiusServer.java:138
Method
setAcctPort
Sets the Radius server accounting port. @param acctPort acct port, 1-65535
src/main/java/org/tinyradius/util/RadiusClient.java:269
Method
setAuthPort
Sets the auth port of the Radius server. @param authPort auth port, 1-65535
src/main/java/org/tinyradius/util/RadiusClient.java:170
Method
setAuthProtocol
Set the Radius authentication protocol. @see AccessRequest#AUTH_CHAP @see AccessRequest#AUTH_PAP @param protocol the protocol, PAP or CHA
src/main/java/org/tinyradius/util/RadiusClient.java:293
Method
setDictionary
Also copies the new dictionary to sub-attributes. @param dictionary dictionary to set @see org.tinyradius.attribute.RadiusAttribute#setDic
src/main/java/org/tinyradius/attribute/VendorSpecificAttribute.java:74
Method
setDuplicateInterval
Sets the duplicate interval in ms. A packet is discarded as a duplicate if in the duplicate interval there was another packet with the same identifier
src/main/java/org/tinyradius/util/RadiusServer.java:283
Method
setListenAddress
Sets the address the server listens on. Must be called before start(). Defaults to null, meaning listen on every local address (wildcard address). @p
src/main/java/org/tinyradius/util/RadiusServer.java:317
Method
setProxyPort
Sets the proxy port this server listens to. Please call before start(). @param proxyPort proxy port
src/main/java/org/tinyradius/proxy/RadiusProxy.java:99
Method
setRetryCount
Sets the retry count for failed transmissions. @param retryCount @throws IllegalArgumentException when retry count is not positive
src/main/java/org/tinyradius/util/RadiusClient.java:212
Method
setSocketTimeout
Sets the socket timeout. @param socketTimeout @throws SocketException when socket timeout, >0 ms
src/main/java/org/tinyradius/proxy/RadiusProxy.java:110
Method
setSocketTimeout
Sets the socket timeout @param socketTimeout timeout, ms, >0 @throws SocketException
src/main/java/org/tinyradius/util/RadiusClient.java:255
Method
setSocketTimeout
Sets the socket timeout. @param socketTimeout when socket timeout, >0 ms @throws SocketException when socketTime is not positive
src/main/java/org/tinyradius/util/RadiusServer.java:230
Method
stop
Stops the proxy and closes the socket.
src/main/java/org/tinyradius/proxy/RadiusProxy.java:60
Method
test
()
src/test/java/org/tinyradius/attribute/IntegerAttributeTest.java:9
Method
toString
String representation of AttributeType object for debugging purposes. @return string @see java.lang.Object#toString()
src/main/java/org/tinyradius/dictionary/AttributeType.java:197
Method
toString
Returns a string representation for debugging. @see org.tinyradius.attribute.RadiusAttribute#toString()
src/main/java/org/tinyradius/attribute/VendorSpecificAttribute.java:329
Method
updateRequestAuthenticator
@see AccountingRequest#updateRequestAuthenticator(String, int, byte[])
src/main/java/org/tinyradius/packet/CoaRequest.java:23
Method
writeAttribute
Renders this attribute as a byte array. @see org.tinyradius.attribute.RadiusAttribute#writeAttribute()
src/main/java/org/tinyradius/attribute/VendorSpecificAttribute.java:234
← previous
201–230 of 230, ranked by callers