| Package | Description |
|---|---|
| io.helidon.webserver |
Reactive web server API.
|
| 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,
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.