Modifier and Type | Class and Description |
---|---|
static interface |
Type.Codec.Decoder
Decodes the given data into a Java language object
|
static interface |
Type.Codec.Encoder
Encodes the given Java language as data the server expects.
|
Constructor and Description |
---|
Type.Codec() |
Modifier and Type | Method and Description |
---|---|
Type.Codec.Decoder |
getDecoder()
Get the decoder
|
Type.Codec.Encoder |
getEncoder()
Get the encoder
|
void |
setDecoder(Type.Codec.Decoder v)
Set the decoder
|
void |
setEncoder(Type.Codec.Encoder v)
Set the encoder
|
public void setEncoder(Type.Codec.Encoder v)
v
- The valuepublic Type.Codec.Encoder getEncoder()
public void setDecoder(Type.Codec.Decoder v)
v
- The valuepublic Type.Codec.Decoder getDecoder()
Copyright © 2013–2017 impossibl.com. All rights reserved.