- Direct Known Subclasses:
- RfApplication, RoApplication, ShApplication
public abstract class ClientApplication
extends Application
Base class for Diameter client applications. Extends the Application base class
with support for the 'destination.host' and 'destination.realm'
initialization parameters. The 'destination.host' parameter can be used
to set the default destination host for all requests for the application,
and the 'destination.realm' parameter can be used to set the default
destination realm. If 'destination.realm' is not specified, then the
default destination realm is the domain part of the 'destination.host'
if specified, otherwise the default realm of the current Diameter node.
- Author:
- Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.