| Package | Description | 
|---|---|
| com.hazelcast.internal.ascii | 
 This package contains Ascii functionality for Hazelcast. 
This is required for Memcached and the REST api.  | 
| com.hazelcast.nio.ascii | 
 Contains SocketTextReader and SocketTextWriter classes; 
 | 
| Modifier and Type | Method and Description | 
|---|---|
TextEncoder | 
AbstractTextCommand.getEncoder()  | 
TextEncoder | 
TextCommand.getEncoder()  | 
| Modifier and Type | Method and Description | 
|---|---|
TextEncoder | 
TextDecoder.getEncoder()  | 
| Constructor and Description | 
|---|
MemcacheTextDecoder(TcpIpConnection connection,
                   TextEncoder encoder,
                   boolean rootDecoder)  | 
RestApiTextDecoder(TcpIpConnection connection,
                  TextEncoder encoder,
                  boolean rootDecoder)  | 
TextDecoder(TcpIpConnection connection,
           TextEncoder encoder,
           com.hazelcast.nio.ascii.TextProtocolFilter textProtocolFilter,
           TextParsers textParsers,
           boolean rootDecoder)  | 
Copyright © 2021 Hazelcast, Inc.. All Rights Reserved.