| Package | Description |
|---|---|
| io.helidon.webserver.spi |
WebServer SPI.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
BareResponse.onNext(ResponseChunk data) |
Provided
ByteBuffer MUST be fully read during the method call. |
void |
BareResponse.writeStatusAndHeaders(Http.ResponseStatus status,
Map<String,List<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.