com.hazelcast.ascii
Interface TextCommandProcessor<T>

All Known Implementing Classes:
AbstractTextCommandProcessor, DeleteCommandProcessor, ErrorCommandProcessor, GetCommandProcessor, HttpCommandProcessor, HttpDeleteCommandProcessor, HttpGetCommandProcessor, HttpPostCommandProcessor, IncrementCommandProcessor, MemcacheCommandProcessor, NoOpCommandProcessor, SetCommandProcessor, SimpleCommandProcessor, StatsCommandProcessor, TouchCommandProcessor, VersionCommandProcessor

public interface TextCommandProcessor<T>


Method Summary
 void handle(T request)
           
 void handleRejection(T request)
           
 

Method Detail

handle

void handle(T request)

handleRejection

void handleRejection(T request)


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