| Package | Description |
|---|---|
| org.apache.reef.webserver |
| Modifier and Type | Method and Description |
|---|---|
AvroHttpRequest |
AvroHttpRequest.Builder.build() |
AvroHttpRequest |
AvroHttpSerializer.fromBytes(byte[] theBytes)
Convert bytes to AvroHttpRequest.
|
AvroHttpRequest |
AvroHttpSerializer.fromString(String jasonStr)
Convert JSON String to AvroHttpRequest.
|
AvroHttpRequest |
AvroHttpSerializer.toAvro(ParsedHttpRequest parsedRequest)
Convert from HttpServletRequest to AvroHttpRequest.
|
| Modifier and Type | Method and Description |
|---|---|
static AvroHttpRequest.Builder |
AvroHttpRequest.newBuilder(AvroHttpRequest other)
Creates a new AvroHttpRequest RecordBuilder by copying an existing AvroHttpRequest instance
|
byte[] |
AvroHttpSerializer.toBytes(AvroHttpRequest request)
Convert AvroHttpRequest to bytes.
|
String |
AvroHttpSerializer.toString(AvroHttpRequest request)
Convert AvroHttpRequest to JSON String.
|
Copyright © 2015 The Apache Software Foundation. All rights reserved.