com.hazelcast.ascii.rest
Class HttpGetCommandProcessor

java.lang.Object
  extended by com.hazelcast.ascii.AbstractTextCommandProcessor<T>
      extended by com.hazelcast.ascii.rest.HttpCommandProcessor<HttpGetCommand>
          extended by com.hazelcast.ascii.rest.HttpGetCommandProcessor
All Implemented Interfaces:
TextCommandProcessor<HttpGetCommand>

public class HttpGetCommandProcessor
extends HttpCommandProcessor<HttpGetCommand>


Field Summary
static String QUEUE_SIZE_COMMAND
           
 
Fields inherited from class com.hazelcast.ascii.rest.HttpCommandProcessor
URI_CLUSTER, URI_MANCENTER_CHANGE_URL, URI_MAPS, URI_QUEUES
 
Fields inherited from class com.hazelcast.ascii.AbstractTextCommandProcessor
textCommandService
 
Constructor Summary
HttpGetCommandProcessor(TextCommandService textCommandService)
           
 
Method Summary
 void handle(HttpGetCommand command)
           
 void handleRejection(HttpGetCommand command)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

QUEUE_SIZE_COMMAND

public static final String QUEUE_SIZE_COMMAND
See Also:
Constant Field Values
Constructor Detail

HttpGetCommandProcessor

public HttpGetCommandProcessor(TextCommandService textCommandService)
Method Detail

handle

public void handle(HttpGetCommand command)

handleRejection

public void handleRejection(HttpGetCommand command)


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.