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 |
---|---|
Map<String,Object> |
getProperties()
Mutable, not synchronised property map.
|
Map<String,Object> getProperties()
Synchronisation is not necessary if you are accessing this map only during ExtendedExtension
methods
invocation.
Copyright © 2012–2019 Oracle Corporation. All rights reserved.