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()
ExtendedExtension
methods
invocation.Copyright © 2012-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.