Class InspectorServer.HttpResponse
java.lang.Object
com.oracle.truffle.tools.chromeinspector.server.InspectorServer.HttpResponse
- Enclosing class:
InspectorServer
-
Method Summary
Modifier and TypeMethodDescriptionvoidstatic voidwrite400(ByteChannel channel, String text) static voidwrite404(ByteChannel channel) voidwriteTo(ByteChannel channel)
-
Method Details
-
addHeader
-
writeTo
- Throws:
IOException
-
write404
- Throws:
IOException
-
write400
- Throws:
IOException
-