nugu-android
nugu-client-transport-http2
/
com.skt.nugu.sdk.client.port.transport.http2.utils
/
Address
Address
data
class
Address
(
val
host
:
String
,
val
port
:
Int
)
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Address
Link copied to clipboard
fun
Address
(
host
:
String
,
port
:
Int
)
Content copied to clipboard
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
Content copied to clipboard
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
Content copied to clipboard
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Content copied to clipboard
Properties
host
Link copied to clipboard
val
host
:
String
Content copied to clipboard
port
Link copied to clipboard
val
port
:
Int
Content copied to clipboard