public final class BinaryRestfulWSMessageReaderImpl extends BaseGenericBinaryMessageReaderImpl<String,String>
| Constructor and Description |
|---|
BinaryRestfulWSMessageReaderImpl(io.cloudevents.SpecVersion version,
MultivaluedMap<String,String> headers,
byte[] body) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
forEachHeader(BiConsumer<String,String> fn) |
protected boolean |
isCloudEventsHeader(String key) |
protected boolean |
isContentTypeHeader(String key) |
protected String |
toCloudEventsKey(String key) |
protected String |
toCloudEventsValue(String value) |
readgetEncoding, readclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitread, read, toEvent, toEventfrom, frompublic BinaryRestfulWSMessageReaderImpl(io.cloudevents.SpecVersion version,
MultivaluedMap<String,String> headers,
byte[] body)
protected boolean isContentTypeHeader(String key)
isContentTypeHeader in class BaseGenericBinaryMessageReaderImpl<String,String>protected boolean isCloudEventsHeader(String key)
isCloudEventsHeader in class BaseGenericBinaryMessageReaderImpl<String,String>protected String toCloudEventsKey(String key)
toCloudEventsKey in class BaseGenericBinaryMessageReaderImpl<String,String>protected void forEachHeader(BiConsumer<String,String> fn)
forEachHeader in class BaseGenericBinaryMessageReaderImpl<String,String>protected String toCloudEventsValue(String value)
toCloudEventsValue in class BaseGenericBinaryMessageReaderImpl<String,String>Copyright © 2021. All rights reserved.