Stay organized with collections
Save and categorize content based on your preferences.
ConfigRequestIpv4Address
interface ConfigRequestIpv4Address : TunnelModeChildSessionParams.TunnelModeChildConfigRequest
Represents an IPv4 Internal Address request
Summary
Public methods |
abstract Inet4Address? |
Retrieves the requested internal IPv4 address
|
Public methods
getAddress
abstract fun getAddress(): Inet4Address?
Retrieves the requested internal IPv4 address
Return |
Inet4Address? |
The requested IPv4 address, or null if no specific internal address was requested |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[null,null,["Last updated 2025-02-10 UTC."],[],[],null,["# TunnelModeChildSessionParams.ConfigRequestIpv4Address\n\nAdded in [API level 31](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nConfigRequestIpv4Address\n========================\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/net/ipsec/ike/TunnelModeChildSessionParams.ConfigRequestIpv4Address \"View this page in Java\") \n\n```\ninterface ConfigRequestIpv4Address : TunnelModeChildSessionParams.TunnelModeChildConfigRequest\n```\n\n|----------------------------------------------------------------------------------|\n| [android.net.ipsec.ike.TunnelModeChildSessionParams.ConfigRequestIpv4Address](#) |\n\nRepresents an IPv4 Internal Address request\n\nSummary\n-------\n\n| Public methods ||\n|-------------------------------------------------------------------|-------------------------------------------------------------------------------|\n| abstract [Inet4Address](../../../../java/net/Inet4Address.html#)? | [getAddress](#getAddress())`()` Retrieves the requested internal IPv4 address |\n\nPublic methods\n--------------\n\n### getAddress\n\nAdded in [API level 31](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nabstract fun getAddress(): Inet4Address?\n```\n\nRetrieves the requested internal IPv4 address\n\n| Return ||\n|----------------------------------------------------------|-----------------------------------------------------------------------------------|\n| [Inet4Address](../../../../java/net/Inet4Address.html#)? | The requested IPv4 address, or null if no specific internal address was requested |"]]