com.hazelcast.ascii
Class AbstractTextCommandProcessor<T>

java.lang.Object
  extended by com.hazelcast.ascii.AbstractTextCommandProcessor<T>
All Implemented Interfaces:
TextCommandProcessor<T>
Direct Known Subclasses:
ErrorCommandProcessor, HttpCommandProcessor, MemcacheCommandProcessor, NoOpCommandProcessor

public abstract class AbstractTextCommandProcessor<T>
extends Object
implements TextCommandProcessor<T>


Field Summary
protected  TextCommandService textCommandService
           
 
Constructor Summary
protected AbstractTextCommandProcessor(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

textCommandService

protected final TextCommandService textCommandService
Constructor Detail

AbstractTextCommandProcessor

protected AbstractTextCommandProcessor(TextCommandService textCommandService)


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