public static interface ExtendedExtension.ExtensionContext
ExtendedExtension methods. Maintains per
connection state of current extension.
Context is created right before ExtendedExtension.onExtensionNegotiation(ExtendedExtension.ExtensionContext,
java.util.List) method call (server-side) or ExtendedExtension.onHandshakeResponse(ExtendedExtension.ExtensionContext,
java.util.List) method call (client-side). Last chance to access it is within ExtendedExtension.destroy(ExtendedExtension.ExtensionContext) method invocation.
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getProperties()
Mutable, not synchronised property map.
|
java.util.Map<java.lang.String,java.lang.Object> getProperties()
Synchronisation is not necessary if you are accessing this map only during ExtendedExtension methods
invocation.
Copyright © 2012–2025 Oracle Corporation. All rights reserved.