public interface Address
| Modifier and Type | Method and Description |
|---|---|
String |
firstCalledName()
Guess called name to try for session establishment.
|
String |
getHostAddress()
Return the IP address as text such as "192.168.1.15".
|
String |
getHostName() |
String |
nextCalledName(CIFSContext tc)
Guess next called name to try for session establishment.
|
InetAddress |
toInetAddress() |
<T extends Address> |
unwrap(Class<T> type) |
<T extends Address> T unwrap(Class<T> type)
type - String getHostName()
String getHostAddress()
InetAddress toInetAddress() throws UnknownHostException
UnknownHostExceptionString firstCalledName()
tc - String nextCalledName(CIFSContext tc)
tc - Copyright © 2023. All rights reserved.