Class PeachHttpServerResponse
java.lang.Object
cool.scx.http.peach.PeachHttpServerResponse
- All Implemented Interfaces:
ScxHttpServerResponse
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface cool.scx.http.ScxHttpServerResponse
addHeader, addHeader, addSetCookie, contentLength, contentLength, contentType, contentType, contentType, contentType, removeSetCookie, send, send, send, send, send, send, send, send, send, send, send, send, setHeader, setHeader, status
-
Method Details
-
request
- Specified by:
requestin interfaceScxHttpServerResponse
-
status
- Specified by:
statusin interfaceScxHttpServerResponse
-
headers
- Specified by:
headersin interfaceScxHttpServerResponse
-
status
- Specified by:
statusin interfaceScxHttpServerResponse
-
outputStream
- Specified by:
outputStreamin interfaceScxHttpServerResponse
-
end
public void end()- Specified by:
endin interfaceScxHttpServerResponse
-
isClosed
public boolean isClosed()- Specified by:
isClosedin interfaceScxHttpServerResponse
-
checkFirstSend
public void checkFirstSend() -
doFirstSend
public void doFirstSend()
-