public abstract class BlockingServletUpnpStream extends ServletUpnpStream
Concrete implementations must provide a connection wrapper, as this wrapper most likely has to access proprietary APIs to implement connection checking.
| Modifier and Type | Field and Description |
|---|---|
protected FauxAsyncContext |
asyncContext |
protected StreamResponseMessage |
responseMessage |
logprotocolFactory, syncProtocol| Constructor and Description |
|---|
BlockingServletUpnpStream(ProtocolFactory protocolFactory,
FauxAsyncContext asyncContext) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
complete() |
protected javax.servlet.http.HttpServletRequest |
getRequest() |
protected javax.servlet.http.HttpServletResponse |
getResponse() |
createConnection, readRequestMessage, run, writeResponseMessagegetProtocolFactory, process, responseException, responseSent, toStringprotected final FauxAsyncContext asyncContext
protected StreamResponseMessage responseMessage
public BlockingServletUpnpStream(ProtocolFactory protocolFactory, FauxAsyncContext asyncContext)
protected javax.servlet.http.HttpServletRequest getRequest()
getRequest in class ServletUpnpStreamprotected javax.servlet.http.HttpServletResponse getResponse()
getResponse in class ServletUpnpStreamprotected void complete()
complete in class ServletUpnpStreamCopyright © 2023 jUPnP.org. All rights reserved.