-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating the Service Access Information - Support for the expires hea…
…der #51 (#55) * Fix bug(The event for UNREGISTER_CLIENT message is not correct#48) * Add support for the expires header * Remove print. Support for the expires header #51 * Support for the expires header #51 1. In case both max-age and expires are present the values shall be translated to absolute times, compared and the earlier value shall be used. 2. In case none of the headers are defined, we use a static configurable refresh value like 10 minutes. * * Support for the expires header #51 1. support Age 2. remove log 3. add comment * Support for the expires header #51 1. Only import the classes that need instead of the whole package 2. Refine and remove warnings 3. Reformat the code: The { in the same line 4. Rename variants * * Support for the expires header #51 Refactor code: extract functions * Support for the expires header #51: support default timer period value be configured in configuration file * Support for the expires header #51: move default timer configuration file to Media Session Handler
- Loading branch information
1 parent
8105c02
commit 2b4a6fd
Showing
2 changed files
with
129 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd"> | ||
<properties> | ||
<entry key="defaultServiceAccessInformationTimerVal">9</entry> | ||
</properties> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters