Skip navigation links
A C D G H I O S 

A

AsyncWrapperServlet - Class in com.signicat.hystrix.servlet
Wrapper class for executing any HttpServlet within a Hystrix thread pool.
AsyncWrapperServlet(HttpServlet) - Constructor for class com.signicat.hystrix.servlet.AsyncWrapperServlet
 
AsyncWrapperServlet(HttpServlet, long, int) - Constructor for class com.signicat.hystrix.servlet.AsyncWrapperServlet
 

C

com.signicat.hystrix.servlet - package com.signicat.hystrix.servlet
 
ConcurrencyStrategyWithExplicitCoreSize - Class in com.signicat.hystrix.servlet
Concurrency strategy which specifies an explicit core pool size.

D

DEFAULT_COMMAND_GROUP_KEY - Static variable in class com.signicat.hystrix.servlet.AsyncWrapperServlet
 
DEFAULT_CORE_POOL_SIZE - Static variable in class com.signicat.hystrix.servlet.AsyncWrapperServlet
 
DEFAULT_TIMEOUT - Static variable in class com.signicat.hystrix.servlet.AsyncWrapperServlet
 
destroy() - Method in class com.signicat.hystrix.servlet.AsyncWrapperServlet
 

G

getCommandGroupKey(HttpServlet, HttpServletRequest) - Method in class com.signicat.hystrix.servlet.AsyncWrapperServlet
 
getCommandGroupKey(HttpServletRequest) - Method in interface com.signicat.hystrix.servlet.HystrixAwareServlet
 
getInstance() - Static method in class com.signicat.hystrix.servlet.ConcurrencyStrategyWithExplicitCoreSize
 
getThreadPool(HystrixThreadPoolKey, HystrixProperty<Integer>, HystrixProperty<Integer>, HystrixProperty<Integer>, TimeUnit, BlockingQueue<Runnable>) - Method in class com.signicat.hystrix.servlet.ConcurrencyStrategyWithExplicitCoreSize
 

H

HystrixAwareServlet - Interface in com.signicat.hystrix.servlet
Implement this interface if you want to decide which thread pool your servlet runs in if it is executed inside AsyncWrapperServlet.

I

init() - Method in class com.signicat.hystrix.servlet.AsyncWrapperServlet
 
init(ServletConfig) - Method in class com.signicat.hystrix.servlet.AsyncWrapperServlet
 

O

onAfterCommandExecute() - Method in class com.signicat.hystrix.servlet.AsyncWrapperServlet
onAfterCommandSubmit() - Method in class com.signicat.hystrix.servlet.AsyncWrapperServlet
Useful? for subclasses, but really mostly for testing.
onBeforeCommandSubmit() - Method in class com.signicat.hystrix.servlet.AsyncWrapperServlet
onHystrixCompleted(AsyncContext) - Method in class com.signicat.hystrix.servlet.AsyncWrapperServlet
Override this method if you want to do some extra work when Hystrix is notified that the processing of the request/response is done.
onHystrixError(AsyncContext, Throwable) - Method in class com.signicat.hystrix.servlet.AsyncWrapperServlet
Override this method if you want to do some extra work when Hystrix has caught an exception from HystrixCommand.run(), or if the operation has timed out.
onHystrixNext(AsyncContext, Object) - Method in class com.signicat.hystrix.servlet.AsyncWrapperServlet
Override this method if you want to do some extra work when Hystrix is notified that the processing of the request/response is done.
onServletCompleted(AsyncEvent) - Method in class com.signicat.hystrix.servlet.AsyncWrapperServlet
Override this method if you want to do some extra work when AsyncContext.complete() has been called.
onServletError(AsyncEvent) - Method in class com.signicat.hystrix.servlet.AsyncWrapperServlet
Override this method if you want to do some extra work when the servlet container has caught an exception from service(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse).
onServletTimeout(AsyncEvent) - Method in class com.signicat.hystrix.servlet.AsyncWrapperServlet
Override this method if you want to do some extra work when the servlet container has timed out the request.

S

service(HttpServletRequest, HttpServletResponse) - Method in class com.signicat.hystrix.servlet.AsyncWrapperServlet
 
A C D G H I O S 
Skip navigation links

Copyright © 2015. All rights reserved.