public interface AttachmentPoint
Detachable| Modifier and Type | Field and Description |
|---|---|
static AttachmentPoint |
NONE |
| Modifier and Type | Method and Description |
|---|---|
CodecRegistry |
getCodecRegistry()
Note that the default registry implementation returned by the driver also implements
MutableCodecRegistry, which allows you to register new codecs at runtime. |
ProtocolVersion |
getProtocolVersion() |
static final AttachmentPoint NONE
@NonNull ProtocolVersion getProtocolVersion()
@NonNull CodecRegistry getCodecRegistry()
MutableCodecRegistry, which allows you to register new codecs at runtime. You can safely cast
the result of this method (as long as you didn't extend the driver context to plug a custom
registry implementation).Copyright © 2017–2020. All rights reserved.