public class RADIUSServer extends Object
Constructor and Description |
---|
RADIUSServer(String host,
int port)
Constructs an instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Answers true if the passed in object has the same class and identical values for host and port.
|
String |
getHost()
Returns the host.
|
int |
getPort()
Returns the port.
|
int |
hashCode()
The hashcode of this instance.
|
String |
toString()
Generated a string representation of this instance.
|
public RADIUSServer(String host, int port)
host
- the remote host.port
- the remote port.public String getHost()
public int getPort()
public boolean equals(Object obj)
public int hashCode()
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.