com.hazelcast.ascii.rest
Class HttpDeleteCommandProcessor

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

public class HttpDeleteCommandProcessor
extends HttpCommandProcessor<HttpDeleteCommand>


Field Summary
 
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
HttpDeleteCommandProcessor(TextCommandService textCommandService)
           
 
Method Summary
 void handle(HttpDeleteCommand command)
           
 void handleRejection(HttpDeleteCommand command)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpDeleteCommandProcessor

public HttpDeleteCommandProcessor(TextCommandService textCommandService)
Method Detail

handle

public void handle(HttpDeleteCommand command)

handleRejection

public void handleRejection(HttpDeleteCommand command)


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