| Package | Description | 
|---|---|
| com.hazelcast.internal.ascii | This package contains Ascii functionality for Hazelcast. This is required for Memcached and the REST api. | 
| com.hazelcast.internal.ascii.memcache | This package contains MemoryCache functionality for Hazelcast. | 
| com.hazelcast.internal.ascii.rest | This package contains Reset functionality for Hazelcast. | 
| Modifier and Type | Method and Description | 
|---|---|
| SocketTextReader | AbstractTextCommand. getSocketTextReader() | 
| SocketTextReader | TextCommand. getSocketTextReader() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AbstractTextCommand. init(SocketTextReader socketTextReader,
    long requestId) | 
| void | TextCommand. init(SocketTextReader socketTextReader,
    long requestId) | 
| TextCommand | CommandParser. parser(SocketTextReader socketTextReader,
      String cmd,
      int space) | 
| Modifier and Type | Method and Description | 
|---|---|
| TextCommand | SetCommandParser. parser(SocketTextReader socketTextReader,
      String cmd,
      int space) | 
| TextCommand | TouchCommandParser. parser(SocketTextReader socketTextReader,
      String cmd,
      int space) | 
| TextCommand | GetCommandParser. parser(SocketTextReader socketTextReader,
      String cmd,
      int space) | 
| TextCommand | DeleteCommandParser. parser(SocketTextReader socketTextReader,
      String cmd,
      int space) | 
| TextCommand | SimpleCommandParser. parser(SocketTextReader socketTextReader,
      String cmd,
      int space) | 
| TextCommand | IncrementCommandParser. parser(SocketTextReader socketTextReader,
      String cmd,
      int space) | 
| Modifier and Type | Method and Description | 
|---|---|
| TextCommand | HttpPostCommandParser. parser(SocketTextReader socketTextReader,
      String cmd,
      int space) | 
| TextCommand | HttpGetCommandParser. parser(SocketTextReader socketTextReader,
      String cmd,
      int space) | 
| TextCommand | HttpDeleteCommandParser. parser(SocketTextReader socketTextReader,
      String cmd,
      int space) | 
| Constructor and Description | 
|---|
| HttpPostCommand(SocketTextReader socketTextRequestReader,
               String uri) | 
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.