public abstract class AsyncPathHandler<T> extends PathHandler<T>
| Constructor and Description |
|---|
AsyncPathHandler(ExecutorService processExecutor,
ExecutorService responseExecutor,
IRequestAuthenticator<T> authenticator,
int variableCnt,
String[] parts) |
| Modifier and Type | Method and Description |
|---|---|
ExecutorService |
getProcessExecutor() |
ExecutorService |
getResponseExecutor() |
getPartsLength, handle, handle, unsupportedMethodclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPathpublic AsyncPathHandler(ExecutorService processExecutor, ExecutorService responseExecutor, @Nullable IRequestAuthenticator<T> authenticator, int variableCnt, String[] parts)
public ExecutorService getProcessExecutor()
public ExecutorService getResponseExecutor()
Copyright © 2018 Symphony Software Foundation. All rights reserved.