Processorpublic class UpgradeProcessorExternal extends UpgradeProcessorBase
INFINITE_TIMEOUT| Constructor | Description |
|---|---|
UpgradeProcessorExternal(SocketWrapperBase<?> wrapper,
UpgradeToken upgradeToken) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
close() |
|
AbstractEndpoint.Handler.SocketState |
dispatch(SocketEvent status) |
Process an in-progress request that is not longer in standard HTTP mode.
|
javax.servlet.ServletInputStream |
getInputStream() |
|
protected Log |
getLog() |
|
javax.servlet.ServletOutputStream |
getOutputStream() |
|
void |
pause() |
Informs the processor that the underlying I/O layer has stopped accepting
new connections.
|
void |
setSslSupport(SSLSupport sslSupport) |
Set the SSL information for this HTTP connection.
|
addDispatch, clearDispatches, getIteratorAndClearDispatches, processclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitasyncPostProcess, checkAsyncTimeoutGeneration, getLeftoverInput, getRequest, getUpgradeToken, isAsync, isUpgrade, recycle, service, timeoutAsyncpublic UpgradeProcessorExternal(SocketWrapperBase<?> wrapper, UpgradeToken upgradeToken)
protected Log getLog()
getLog in class AbstractProcessorLightpublic void close()
throws java.lang.Exception
java.lang.Exceptionpublic javax.servlet.ServletInputStream getInputStream()
throws java.io.IOException
java.io.IOExceptionpublic javax.servlet.ServletOutputStream getOutputStream()
throws java.io.IOException
java.io.IOExceptionpublic final AbstractEndpoint.Handler.SocketState dispatch(SocketEvent status)
AbstractProcessorLightdispatch in class AbstractProcessorLightstatus - The event to processpublic final void setSslSupport(SSLSupport sslSupport)
ProcessorsslSupport - The SSL support object to use for this connectionpublic void pause()
ProcessorCopyright © 2000-2019 Apache Software Foundation. All Rights Reserved.