| 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. | 
| com.hazelcast.nio.ascii | Contains SocketTextReader and SocketTextWriter classes; | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractTextCommand | 
| class  | NoOpCommand | 
| Modifier and Type | Method and Description | 
|---|---|
| TextCommand | CommandParser. parser(TextChannelInboundHandler readHandler,
      String cmd,
      int space) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | TextCommandServiceImpl. processRequest(TextCommand command) | 
| void | TextCommandService. processRequest(TextCommand command) | 
| void | TextCommandServiceImpl. sendResponse(TextCommand textCommand) | 
| void | TextCommandService. sendResponse(TextCommand textCommand) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BulkGetCommand | 
| class  | DeleteCommand | 
| class  | ErrorCommand | 
| class  | GetCommand | 
| class  | IncrementCommand | 
| class  | SetCommand | 
| class  | SimpleCommand | 
| class  | StatsCommand | 
| class  | TouchCommand | 
| class  | VersionCommand | 
| Modifier and Type | Method and Description | 
|---|---|
| TextCommand | SetCommandParser. parser(TextChannelInboundHandler readHandler,
      String cmd,
      int space) | 
| TextCommand | TouchCommandParser. parser(TextChannelInboundHandler readHandler,
      String cmd,
      int space) | 
| TextCommand | GetCommandParser. parser(TextChannelInboundHandler readHandler,
      String cmd,
      int space) | 
| TextCommand | DeleteCommandParser. parser(TextChannelInboundHandler readHandler,
      String cmd,
      int space) | 
| TextCommand | SimpleCommandParser. parser(TextChannelInboundHandler readHandler,
      String cmd,
      int space) | 
| TextCommand | IncrementCommandParser. parser(TextChannelInboundHandler readHandler,
      String cmd,
      int space) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | HttpCommand | 
| class  | HttpDeleteCommand | 
| class  | HttpGetCommand | 
| class  | HttpHeadCommand | 
| class  | HttpPostCommand | 
| Modifier and Type | Method and Description | 
|---|---|
| TextCommand | HttpPostCommandParser. parser(TextChannelInboundHandler readHandler,
      String cmd,
      int space) | 
| TextCommand | HttpGetCommandParser. parser(TextChannelInboundHandler readHandler,
      String cmd,
      int space) | 
| TextCommand | HttpDeleteCommandParser. parser(TextChannelInboundHandler readHandler,
      String cmd,
      int space) | 
| TextCommand | HttpHeadCommandParser. parser(TextChannelInboundHandler readHandler,
      String cmd,
      int space) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | TextChannelOutboundHandler. enqueue(TextCommand response) | 
| boolean | TextChannelOutboundHandler. onWrite(TextCommand textCommand,
       ByteBuffer dst) | 
| void | TextChannelInboundHandler. publishRequest(TextCommand command) | 
| void | TextChannelInboundHandler. sendResponse(TextCommand command) | 
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.