|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.netty.channel.SimpleChannelUpstreamHandler
voldemort.rest.AbstractRestRequestHandler
voldemort.rest.coordinator.RestCoordinatorRequestHandler
public class RestCoordinatorRequestHandler
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.jboss.netty.channel.ChannelHandler |
---|
org.jboss.netty.channel.ChannelHandler.Sharable |
Field Summary |
---|
Fields inherited from class voldemort.rest.AbstractRestRequestHandler |
---|
request |
Constructor Summary | |
---|---|
RestCoordinatorRequestHandler(java.util.Map<java.lang.String,DynamicTimeoutStoreClient<ByteArray,byte[]>> fatClientMap)
|
Method Summary | |
---|---|
protected void |
registerRequest(RestRequestValidator requestValidator,
org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.MessageEvent messageEvent)
Constructs a valid request and passes it on to the next handler. |
Methods inherited from class voldemort.rest.AbstractRestRequestHandler |
---|
exceptionCaught, messageReceived |
Methods inherited from class org.jboss.netty.channel.SimpleChannelUpstreamHandler |
---|
channelBound, channelClosed, channelConnected, channelDisconnected, channelInterestChanged, channelOpen, channelUnbound, childChannelClosed, childChannelOpen, handleUpstream, writeComplete |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RestCoordinatorRequestHandler(java.util.Map<java.lang.String,DynamicTimeoutStoreClient<ByteArray,byte[]>> fatClientMap)
Method Detail |
---|
protected void registerRequest(RestRequestValidator requestValidator, org.jboss.netty.channel.ChannelHandlerContext ctx, org.jboss.netty.channel.MessageEvent messageEvent)
registerRequest
in class AbstractRestRequestHandler
requestValidator
- The Validator object used to construct the
request objectctx
- Context of the Netty channelmessageEvent
- Message Event used to write the response / exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |