public class InetSocketAddressDecoder extends Object implements MultiDecoder<InetSocketAddress>
| Constructor and Description |
|---|
InetSocketAddressDecoder() |
| Modifier and Type | Method and Description |
|---|---|
InetSocketAddress |
decode(List<Object> parts,
State state) |
Decoder<Object> |
getDecoder(Codec codec,
int paramNum,
State state) |
public Decoder<Object> getDecoder(Codec codec, int paramNum, State state)
getDecoder in interface MultiDecoder<InetSocketAddress>public InetSocketAddress decode(List<Object> parts, State state)
decode in interface MultiDecoder<InetSocketAddress>Copyright © 2014–2021 Redisson. All rights reserved.