com.hazelcast.ascii.rest
Class HttpCommandProcessor<T>

java.lang.Object
  extended by com.hazelcast.ascii.AbstractTextCommandProcessor<T>
      extended by com.hazelcast.ascii.rest.HttpCommandProcessor<T>
All Implemented Interfaces:
TextCommandProcessor<T>
Direct Known Subclasses:
HttpDeleteCommandProcessor, HttpGetCommandProcessor, HttpPostCommandProcessor

public abstract class HttpCommandProcessor<T>
extends AbstractTextCommandProcessor<T>


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

Field Detail

URI_MAPS

public static final String URI_MAPS
See Also:
Constant Field Values

URI_QUEUES

public static final String URI_QUEUES
See Also:
Constant Field Values

URI_CLUSTER

public static final String URI_CLUSTER
See Also:
Constant Field Values

URI_MANCENTER_CHANGE_URL

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

HttpCommandProcessor

protected HttpCommandProcessor(TextCommandService textCommandService)


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