Package org.symphonyoss.s2.canon.runtime
Class AsyncPathHandler<T>
- java.lang.Object
-
- org.symphonyoss.s2.canon.runtime.PathHandler<T>
-
- org.symphonyoss.s2.canon.runtime.AsyncPathHandler<T>
-
- All Implemented Interfaces:
IEntityHandler
public abstract class AsyncPathHandler<T> extends PathHandler<T>
-
-
Constructor Summary
Constructors Constructor Description AsyncPathHandler(ExecutorService processExecutor, ExecutorService responseExecutor, IRequestAuthenticator<T> authenticator, int variableCnt, String[] parts)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExecutorServicegetProcessExecutor()ExecutorServicegetResponseExecutor()-
Methods inherited from class org.symphonyoss.s2.canon.runtime.PathHandler
getPartsLength, handle, handle, unsupportedMethod
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.symphonyoss.s2.canon.runtime.IEntityHandler
getPath
-
-
-
-
Constructor Detail
-
AsyncPathHandler
public AsyncPathHandler(ExecutorService processExecutor, ExecutorService responseExecutor, @Nullable IRequestAuthenticator<T> authenticator, int variableCnt, String[] parts)
-
-
Method Detail
-
getProcessExecutor
public ExecutorService getProcessExecutor()
-
getResponseExecutor
public ExecutorService getResponseExecutor()
-
-