| Package | Description |
|---|---|
| io.helidon.webserver.spi |
WebServer SPI.
|
| Modifier and Type | Method and 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–2019 Oracle Corporation. All rights reserved.