| Package | Description |
|---|---|
| io.helidon.webserver.spi |
WebServer SPI.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
BareResponse.onNext(DataChunk data) |
Provided
ByteBuffer MUST be fully read during the method call. |
void |
BareResponse.writeStatusAndHeaders(Http.ResponseStatus status,
java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers) |
Send response line and headers to the client.
|
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.