Package jetbrains.buildServer.util
Class SimpleHttpServerBase.Response
- java.lang.Object
-
- jetbrains.buildServer.util.SimpleHttpServerBase.Response
-
- Enclosing class:
- SimpleHttpServerBase
public abstract static class SimpleHttpServerBase.Response extends Object
-
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description List<String>
getHeaders()
abstract Integer
getLength()
String
getStatusLine()
abstract void
printContent(PrintStream ps)
-
-
-
Method Detail
-
getStatusLine
public String getStatusLine()
-
printContent
public abstract void printContent(PrintStream ps) throws IOException
- Throws:
IOException
-
getLength
public abstract Integer getLength()
-
-