com.hazelcast.ascii.rest
Class HttpPostCommandProcessor

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

public class HttpPostCommandProcessor
extends HttpCommandProcessor<HttpPostCommand>


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

Constructor Detail

HttpPostCommandProcessor

public HttpPostCommandProcessor(TextCommandService textCommandService)
Method Detail

handle

public void handle(HttpPostCommand command)

handleRejection

public void handleRejection(HttpPostCommand command)


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