public abstract class EmptyRequestManager extends AbstractRequestManager<Void,IBaseEntity> implements IEmptyRequestManager
| Constructor and Description |
|---|
EmptyRequestManager(javax.servlet.ServletInputStream in,
javax.servlet.ServletOutputStream out,
javax.servlet.AsyncContext async,
ExecutorService processExecutor) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
finishRequest() |
protected void |
handleRequest(String request) |
void |
start() |
getAsync, getProcessTask, getResponseTask, onAllDataRead, onDataAvailable, onError, onWritePossibleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandlepublic EmptyRequestManager(javax.servlet.ServletInputStream in,
javax.servlet.ServletOutputStream out,
javax.servlet.AsyncContext async,
ExecutorService processExecutor)
protected void handleRequest(String request) throws org.symphonyoss.s2.common.exception.InvalidValueException, CanonException
handleRequest in class AbstractRequestManager<Void,IBaseEntity>org.symphonyoss.s2.common.exception.InvalidValueExceptionCanonExceptionprotected void finishRequest()
finishRequest in class AbstractRequestManager<Void,IBaseEntity>public void start()
Copyright © 2018 Symphony Software Foundation. All rights reserved.